@charset "utf-8";
/* CSS Document */

#formWrapper {
	width:750px;
	margin:0px auto;
}

#formBody {
	background:url(../../img/howto/bg_pink.png);
	font-size:12px;
	padding:20px;
}

#formBody span {
	color:#e3505a;
}

#formBody input[type="text"] {
	background:#FFF;
	border:1px solid #cee6f2;
	padding:3px 5px;
	font-size:12px;
	font-weight:normal;
}

#formList {
	width: 420px;
	margin: 0px auto;
	margin-top:10px;
}

#formNotice {
	width: 420px;
	margin: 0px auto;
	font-size:10px;
	margin-top:30px;
}

.formCaption {
	width:100px;
	font-weight:bold;
}

.formCaption, .formInput {
	float:left;
}

#formBody textarea {
	background:#FFF;
	border:1px solid #cee6f2;
	resize:none;
	padding:5px;
	outline:none;
	font-size:12px;
	font-weight:normal;
	width:300px;
}

#formBody span.strong {
	font-weight:bold;
}

#formInfo, #formSubInfo {
	text-align:center;
}

#formSubInfo {
	font-size:10px;
}

#formBody.thanks {
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
	font-size:14px;
}

#btnSubmit {
	display:block;
	background:url(../../img/form/btn_send.png);
	width:290px;
	height:0px;
	padding-top:80px;
	border:none;
	cursor:pointer;
	
	outline:none;
	margin:0px auto;
	margin-top:20px;
}

#btnSubmit:hover {
	background:url(../../img/form/btn_send.png);
	background-position:0px -80px;
}

#btnBack {
	width:220px;
	height:70px;
	overflow:hidden;
	margin:0px auto;
	margin-top:30px;
}

#btnBack:hover img {
	margin-top:-70px;
}


