
#email-form label {
	display: none;
}
input {
	width: 302px;
}
input.textfield {
	width: 302px !important;
	padding: 10px 20px;
	background: #F1F1F1;
	color: #333333;
	font: normal normal 16px Arial, Verdana, sans-serif;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea.textarea {
	width: 302px !important;
	padding: 10px 20px;
	background: #F1F1F1;
	color: #333333;
	font: normal normal 16px Arial, Verdana, sans-serif;
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input.input-error, textarea.input-error, label.input-error { 
	text-decoration: underline;
	background-image: url('i/alert.png');
	background-repeat: no-repeat;
	background-position: 3px 10px;
	}
input.submit {
	width: auto;
	padding: 4px 10px;
	background: #eeeeee url('i/white-grad.png') repeat-x;
	font: normal normal 16px Arial, Verdana, sans-serif;
	cursor: pointer;
	border: 1px solid #808080;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
input.submit:active{
	background-image: url('i/white-grad-active.png');
}
form small {
	display: block;
	text-align: right;
}
.loading-img, .alert-img, .success-img { padding: 5px 0 0 25px; height: 16px}
.loading-img{
	background: url('i/loading.gif') no-repeat 0 0;
}
.alert-img{
	background: url('i/alert.png') no-repeat 3px 3px;
}
.success-img{
	background: url('i/checkmark.png') no-repeat 5px 5px;
}