/*---- General ----*/
.astrix { color:#FF0000; }

.oddCell {
	background-color: #EEE;
}

.agreementBox {
	width: 350px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	border: 2px solid #DDD;
	padding: 2px;
	overflow-y: scroll;
}

.errorMessage {
	font-weight: bold;
	color:#FF0000;
}

.required {
	background: #F9FFD2;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}

/***********************************************
		Dealer and Contact CSS
************************************************/
#Form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width: 500px;
	margin-bottom: 50px;
}

#Form fieldset {
	border-top: 4px solid #B3B3B3;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}


#Form legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #A9751A;
	padding: 0 4px;
}

#Form label {
	width: 120px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 2em;
}

#Form input {
	padding: 2px;
	margin: 3px;
	color:#333;
}

/********* Contact Form **************/
.contactForm input, .contactForm select, .activated input, .activated select {
	border: solid 1px #9A9A9A;
	background-color: #F2F0FF;
}

.contactForm input:hover, .activated input:hover {
	border: solid 1px #9A9A9A;
	background-color: #F9FFD2;
	color:#333333;
	padding: 2px;
	cursor: text;
}

.contactForm textarea, .activated textarea {
	margin: 10px 0 0 10px;
	width: 300px;
	padding: 5px;
}

.submit {
	color: #FFF; 
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #B3B3B3;
	background: #021452;
	margin: 20px 0 10px 0px;
	cursor: pointer;
}

.submit:hover {
	color: #000;
	background: #A1A9BC;
	cursor: pointer;
}


/******** Join Form *************/
.deactivated {
	color: #DDD;
	background: #AAA;
	cursor: pointer;
}

fieldset.deactivated, fieldset.activated, .joinForm fieldset {
	background: #FFF;
	color: #000;
}
