@CHARSET "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F4F6;
	overflow: hidden;
}

.STYLE1 {
	color: #000000;
	font-size: 15px;
}
.input_on {
	width:180px; 
	height:25px; 
	border:solid 2px #7dbad7; 
	font-size:15px;
	-moz-appearance: none ;
	-moz-border-radius: 4px ;
	padding-right: 1px !important;
	padding-left: 5px !important;
}

.input_onfoucs {
	width:180px; 
	height:25px; 
	border:solid 2px #7dbad7; 
	font-size:15px;
	-moz-appearance: none ;
	-moz-border-radius: 4px ;
	padding-right: 1px !important;
	padding-left: 5px !important;
	background-color:#FFFFCC;
}