@charset "UTF-8";

div.form_top{
	width: 775px!important;
	padding: 15px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	background: #FEE7F7;
	clear: both;
	text-align:center;
}


div#contents_form {
	width: 810px!important;
	width/**/: 900px;
	margin:0 auto;
	padding:15px;
	
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
