/* -------------form START-------------- */



div#formContainer {
	float: left;
	width: 500px;
	padding-left: 56px;
}


fieldset {
	margin: 0em 0em;
	padding: 0em 1em;
	border: 0px solid #666666;
	background-color: #EFEFEF;
}
fieldset p {
	margin: 0em 0em;
	padding: 0em 0em;
}
legend {
	font-weight: bold;
}
#formField {
	width: 440px;
	margin: 0em;
	border: 0px;
	background-color: #CBD8E8;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 20px;
}
#formField p {
	margin: 0em 0em;
	padding: 0em 0em;
}
#formHead {
	font-weight: bold;
	background-image: url(../images/formTop.gif);
	background-repeat: no-repeat;
	width: 440px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	/*border: 1px solid #33FF00;*/
	background-position: 0px -10px;
}
html>body div#formHead {
	width: 440px;
	background-color: #CBD8E8;
	color: #094F96;
}

#formHead2line {
	font-weight: bold;
	background-image: url(../images/formTop2line.gif);
	background-repeat: no-repeat;
	hieght: 40px;
	width: 430px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	/*border: 1px solid #33FF00;*/
	background-position: 0px -10px;
}
html>body div#formHead2line {

	width: 419px;
}





#formBot {
	font-weight: bold;
	background-image: url(../images/formTop.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 430px;
	/*padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 13px;*/
	background-position: 0px -45px;/*border: 1px solid #FF00FF;*/
}
html>body div#formBot {
	height: 24px;
	width: 460px;
	background-position: 0px -35px;
	background-color: #CBD8E8;
}
legend {
	font-weight: bold;
}
/* alternative to below
label {
	display: block;
	}
*/

label {
	float: left;
	width: 9em;
}
/**/input {
	width: 16em;
}
input {
	background-color: #DFDFDF;
}
select {
	width: 11em;
}
textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
input[type="text"] {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
}
input.radio, input.checkbox {
	width: auto;
}
input[type="submit"] {
	width: 6em;
	height: 1.5em;
}
input.radio {
	float: left;
	margin-right: 1em;
}
/*input:focus, textarea:focus {
	background-color: #ffffcc;
}*/
input[type="text"], textarea {
	width: 18em;
	height: 1.6em;
	border-top: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #666666;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
html>body input[type="text"], textarea {
	width: 29em;
}
.required {
	font-size: 0.75em;
	color:#760000
}
#remember-me label {
	width: 4em;
}

textarea {
	width: 24em;
	height: 70px;
	background-color: #DFDFDF;
}


a.email:link {
	color: #FFE9A5;
	text-decoration: underline;
}
a.email:visited {
	color: #FFE9A5;
	text-decoration: underline;
}
a.email:hover {
	color: #ffffff;
	text-decoration: underline;
}

.button2 {
	background-color: #094F96;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	background-repeat: no-repeat;
	height: 2.2em;
	color: #FFFFFF;
	width: 10em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBD8E8;
	border-right-color: #032243;
	border-bottom-color: #032243;
	border-left-color: #CBD8E8;
	font-weight: bold;
}


/* -------------form END-------------- */

