@charset "UTF-8";
#contact  {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
	width: 675px;
	line-height: 25px;
	background-color: #F6F6F6;
	margin: auto;
}
#contact table {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#contact table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	vertical-align: top;

}
textarea {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 350px;
	font-size: 14px;
	line-height: 25px;
}
textarea {
	height: 200px;
}
input:hover, textarea:hover, input:active, textarea:active {
	border-top-color: #0F60A8;
	border-right-color: #0F60A8;
	border-bottom-color: #0F60A8;
	border-left-color: #0F60A8;
	background-color: #F0F6FF;
}
input.submit {
	background-repeat: no-repeat;
	background-position: -40px -40px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 100px;
	height: 30px;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	background-color: #DFDFDF;
	text-decoration: none;
	cursor: pointer;
}
input.submit:hover {
	background-color: #F3F3F3;
}
input.submit:active {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
