﻿ul.top-tabs li.about a
{
	background-position:-423px -24px;
}

div.contact-form
{
	margin:2px;
	padding:4px;
	background-color:#ebebeb;
	border:solid 1px #a0a0a0;
	display:none;
	width:530px;
}

#msg_sent
{
	font-weight: bold; 
	color: #005500; 
	margin:2px;
	padding:10px;
	background-color:#eeffee;
	border:1px solid #005500;
	text-align:center;
	display: none;
}

div.contact-form .textbox, div.contact-form input,div.contact-form select
{
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,Sans-Serif;
    font-size: 12px;
    border:solid 1px #a0a0a0;
}

div.contact-form div.input
{
	margin:4px;
}

div.contact-form div.input div.label
{
	float:left;
	vertical-align:middle;
	width:120px;
}

label.error
{
	vertical-align:top;
	float:none;
	color:#f00;
}

div.status_box
{
	text-align: left; margin: 5px;
	position:relative;
}

div.status_box div
{
}

div.status_column_header
{
	background-color:#397ccc;
	color:#fff;
	width:120px;
	font-weight:bold;
	float:left;
	padding:3px;
}

div.green
{
	width:20px;
	float:left;
	height:20px;
	background: transparent url("Images/green_status.png") left 5px no-repeat;
}

div.amber
{
	width:20px;
	float:left;
	height:20px;
	background: transparent url("Images/amber_status.png") left 5px no-repeat;
}

div.red
{
	width:20px;
	float:left;
	height:20px;
	background: transparent url("Images/red_status.png") left 5px no-repeat;
}
	
	
