@CHARSET "ISO-8859-1";
.bkgr_button_i{
	background: url(Images/i_buton_1.png) no-repeat;
	padding:0px;
	margin:0px;
	border:none;
	width:136px;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
.bkgr_button_f{
	background: url(Images/f_buton_1.png) no-repeat;
	padding:0px;
	margin:0px;
	border:none;
	width:136px;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
.bkgr_button_r{
	background: url(Images/r_buton_1.png) no-repeat;
	padding:0px;
	margin:0px;
	border:none;
	width:136px;
	height:30px;
	line-height:18px;
	font-weight:bold;
	cursor:pointer;
}
.bkgr_input_f{
	background: url(Images/f_input_1.png) no-repeat; 
	border:none;
	margin:0px;
	padding:0px 3px 0px 0px;
	width:60px;
	height:22px;
	text-align:right;
	color:#01193d;
	line-height:22px;
}
.bkgr_dropdown_f{
	background: url(Images/f_dropdown_1.png) no-repeat; 
	border:none;
	margin:0px;
	padding:0px 0px 0px 6px;
	width:57px;
	height:22px;
	cursor:pointer;
	color:#01193d; 
	line-height:22px;
}
a img {
	border:none;
}