div.email_form
{
	position: absolute;
	border: black 0px solid;
	width: 249px;
	top: 266px;
	right: 193px;
	z-index: 50;
	height: 490px;
}

div.email_form input, div.email_form textarea
{
	margin-bottom: 25px;
	width: 219px;
	font-family: Verdana;
	font-size: 11px;
}

div.email_form textarea
{
	margin-bottom: 25px;
	width: 217px;
	height: 80px;
}

div.email_form h1
{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

div.email_form h1 span
{
	font-weight: bold;
}

div.email_form label
{
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

div.email_form label span
{
	color: #333;
	font-weight: normal;
	font-size: 11px;
}

div.email_form p.help
{
	color: #333;
	font-weight: normal;
	font-size: 10px;
}

div.email_form div.top
{
	position: relative;
	background-image: url("images/email/email_top.png");
	background-repeat: no-repeat;
	height: 30px;
}

div.email_form div.middle
{
	position: relative;
	background-image: url("images/email/email_middle.png");
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 30px;
	border: black 0px solid;
}

div.email_form div.response
{
	position: relative;
	background-image: url("images/email/email_middle.png");
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 30px;
	border: black 0px solid;
}

div.email_form div.response img
{
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}

div.email_form div.response span
{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

div.email_form div.response div.email_error,
div.email_form div.response div.email_sent,
div.email_form div.response div.email_sending
{
	width: 239px;
	height: 33px;
}

div.email_form div.response div.email_error
{
	background-color: #eed9d9;
}

div.email_form div.response div.email_sent
{
	background-color: #d9eed9;
}

div.email_form div.response div.padding
{
	padding-top: 8px;
}

div.email_form div.middle form
{
	padding: 0;
	margin: 0;
}

div.email_form div.bottom
{
	position: relative;
	background-image: url("images/email/email_bottom.png");
	background-repeat: no-repeat;
	height: 29px;
}

div.email_form div.top .close_button,
div.email_form div.top .close_button_hover
{
	cursor: pointer;
	position: relative;
	top: 10px;
	left: 188px;
	width: 47px;
	height: 15px;
	background-image: url('images/email/close_button_off.png');
}

div.email_form div.top .close_button_hover
{
	background-image: url('images/email/close_button_on.png');
}

div.email_form input.input_send_email_button
{
	display: block;
	height: 41px;
	width: 163px;
	margin-left: 30px;
	margin-bottom: 0px;
}

.validation_error
{
	color: red;
	display: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
