form.contacts
{
/*	border: 1px solid;
	border-color: #ccc #eee #eee #ccc;
*/	margin: 0em;
	padding: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

form.contacts *
{
	margin: 0;
	padding: 0;
}

form.contacts p
{
	margin: .5em 0;
}

form.contacts fieldset
{
	border: none;
}
form.contacts legend
{
	background-color: #6cf;
	padding: 3px 10px;
	border: 1px solid #39c;
	color: #fff;
	font-weight: bold;
}

form.contacts label[for]
{
	font-size: 14px;
	font-style: italic;
	color: #6CF;
}

form.contacts ol
{
	list-style: none;
}

form.contacts ol li
{
	margin: 5px 0;
}

form.contacts ol li label
{
	display: block;
}
/*
form.contacts ol.table
{
	list-style: none;
	display: table;
}

form.contacts ol.table li
{
	display: table-row;
}

form.contacts ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: 10px;
}
*/
form.contacts div.col2 label
{
	float: left;
	width: 50%;
}

form.contacts div.col3 label
{
	float: left;
	width: 33%;
}

form.contacts div.col4 label
{
	float: left;
	width: 25%;
}

form.contacts input[type=text],
form.contacts input[type=password],
form.contacts textarea,
form.contacts select
{
	border: 1px solid;
	border-color: #999 #eee #eee #999;
	background-color: #CCC;
	padding: 3px;
}

form.contacts input[type=text]:focus,
form.contacts input[type=password]:focus,
form.contacts textarea:focus,
form.contacts select:focus
{
	background-color: #9CF;
	border-color: #9cf #fff #fff #9cf;
}

form.contacts input[type=submit],
form.contacts input[type=reset],
form.contacts input[type=button],
form.contacts button
{
	border: 1px solid;
	border-color: #6cf #069 #069 #6cf;
	padding: 3px;
	color: #06F;
	font-size: 14px;
}

form.contacts input[type=password]
{
	background-image: url('../images/key.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	text-indent: 22px;
}

form.contacts input[type=submit]
{
	background-image: url('../images/ok.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

form.contacts input[type=reset]
{
	background-image: url('../images/reset.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

form.contacts span
{
	color:#FFF;
	font-weight: bold;
	font-size: 12px;
}
