@charset "UTF-8";
/* CSS Document */


/*-------------------------------------------------------forwardForm*/
.forwardForm {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 450px;
	margin: 0px auto;
	padding-left: 10px;
	background: url(../images/forward_bg.gif) no-repeat right 40px;
}

.forwardForm input {
	background: url(../images/search_bg.jpg) repeat-x left top #fff;
	height: 20px;
	width: 220px;
	line-height: 2em;
	padding: 4px 8px;
	border: none;
	border-radius: 4px;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.forwardForm caption {
	font-size: 1em;
}
.forwardForm table th {
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
	font-size: 1.25em;
	vertical-align:middle;
}
.forwardForm table td {
	padding: 5px 0;
	vertical-align:middle;
}
.forwardForm textarea {
	ackground: url(../images/search_bg.jpg) repeat-x left top #fff;
	height: 200px;
	width: 300px;
	line-height: 2em;
	padding: 4px 8px;
	border: none;
	border-radius: 4px;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.must {
	font-size: 1em;
	color: #F00;
}
.forwardForm input[type=submit], .forwardForm input[type=reset] {
	border: 1px solid #696;
text-align: center; width: 200px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #093;
	width: 120px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 7px;
	margin-right: 10px;
	border: none;
	cursor: pointer;
	font-size: 1.35em;
	padding: 0px;
	transition: all ease-out .3s;
}
.forwardForm input[type=submit]:hover, .forwardForm input[type=reset]:hover {

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#063;
}
.forwardForm .formBtn {
	padding: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top:1px solid #CCC;
}