/**
// contact.css
// (c) 2009 - 2010 Massive Software Ltd. All rights reserved.
*/

div#contact-us-popup
{
	position: absolute;
	top: 85px;
	right: 90px;
	margin-top: 5px;
	width: 313px;
	padding: 10px;
	border: 1px solid #135e92;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 12pt;
	z-index: 255;
}


div#contact-us-popup textarea.question, input.email
{
	display: block;
	padding: 5px;
	width: 300px;
	border: 1px solid #bbb;
	color: #aaa;
}


div#contact-us-popup textarea.question
{
	height: 120px;
}


div#contact-us-popup input.email
{
	margin-top: 10px;
	margin-bottom: 15px;
}


div#contact-us-popup input#submit
{
	position: relative;
	bottom: 10px;
	float: right;
	margin-top: 10px;
	font-size: 10pt;
}


div#contact-us-popup a
{
	position: relative;
	top: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: #135e92;
}