﻿/* FORM STYLES */

.compRight{
	float:right;
	background-color: #47362b;
	width: 330px;
	color: White;
}

form {
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	width: 220px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 5px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-city,
form label.field-email,
form label.field-mobile,
form label.field-day {
	clear: left;
}


form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone,
form label.field-gender,
form label.field-mobile {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input,
form label.field-mobile input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-last{
	clear: right;
}

form label.field-state {
	float: left;
	margin-right: 10px;
	width: 65px;
}

form label.field-state select {
	width: 65px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 75px;
}

form label.field-zip input {
	float: left;
	width: 75px;
}

form label.field-address {
	float: left;
	clear: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input {
	float: left;
	clear: both;
	width: 310px;
	padding: 0px;
}

form input#radiobutton_1,
form input#radiobutton_3,
form input#radiobutton_2,
form input#radiobutton_4 {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	display: inline;
}
form label.radioitem {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

form input.day,
form input.month,
form input.year {
	width:40px;
	margin: 2px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
form label.field-day{
	margin-bottom:5px;
}
form input.year 
{
	margin: 2px 0px 10px 0px;
}
textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
	width: 120px;
}

.panRadioOptions
{
	float:left;
	width:155px;
	display:inline;
}

.panRadioOptions .formOptions
{
	
}

.formOptions input
{
	display:inline;
}

.formOptions label
{
	display:inline;
	margin-left:3px;
	margin-right:15px;
}

.formOptionsVert
{
	
}

.formOptionsVert tbody tr td
{
	
}

.formOptionsVert tbody tr td input
{
	display:inline;
}

.formOptionsVert tbody tr td label
{
	display:inline;
}

form textarea {
	margin-top: 3px;
}
.enterSubmit {
	margin: 0;
	padding: 0;
	height: 87px;
	overflow: hidden;
	width: 150px;
	float: left;
	background: url("../images/enterSubmit.gif") 55px 25px no-repeat;
}
.enter {
	margin: 0;
	padding: 0;
	height: 87px;
	overflow: hidden;
	width: 150px;
	float: left;
   background: url("../images/enter-now.gif") 0 0 no-repeat;
}
.enter a {
	float: left;
	width: 150px;
	padding: 87px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:87px; /* for IE5/Win */
   background: url("../images/enter-now.gif") 0 0 no-repeat;
}
.enter a:hover {
   background-position: 0 -87px;
}
.enter a:active {
   background-position: 0 -87px;
}

.sendToAFriend {
	margin: 0;
	padding: 0;
	height: 87px;
	overflow: hidden;
	width: 150px;
	float: left;
   background: url("../images/send-now.gif") 0 0 no-repeat;
}
.sendToAFriend a {
	float: left;
	width: 150px;
	padding: 87px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:87px; /* for IE5/Win */
   background: url("../images/send-now.gif") 0 0 no-repeat;
}
.sendToAFriend a:hover {
   background-position: 0 -87px;
}
.sendToAFriend a:active {
   background-position: 0 -87px;
}

/**/
.splash 
{
	margin: 0;
	padding: 0;
	height: 48px;
	overflow: hidden;
	width: 154px;
    background: url("../images/yes-i-am.gif") 0 0 no-repeat;
}
.splash a {
	float: left;
	width: 154px; 
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:48px; /* for IE5/Win */
   background: url("../images/yes-i-am.gif") 0 0 no-repeat;
}
.splash a:hover {
   background-position: 0 -48px;
}
.splash a:active {
   background-position: 0 -48px;
}

.error
{
	background-color:#e06a00;
}

.errorLabel
{
	padding:1px;
	color:Yellow;
}

.none
{
	
}

.cboDates
{
	color:#AE3800;
	font-size:1.5em;
	margin-right:5px;
	width:70px;
}