.box_div{
	margin:0;
	height:36px;
	width:250px;
	background:url(/images/form-bg.gif) no-repeat bottom;
}

.box_div_active{
	margin:0;
	height:36px;
	width:250px;
	background:url(/images/form-bg-focus.gif) no-repeat bottom;
}

.box_div input, .box_div_active input{
	background:none;
	border:none;
	width:236px;
	height:32px;
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}