#zcmail form {margin-top:20px;
	/* wth does kubrick do? */
	text-align:				left;
	/* Themes that are extremely wide will look odd in IE */
	max-width:				480px;
}
#zcmail textarea,
#zcmail .zcmail_text,
#zcmail input.zcmail_name,
#zcmail input.zcmail_mail,
#zcmail input.zcmail_subject {
	margin:					0px 0;
	padding:				2px 4px;
	border:					1px solid #0d0d0d;
	border-radius:          4px;
	-moz-border-radius:     4px;
	-webkit-border-radius:  4px;
width:450px;
background-image:url('http://www.projectbluegreen.com/wp-content/themes/bluegreen/images/field_back.png');
background-repeat:repeat-x;
background-position:top left;
background-color:transparent;
}
.zcmail_error, .zcmail_success {
	background-color:none;
top: 40px;
position:relative;
}
#zcmail textarea {
	display:				block;
}
#submit {
        margin-top:5px;
        color:#FFFFFF;
	display: block;
	height: 27px;
	width:73px;
	text-align:center;
	background-color: transparent;
	background-image: url('http://www.projectbluegreen.com/wp-content/themes/bluegreen/images/send_roll.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	font-size: 11pt;
	font-weight:bold;
	text-decoration: none;
	border:none;
	cursor:pointer;
	cursor:pointer;
}

#submit:hover {
	background-position: right -27px;
	color:#FFFFFF;
	text-decoration: none;
	border:none;
	cursor:pointer;
	cursor:pointer;
}