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

form {
	clear: both;
}
fieldset {
	border: 2px dotted #dbdbdb;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#name, #email {
	width: 300px;
}

#message {	
	height: 100px;
	width: 300px;	
}
#name, #email, #message {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	border: 1px solid #bcbcbc;	
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.button {
	display: inline;
	width: 100px;
	margin-right: 20px;
	border: 1px solid #bcbcbc;
	height: 25px;
	cursor: pointer;
	background-color: #FFFFFF;
}