/*---------------------------------------
version:  bucars styles 1.0
website:  www.mosaicstudios.com/
----------------------------------------*/
/* Table of Contents:

	=divs
	=h3
	=h4
	=p
	=links
	=lists
	=tables
	=forms
*/
/* =divs */
/* ----------------------------------------- */
#referralHead{
	position:absolute;
	height:77px; 
	width:450px; 
	top:510px; 
	left:340px;
}
#columnContainerReferral{
	width:790px;
	background-image:url('../../../themes/bucarsTheme/images/border_makes_sides.gif');
	background-repeat:repeat-y;
}
/* =h3 */
/* ----------------------------------------- */
#referralPage #textContent h3.noBold{
	font-size:11px;
	font-weight:normal;
	color:#ff0000;
	line-height:1.4em;
	margin-bottom:5px;
}
#referralPage #textContent h3.rewardValue{
	font-size:12px;
	line-height:1.2em;
	margin-bottom:1px;
}
#referralPage #textContent h3 span.largeBold{
	font-size:16px;
}
/* =h4 */
/* ----------------------------------------- */
#referralPage #subColumn h4{
	font-family:Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#ff0000;
	margin-bottom:5px;
	text-transform:none;
}
#referralPage #referralHead h4{
	font-family:Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#ff0000;
	color:#C0272D;
	margin-bottom:5px;
	text-transform:none;
}
/* =p */
/* ----------------------------------------- */
#textContent p.rewardValue{
	font-size:11px;
	padding:0 0 10px;
}
#referralPage .pageSubColBottom p{
	font-size:11px;
	line-height:1.5em;
	margin:10px 0 15px 11px;
	padding:0;
	font-weight:normal;
}
#referralPage .pageSubCol p{
	font-size:11px;
	line-height:1.5em;
	margin:10px 0 15px 11px;
	padding:0;
	font-weight:normal;
}

/* =links */
/* ----------------------------------------- */
a.arrowLinkLarge{
	font-size:10px;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration:none;
	color:#ff0000;
	padding-right:16px;
	margin-right:20px;
	text-transform:uppercase;
	background-image:url('../../../themes/bucarsTheme/images/arrow_large.gif');
	background-repeat:no-repeat;
	background-position:right;	
}
a.arrowLinkLarge:hover{
	/*text-decoration:underline;*/
	color:#000;
	background-image:url('../../../themes/bucarsTheme/images/arrow_large_black.gif');
	background-repeat:no-repeat;
	background-position:right;
}

/* =lists */
/* ----------------------------------------- */
ul#termsConditions li{
	font-size:10px;
	
}
/* =tables */
/* ----------------------------------------- */
#referralPage #pageContent table{
	border:none;
}
#textContent #textContent table th{
	border:none;
	padding:0px;
	font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:11px;
}
#referralPage #textContent table td{
	border:none;
	padding:0px;
}
#termsTable{
	margin-left:20px;
	margin-bottom:10px;
}
/* =forms */
/* ----------------------------------------- */
form#referralForm fieldset legend{
	font-family:Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	color:#ff0000;
	color:#C0272D;
	margin-bottom:5px;
	text-transform:none;
	margin:0 0 -3px 0;
	margin-bottom:6px;
	padding:0;
}
form#referralForm label{
	font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:10px;
	margin-right:1px;
}
form#referralForm input{
	width:193px;
	margin:0 2px 0 0;
	border:1px inset #555;
}
form#referralForm input:focus{
	width:193px;
	margin:0 2px 0 0;
	border:1px solid #333;
}
form#referralForm div{
	height:25px;
	width:545px;
	margin:0 0 4px 0;
	clear:both;
}
form#referralForm input#submitReferrals{
	width:80px;
	height:23px;
	border:none;
	font-size:14px;
	background-color:#fff;
	color:#f00;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	margin-left:225px;
	background-image:url('../../../themes/bucarsTheme/images/arrow_large.gif');
	background-position:right;
	background-repeat:no-repeat;
}