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

form {
	width:390px;
	float:left; }
	
form table {
	width:100%; }
	
form td {
	padding-top:20px; }

label, input, textarea {
	width:100%;
	height:20px; 
	border:0px; 
	clear:both;
	display:block; }
	
label {
	font:16px/16px 'OpenSansLight', Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 0px 0px; }

/* Style Message Box */
textarea {
	height:185px; }

/* Style Text Input Boxes */
input[type="text"] { }
	
/* Style Submit Button */
input[type="submit"] {
	width:86px;
	height:14px;
	background:url(submit.png) no-repeat center;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	float:right; 
	position:relative;
	right:-30px;
	top:15px;  }
	
/* Style Thank You Message */
.email-message {
	color:#fff;
	text-align:center; }
