#form1 {
	text-align: center;
	background-position: center center;
	padding: 5px;
	height: auto;
	width: auto;
}
label{
	margin:0.33em;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#Submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	margin: 5px;
}
input, textarea {
	width:250px;
	height:20px;
	background-image: url(../images/input.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#themessage {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	padding:4px 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.buttonSubmit, .buttonSubmitHovered {
	width:50px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFF;
}
.buttonSubmitHovered {
	background-position:center bottom;
}
