div#contents{
	background:none;
}

div#contact{
	margin:10px;
	width:		auto;
	background:url("../../images/contents_bg.png") ;
}

#contact h3{
	background:url("../../images/h3_bg.png") repeat-x;
}

#contact input{
	display: block!important;
	width:		100%;
	line-height:	20px;
	font-size:	16px;
	padding:	5px;
	border:1px solid #fff;
}

#contact textarea{
	width:		98%;
}

div#submit{
	width:		98%;
	background:url("../../images/contents_bg.png") ;
}

#submit input{
	width:		98%;
}

