@charset "utf-8";
/* CSS Document */
.c_input{
	font-size:13px;
	padding:0 5px;
	height:25px;
	background:url(../images/formbg.jpg) repeat-x bottom;
	border:1px solid #dcdcdc;
}	
.c_textarea{
	font-size:13px;
	padding:5px;
	border:1px solid #dcdcdc;
	background:url(../images/formbg.jpg) repeat-x bottom;
}	
