/* CSS Document */
body {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a:link, a:visited {color:#d11241; text-decoration:none;}
a:hover, a:active {color:#df5879;}

.text-left {text-align:left !important;}
.text-right {text-align:right;}

.box-title {text-shadow:0px 1px 0px #e3e3e3; font-weight:bold;}
.reg-box hr {
	border: 0;
	border-bottom:solid 1px #fff;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 2px;
}
.field-long {width:500px; margin-right:10px;}
.field-login {width:250px; padding:4px; margin-bottom:10px;}

/* styling field inputs */

.field-long {padding:2px;}

/* styling tables */
.reg-box-table {border:0;}
.reg-box-table .cell-left {text-align:left; border:0;}
.reg-box-table th, .reg-box-table td {text-align:center; border:0;}
.reg-box-table th {border-left:solid 1px #979797;}
.reg-box-table td {border-left:solid 1px #dadada;}
.reg-box-table .th-tr {background:#ccc;}
.reg-box-table tr {background:#fff; border-bottom:solid 1px #ccc;}
.reg-box-table tr:hover {background:#d7ece9;}
.reg-box-table .th-tr:hover {background:#ccc;}
.reg-box-table a {color:#000;}
/* colours */
.color-orange {color:#d11241;}
.color-grey {color:#979797;}

/* crop */
#crop-preview-holder {position:relative; width:480px; height:246px; margin:auto;}
.crop-team-overlay {position:absolute; top:0; left:0; z-index:9999; background:url(../../img/misc/hp-teamblog-overlay.png) repeat-x; width:480px; height:246px; color:#FFF;}
.crop-team-overlay .title {font-size:25px; font-weight:bold; position:absolute; top:19px; left:13px;}
.crop-team-overlay .details {position:absolute; top:59px; left:13px;}
.crop-team-overlay .button {position:absolute; top:210px; left:13px;}