/* form.css */


input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
	width:300px;
}
input {
	background-color: #ffffff;
}
textarea {
	background-color: #EAEAEA;
}
select {
	background-color: #ffffff;
	width:200px;
	
}
.select_required {
	background-color: #EAEAEA;
	width:200px;
	
	
}
.InputText{
	width:200px;
}
.InputText_required{
	width:200px;
	background-color:#EAEAEA;
}
.MobiText{
	width:50px;
		background-color:#EAEAEA;

}
.MobiText2{
	width:50px;
		background-color:#EAEAEA;

}
.MobiText3{
	width:84px;
		background-color:#EAEAEA;

}
li{
padding:6px;
border-bottom:solid 1px #EFEFEF;
width:450px;
}
.my_lable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;	
	text-align:right;
	width:100px;
	display:block;
	float:left;
	padding-right:4px;
}

.my_lable_require {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #333333;	
	text-align:right;
	width:90px;
	display:block;
	float:left;
	padding-right:4px;
}
small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;	
	text-align:left;

}