@charset "utf-8";
/* CSS Document */


input[type=text] {
	background-color: #CCCCCC;
	border: 1px solid #FFF;
	margin-bottom: 7px;
	color: #D6040D;
	padding: 5px;
	border-radius: 3px;
	font-size: 16px;
}
/* CSS Document */


textarea {
	background-color: #CCCCCC;
	border: 1px solid #FFF;
	margin-bottom: 7px;
	color: #D6040D;
	padding: 5px;
	border-radius: 3px;
	font-size: 16px;
}

input[type=submit]{
	padding: 5px;
	text-align: center;
	font-size: 18px;
	background: linear-gradient(#FFF 5%, #D6040D 100%);
	border: 2px solid #FFF;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0px 1px 0px #13506D;
	width: 267px;
	border-radius: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #FFF;
}
input[type=submit]:hover{
	background: linear-gradient(#D6040D 100%, #FFF 5%);
}
