
/* support_contact */
#support_contact 
{
	background-color:#FFF; 
	position:absolute; 
	width:500px;
	height:500px; 
	left:400px; 
	top:0px;
	border:2px solid #000;
	z-index: 999;
}

#support_contact h3
{
	font-size: 12px;
	color:#FFF;	
	padding-top:10px;

	display: inline;
}

#support_contact .line
{
	width:100%;
	height:37px;
	background:#660000; 
}

#support_contact #message
{
	width:480px;
	height:345px;
	overflow:auto;
	margin:10px;
}

#support_contact textarea
{
	width:98%;
}

#support_contact .submit
{
	width:100%;
	background:#660000; 
	color:#FFF;
}

#support_contact .close {cursor:pointer;}
#support_contact .close a {font-family: Verdana; color: #fff; text-decoration: none;}
#support_contact .news_text {width: 300px; height: 120px; padding:4px; background-color: #FAFAFA; vertical-align: top;}