@charset "utf-8";
/* CSS Document */

.standardForm
{
	width:600px;
}
.wideForm
{
	width:750px;
}
.standardForm h2,
.wideForm h2
{
	font-size:13px;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin: 0;
	color:#004b7d;
}
.registrationForm h2
{
	font-size:20px;
	font-weight:bold;
	padding: 0 0 10px 0;
	margin: 0;
	color:#004b7d;
}

.registrationForm label
{
	font-weight:bold;
	color:#474747;
	display:block;
	text-align:right;
	float:left;
	padding:0px;
	font-size:12px;
}
.standardForm label
{
	font-weight:bold;
	color:#474747;
	display:block;
	text-align:right;
	float:left;
	width:200px;
	margin:7px;
	padding:0px;
}
.wideForm label
{
	font-weight:bold;
	color:#474747;
	display:block;
	text-align:right;
	float:left;
	width:250px;
	margin:3px;
	padding:0px;
}

.standardForm p,
.wideForm p
{
	margin:0px;
	padding:0px;
}

.standardForm input, 
.standardForm textarea,
.standardForm select,
.wideForm input, 
.wideForm textarea,
.wideForm select
{
	margin:3px;
	padding:0px;
	float:left;
}

.checkCol
{
	float:left;
	display:block;
}

.checkCol label
{
	text-align:left;
	font-weight:bold;
	width:auto;
}
.checkCol input
{
	margin:0px 6px 0px 0px;
	padding:0px;
}

.standardForm br,
.wideForm br
{
	clear:left;
}

.standardForm input.sizeWide,
.wideForm input.sizeWide
{
	width:220px;
}

.standardForm input.sizeMed,
.wideForm input.sizeMed
{
	width:180px;
}

.standardForm input.sizeSmall,
.wideForm input.sizeSmall
{
	width:100px;
}

.registrationForm select
{
	font-size:11px;
}
.registrationForm input.sizeWide
{
	width:475px;
}
.registrationForm input.sizeMed
{
	width:225px;
}
.registrationForm select.sizeMedSB
{
	width:235px;
}
.required
{
	color:#F20000;
}

.buttonRow
{
	text-align:center;
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px #aaa;
}
.buttonRowNoBorder
{
	border-top:none !important;
}

.buttonRow input, .registerButton
{	
	background: #25A6E1;
	background: -moz-linear-gradient(top, #ffffff 0%, #dedfde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedfde));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dedfde 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dedfde 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dedfde 100%);
	/* CSS3 only; not CSS 2.1 compliant */
	background: linear-gradient(top, #ffffff 0%, #dedfde 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedfde', GradientType=0);/* end CSS3 only */
	padding: 2px 5px 1px 5px;
	color: #474747;
	font-family: "Arial";
	border-radius: 4px;/* end CSS3 only */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: solid 1px #adaead;
	text-align: center;
	/* CSS3 only; not CSS 2.1 compliant */
	text-shadow: #fff 0 1px 0;/* end CSS3 only */
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	float:none;
	margin-top:3px;
}
.buttonRow input:hover, .registerButton:hover
{
	color:#f00;
}
.rating {
text-transform: uppercase;
font-size: 9px;
float: left;
text-align: center;
padding: 3px;
}
.endoption {
background-color:#f5f5f5;
}
.rating input {
float: none !important;
}