
/* -------------------------------------------------------------------------------------------- 
Generic form styles
 --------------------------------------------------------------------------------------------  */


li   { list-style-type: square; size: 4; }
form { padding: 0px; border: none; margin-top: 0; margin-bottom: 0; }


input
{
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #D8DCE0; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 	
}


input:hover
{
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #FFC800; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 	
}



select {
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #D8DCE0; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
}

 
select:hover {
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #FFC800; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
}


textarea {
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #D8DCE0; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
}

 
textarea:hover {
	font-family: verdana, arial; 
	font-size: 11px; 
	background : #FFC800; 
	border: 1px solid #999999; 
	color:#333333; 
	cursor: pointer; 
}




.FORM-STYLE2-WMAX {  width: 100%;  }
.FORM-STYLE2-99P {  width: 99%;  }
.FORM-STYLE2-W025 {  width: 25px;  }
.FORM-STYLE2-W050 {  width: 50px;  }
.FORM-STYLE2-W075 {  width: 75px;  }
.FORM-STYLE2-W100 {  width: 100px;  }
.FORM-STYLE2-W125 {  width: 125px;  }
.FORM-STYLE2-W150 {  width: 150px;  }
.FORM-STYLE2-W175 {  width: 175px;  }
.FORM-STYLE2-W200 {  width: 200px;  }
.FORM-STYLE2-W225 {  width: 225px;  }
.FORM-STYLE2-W250 {  width: 250px;  }
.FORM-STYLE2-W275 {  width: 275px;  }
.FORM-STYLE2-W300 {  width: 300px;  }
.FORM-STYLE2-W325 {  width: 325px;  }
.FORM-STYLE2-W350 {  width: 350px;  }
.FORM-STYLE2-W375 {  width: 375px;  }
.FORM-STYLE2-W400 {  width: 400px;  }
.FORM-STYLE2-W425 {  width: 425px;  }
.FORM-STYLE2-W450 {  width: 450px;  }
.FORM-STYLE2-W475 {  width: 475px;  }
.FORM-STYLE2-W500 {  width: 500px;  }
.FORM-STYLE2-W525 {  width: 525px;  }
.FORM-STYLE2-W550 {  width: 550px;  }
.FORM-STYLE2-W575 {  width: 575px;  }
.FORM-STYLE2-W600 {  width: 600px;  }
.FORM-STYLE2-W625 {  width: 625px;  }
.FORM-STYLE2-W650 {  width: 650px;  }
.FORM-STYLE2-W675 {  width: 675px;  }
.FORM-STYLE2-W700 {  width: 700px;  }
.FORM-STYLE2-W725 {  width: 725px;  }
.FORM-STYLE2-W750 {  width: 750px;  }
.FORM-STYLE2-W775 {  width: 775px;  } 





.FormInputButton01
{
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	background-color: #D5D9DE;
}

.FormInputButton01:Hover
{
	background-color: #FFC800;
}







.FormInputTextArea01
{
	cursor: pointer;
	width: 97%;
	padding: 2px;
	background-color: #D5D9DE;
}

.FormInputTextArea01:Hover
{
	background-color: #FFC800;
}






.FormFileInput
{
	float: left;
}





.InputTitle
{
	cursor: pointer;
	width: 99%;
	font-weight: bold;
	background-color: #E2CB9C;
}
.InputTitle:Hover
{
	background-color: #FFC800;
}



/* -------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
.formControlTable
{
	width: 750px;	
}

.formControlTable .formTable
{
	
}

.formControlTable .formTable td
{
	vertical-align: top;
}


.formControlTable .formTable .leftColumn
{
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding: 5px;
	background-color: #E2E5E8;
}


.formControlTable .formTable .RightColumn
{
	padding: 5px;
	background-color: #E2E5E8;	
}
/* -------------------------------------------------------------------------------- */

