@charset "utf-8";
fieldset {
	padding: 5px;
	border: 1px solid #5E88A1;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
legend {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #002d56;
	padding: 5px;
}
input {
	color: #000000;
	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: #002d56;
	border-right-color: #0062BB;
	border-bottom-color: #0062BB;
	border-left-color: #002d56;
}
select {
	color: #000000;
	background-color: #FFFFFF;
	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: #002d56;
	border-right-color: #0062BB;
	border-bottom-color: #0062BB;
	border-left-color: #002d56;
}
textarea {
	color: #000000;
	background-color: #FFFFFF;
	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: #002d56;
	border-right-color: #0062BB;
	border-bottom-color: #0062BB;
	border-left-color: #002d56;
}
.required {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}
.smalltext {font-size: 9px; margin:0; display:block;}

#container {padding: 10px;}
#simpleform {
	background-image: url(/simpsons-images/simpleForm-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #3e668b;
	height: 380px;
	line-height: 160%;
}
#simpleform h3 {
	font-size: 20px;
	color: #3e668b;
	line-height: 30px;
	margin-top: 2px;
}
#simpleform h3 span {
	color: #FFFFFF;
	background-image: url(/simpsons-images/simpleForm-stepHeadline.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 34px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
}
.formCol {
	width: 278px;
	float:left;
	padding:14px;
	height:93%;
}
#simpleform .formCol {border-right: solid 1px #7d7d7d;}
#simpleform .last{
	border-right: 0px solid #fff;
}
#simpleform input[type=text], #simpleform textarea, #captcha {border: solid 1px #7d7d7d;}

dt {color: #3e668b; float:left; margin-right: 10px; line-height: 14px;}
dd {margin-bottom: 16px;}

#submit {
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(/simpsons-images/simpleForm-submit.jpg);
	text-align: center;
	border: none;
	line-height: 24px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	width: 73px;
	cursor:pointer;
}

#submit:hover {margin: 2px 0 0 2px;}
.errorcontainer {
	background-color: #ffeaea;
	border: 1px solid red;
	color: #333333;
	background-image: url(/simpsons-images/simpleForm-warning.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 80px;
	margin-bottom:12px;
}
.errorcontainer h3 {color:red;margin-top: 20px;}
.errorcontainer p {margin: 6;}
.success {
	background-color: #eaffea;
	border: 1px solid green;
	color: #333333;
	background-image: url(/simpsons-images/simpleForm-success.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 80px;
	margin-bottom:12px;
}
.success h3 {
	color: green;
	margin-top: 20px;
}
