/*CSS for text field in front end*/
.input_field{
	padding-left:2px;
	border:1px #7a2e40 solid;
	font-family:Tahoma;
	font-size:11px;
	background-color:#f7f7f7;
}
.error{
 font-family:Tahoma;	
 font-size:11px;
 color:#d83e0a;
 font-weight:bold;
 
}
.text_1{
 font-family:Tahoma;	
 font-size:11px;
 color:#909090;
 font-weight:none;
 
}
.text_2{
 font-family:Tahoma;	
 font-size:11px;
 color:#9f0050;
 font-weight:none;
 
}
.text_2_i{
 font-family:Tahoma;	
 font-size:11px;
 color:#a1a1a1;
 font-weight:none;
 
}
.btn_style{
	font-size: 10pt; font-family:Tahoma; height: 22;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff'
	, startColorstr='#CCCCCC', gradientType='1');
}
.border_line {border-bottom : 1px solid #efece7;}
.div_appear{
	font-size: 10pt; font-family:Tahoma;
	color: #fb73c8;
}