body {
	background-color: #FFFFFF;
}
form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#formbox {
	width: 500px;
	overflow: hidden;
}
.field {
	background-color: #FFFFFF;
}
#formboxtop {
	background-image: url(../Images/Forms/form_top.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#formboxbottom {
	background-image: url(../Images/Forms/form_bottom.jpg);
	background-repeat: no-repeat;
}
#formboxcontent {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../Images/Forms/form_content.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;


}

.formgroup {
	padding: 10px;
}
.fieldinfo {
	font-size: 10px;
	color: #666666;
}

.formcol-1 {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;

}
.clear-both {
	clear: both;
}
.required {
	color: #CC0000;
	padding-left: 5px;
}

.formcol-2 {
	float: left;
	width: 250px;
}
.formcol-1, .formcol-2 {
margin-bottom:5px;
}
h4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
h2 {
	margin-top: 0px;
}

h3 {
	color: #CC0000;
	margin-top: 0px;
}

#formboxcontent input, #formboxcontent select{
	
	background-color: #F5F5F5;
	color: #666666;
	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: #B4B4B4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #B4B4B4;
}
#formboxcontent input {
	padding: 2px;
	background-image: url(../Images/Forms/input_bg.jpg);
	background-repeat: repeat-x;
}
#formboxcontent #form-submit {
	border: 3px double #CCCCCC;
	padding: 0px;
	background-color: #F5F5F5;
	color: #666666;
	background-image: url(../Images/Forms/button_bg.jpg);
}
#formboxcontent #form-submit:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	background-image:none;
}
#formboxcontent input:focus, #formboxcontent select:focus {
	color: #000000;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	background-image: none;
}
#form-submit, #form-reset, select {
	cursor:pointer;
}
.strike {
	text-decoration: line-through;
}
.formerror {
	color: #CC0000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../Images/Icons/messagebox_warning.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #CC0000;
}
.formerror img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#forminfo {
	color: #CCCCCC;
	font-size: 10px;
}
#formheader {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
#formheader h2{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-weight: normal;
}
.formquote {
	background-color: #F3F3F3;
	padding: 10px;
	color: #333333;
}
.formquote h2 {
	font-weight: normal;
}
.fieldstatus {
	float: left;
	background-image: url(../Images/Icons/16x16/actions/button_ok.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

