@charset "utf-8";
/*==================================================
	@ Style Name    : /css/form.css
	@ Create Date   : 2010.11.29
	@ LastUp Date   : 2010.12.23
====================================================

/* -------------------------------------------------------------------------------- */
/* eeror ----------------------------------------------------------- */
.red {
	color: #f10000;
}


/* -------------------------------------------------------------------------------- */
/* btn ----------------------------------------------------------- */
.confirm {
	line-height:1em;
	text-align: center;
	padding-top: 15px;
}
.confirm input {
	background: url(../images/btn_confirm.jpg) no-repeat center top;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
	border-style: none;
	cursor: hand; /* IE */
	cursor: pointer;
}
.confirm input:hover {
	background-position: left bottom;
}


.send {
	line-height:1em;
	padding-left: 150px;
	margin-top: 15px;
}
.send a {
	background: url(../images/btn_back.jpg) no-repeat center top;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	display: block;
	border-style: none;
	float: left;
	margin: 0px 20px 0px 0px;
}
.send a:hover {
	background-position: left bottom;
}
.send input {
	background: url(../images/btn_send.jpg) no-repeat center top;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	border-style: none;
	cursor: hand; /* IE */
	cursor: pointer;
}
.send input:hover {
	background-position: left bottom;
}

.topBack {
	line-height:1em;
	text-align: center;
	margin-top: 30px;
}
.topBack a {
	background: url(../images/btn_top.jpg) no-repeat center top;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
	border-style: none;
}
.topBack a:hover {
	background-position: left bottom;
}



/* -------------------------------------------------------------------------------- */
.pThanks {
	font-size: 120%;
	color: #042556;
	font-weight: bold;
}
