#contact_advertise {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	padding: 0px 10px 10px 10px;
	margin: 15px;
}

#contact_advertise h3 {
	margin: 5px 0px;
}

#form .people {
	font-size:8pt;
}

#form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:650px;
}

#form .left {
	width:125px;
}

/** hidden field (captcha) **/
#subject {
    position: absolute;
    left: -999px;
}

.people {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:325px;
}

.people .left {
	width:110px;
	padding:0px 5px 10px 0px;
}

.people img {
	padding:5px;
	border:1px solid #333;
}

.people a {
	color:#006;
	text-decoration:none;
}

.people a:hover {
	text-decoration:underline;
}

.people .header {
	font-size:10pt;
	font-weight:bold;
	padding:0px 0px 15px 0px;
}
	
textarea#id_message, input#id_name {
	font: normal 10pt Verdana,Sans-Serif;
	color: #000066;
	width: 200px;
	padding: 2px;
}

textarea#id_message {
	height: 100px;
}
table#form tr td {
	background-color: #f0f0f0;
}
table#form th {
	background-color: #f9f9f9;
	font: bold 14pt "Trebuchet MS",Tahoma,Sans-Serif;
	border-bottom: #0066cc 2px solid;
}
.empimg {
	background-color: #ffffff;
	border-right: #666666 2px solid;
	width: auto;
}
.empimg img {
	float: right;
	border: 0px none;
	width: 75px;
	height: 75px;
}
table#form {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}