body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.8px;
	color:#fff;
	vertical-align:top;
	background-color:#000000;
} 

.form_td {
	height: 25px;
	margin:0px;
	padding:0px;
	min-width: 120px; 
	padding-left: 3px;
	font-size:12px.8px; 
} 


.FormInput {
  width: 320px;
  background-color: #ffffff;
  color: #000;
  text-align: left;
  text-transform: none;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px; 
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
	}

.FormRadio {
	}


.FormSelect {   

  height: 15px;
  background-color: #ffffff; 
  text-align: left;
  text-transform: none;  
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
	}

.red {
	color:#F00;
}

 

input.FormButton {
	margin-top: 10px;
}


.error {
	font-weight:bold;
	color:#F00
	}