@charset "UTF-8";
/* Form CSS Document */

fieldset {
paddding 1em;
	border: 1px solid #ccc;
	padding: 5px;
	width: 390px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
legend {
font-weight: bold;
}
label {
display:block;
float: left;
width: 150px;
text-align: right;
padding-right: 5px;
} /* if you want the label to go next to the text box just float it left and give it a width 10em*/
input{
width: 200px;
}
text area {
width: 300px;
height: 100px;
}

input.radio,input.checkbox,input.submit {
width: auto;
}
input.radio{
float: left;
margin-right: 1em;
}

input:focus, textarea:focus {
background: #ffc;
}
input[type="text"], textarea{
border-top: 2px solid #999;
border-left: 2px solid #99;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.required{
font-size: 0.75em;
color: #760000;
}
.clear{
clear:both;
}
.form_button
{
    BORDER-RIGHT: lightgrey 1px ridge;
    BORDER-TOP: lightgrey 1px ridge;
    FONT-SIZE: 10px;
    BORDER-LEFT: lightgrey 1px ridge;
    BORDER-BOTTOM: lightgrey 1px ridge;
    FONT-FAMILY: Verdana, Tahoma, Arial;
}
.form_input
{
    FONT-SIZE: 10px;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana, Tahoma, Arial;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}

.title {
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	vertical-align:top;
}
.text {
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;	
}

.tableheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana
}

.tableheaderc
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana;
    text-align:center;   
}

.textc {
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;	
	text-align:center;
}