input.submit {
	width:494px;
	height:25px;
	background-color:#fffaf0;
	color:#333333;
	border: 1px solid #ddd;
	font-size: 14px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 7px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}
textarea.submit1 {
	width:494px;
	height:25px;
	background-color:#fffaf0;
	color:#333333;
	border: 1px solid #ddd;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 6px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}
textarea.submit2 {
	width:494px;
	height:140px;
	background-color:#fffaf0;
	color:#333333;
	border: 1px solid #ddd;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 6px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}

.button {
	height:25px;
	border:0px;
	width: 160px;
	text-align: center;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #39C;
}
.button:hover {
	color: #fff;
	background-color: #3757A6;
}



.t2 {
	font-size: 14px;
	line-height: 14px;
	color: #7F7F7F;
}
.t2green {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #096;
}
.t2red {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #C03;
}
.t3red {
	font-size: 18px;
	line-height: 20px;
	color: #C03;
}
