.form_filed_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.form_input_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #666666;
	padding:2px;
}

.form_input_text_pl {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #666666;
	padding:2px;
	width:120px;
}

.text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.text_title1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
}

.input_text_err{
    background-color:#FF0000;
	color:#ffffff;  
 	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;	
	border: 1px solid #666666;
	padding:2px;
}


