
/*   Colors:
background blue :: e6ebed 
white blue :: b8cad0
light blue :: 2C748A
dark blue  :: 284E59
orange     :: FFB300
red        :: 
black      :: 332E2E
*/
/* Form 
--------------------------------------------------------------------------------- */
form {
	background-color: b8cad0;
	input: clear: both;
	width: 760px;
	paddding: 0;
	margin: 20px 0 0 20px;	
}
form h2 {
	font-size: 1.2em;
	padding: 10px;
	border-bottom: 1px solid #333;
	color: #e6ebed;
}


.formCouple {
	height: 530px;
}

.formIndividual {
	height: 450px;
}



fieldset {
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	border: 0;
}

legend {
	font-size: 1.4em;
	font-family: Georgia;
	padding: 10px 0 5px 0;
	border: 0;
	color: #332E2E:
	clear: left;
}
label {
	font-size: 0.9em;
	display: block;
	padding: 4px 0 0 10px;
}
input {
	font-size: 1em;
	height: 1.7em;
	margin: 0 0 0 10px ;
	width: 17em;
}

.fieldsetName {
	width: 180px;
}
.fieldsetName input {
	width: 180px;
}
.fieldsetName2 {
	width: 180px;
	/* border: 1px solid #333; */
	padding: 0;	
}
.fieldsetName input {
	width: 180px;
}

.fieldsetAddress {
	float: left;
	clear: both;
	width: 350px;
	margin: 20px 0 0 0;	
}
.fieldsetAddress input {
	width: 300;
}

.fieldsetRegister {
 	clear: both;
	float: left;
	width: 250px;
	margin: 20px 0 0 0px;

}
.fieldsetRegister input {
	width: 17em;
	height: 3em;
	background-color: #e6ebed;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	
	border-bottom: 3px solid #284E59;
	border-right: 3px solid #284E59;

}
.fieldsetRegister input:hover {
	background-color: b8cad0;
}

.formHeader {
	width: 100%;
	background-color: #2C748A;
}
/* for theilerOpenRegistration2.php */

input.addressState {
	width: 30px;
}
input.addressZip {
	width: 130px;
}

.instructions {
	font-size: .8em;
}
