
/* Contact page style */

.w220_top
{
	width: 220px;
	height: 10px;
	background-image: url(../images/220_top.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

.w220_bottom
{
	width: 220px;
	height: 10px;
	background-image: url(../images/220_bottom.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

.w220_middle
{
	width: 220px;
	background-image: url(../images/220_middle.gif);
	background-repeat: repeat-y;
}

.w220_heading
{
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	color: #000000;
	margin-bottom: 10px;
}

.w220_text
{
	width: 200px;
	padding: 0px 10px 0px 10px;
}

#telephone
{
	text-align: left;
	position: absolute;
	margin-left: 0px;
	width: 220px;
}

#fax
{
	text-align: left;
	position: absolute;
	margin-left: 0px;
	top: 250px;
	width: 220px;
}

#email
{
	position: relative;
	margin-left: 240px;
	width: 420px;
}

#postal
{
	position: relative;
	display: inline;
	float: right;
	width: 220px;
	right: 0px;
}

#email_top
{
	width: 420px;
	height: 10px;
	background-image: url(../images/420_top.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

#email_bottom
{
	width: 420px;
	height: 10px;
	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_heading
{
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	color: #000000;
	margin-bottom: 10px;
}

#email_text
{
	width: 400px;
	margin-left: 10px;
}


.email_label
{
	position: absolute;
	width: 150px;
	text-align: right;
}

.email_field
{
	position: absolute;
	margin-left: 160px;
}
