
/* Contact page style */

#email
{
	position: relative;
	margin-left: 240px;
	width: 420px;
}

#email_top
{
	width: 420px;
	height: 12px;
	background-image: url(../images/420_top.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

#email_bottom
{
	width: 420px;
	height: 12px;
	background-image: url(../images/420_bottom.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

#email_middle
{
	width: 420px;
	background-image: url(../images/420_middle.gif);
	background-repeat: repeat-y;
}

#email_text
{
	width: 400px;
	margin-left: 10px;
}

.email_label
{
	position: absolute;
	width: 150px;
	text-align: right;
}

.email_field
{
	position: absolute;
	margin-left: 160px;
}

.checkbox
{
	position: absolute;
	left: 80px;
}

.checkbox_label
{
	position: absolute;
	left: 105px;
}
