.required_field
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.normal_field
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.error_strings
{
	font-family:Verdana;
	font-size:10px;
	color:#660000;
}
.element_label
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_heading
{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#000066;
}
.form_subheading
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
.form_txtblock
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_helptip
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.blank_seperator
{
}
label
{
	display: block;
	float: left;
	width: 120px;
}

button.btn
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2175bc;
	border:2px solid;
	border-top-color:#2175bc;
	border-left-color:#2175bc;
	border-right-color:#2175bc;
	border-bottom-color:#2175bc;
	width: 100px;
}

button.btnhov
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2586d7;
	border:2px solid;
	border-top-color:#2586d7;
	border-left-color:#2586d7;
	border-right-color:#2586d7;
	border-bottom-color:#2586d7;
	width: 100px;
}

input.btn
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2175bc;
	border:2px solid;
	border-top-color:#2175bc;
	border-left-color:#2175bc;
	border-right-color:#2175bc;
	border-bottom-color:#2175bc;
	width: 100px;
}

input.btnhov
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2586d7;
	border:2px solid;
	border-top-color:#2586d7;
	border-left-color:#2586d7;
	border-right-color:#2586d7;
	border-bottom-color:#2586d7;
	width: 100px;
}

input.btnshort
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2175bc;
	border:2px solid;
	border-top-color:#2175bc;
	border-left-color:#2175bc;
	border-right-color:#2175bc;
	border-bottom-color:#2175bc;
	width: 60px;
}

input.btnhovshort
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2586d7;
	border:2px solid;
	border-top-color:#2586d7;
	border-left-color:#2586d7;
	border-right-color:#2586d7;
	border-bottom-color:#2586d7;
	width: 60px;
}

input.btnshortdisabled
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#1958b7;
	border:2px solid;
	border-top-color:#1958b7;
	border-left-color:#1958b7;
	border-right-color:#1958b7;
	border-bottom-color:#1958b7;
	width: 60px;
}

input.btnlong
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2175bc;
	border:2px solid;
	border-top-color:#2175bc;
	border-left-color:#2175bc;
	border-right-color:#2175bc;
	border-bottom-color:#2175bc;
	width: 150px;
}

input.btnhovlong
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2586d7;
	border:2px solid;
	border-top-color:#2586d7;
	border-left-color:#2586d7;
	border-right-color:#2586d7;
	border-bottom-color:#2586d7;
	width: 150px;
}

input.btnlongdisabled
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#1958b7;
	border:2px solid;
	border-top-color:#1958b7;
	border-left-color:#1958b7;
	border-right-color:#1958b7;
	border-bottom-color:#1958b7;
	width: 150px;
}

input.btntiny
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2175bc;
	border:2px solid;
	border-top-color:#2175bc;
	border-left-color:#2175bc;
	border-right-color:#2175bc;
	border-bottom-color:#2175bc;
	width: 20px;
}

input.btnhovtiny
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#2586d7;
	border:2px solid;
	border-top-color:#2586d7;
	border-left-color:#2586d7;
	border-right-color:#2586d7;
	border-bottom-color:#2586d7;
	width: 20px;
}

input.btntinydisabled
{
	color:#ffffff;
	font-family:arial,'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	background-color:#1958b7;
	border:2px solid;
	border-top-color:#1958b7;
	border-left-color:#1958b7;
	border-right-color:#1958b7;
	border-bottom-color:#1958b7;
	width: 20px;
}
