#head-form input[type="text"]{
	float:right;
	color:#a5a5a5;border:0;
	background: #defdff; /* Fallback color for non-css3 browsers */
	height:30px;
	margin:10px 0 1px 0;
	font-size:13px;
	padding:3px 5px 3px 5px;
	width:100%;
}
#head-form input[type="text"]:focus{
	outline: none;
	background: #defdff; /* Fallback color for non-css3 browsers */
}

#head-form input[type="submit"]{
background: url(/assets/img/21.gif) no-repeat;	
	cursor: pointer;border:0;
	float: right;
	font-weight: bold;
	height:30px;
	margin:12px -65px 0;
	width:30px;
	outline: none;
}

