#contact{
	width:280px; 
	float:left;
	font:normal 1em "Lucida Sans";color:#CC0000;line-height:15px;
	background-color:none;
	
	
	}
#contact form input{
	 
	
	width:230px; 
	height:20px;
	float:left; 
	color:#CC0000;
	background:#000000;
	border:1px;
	border-style:solid;
	border-color:#CC0000;
	font:normal 0.9em Verdana, Arial, Helvetica, sans-serif;line-height:15px;
	text-indent:5px;
	
	}

#contact  form label.comment{
	font-size:10px; 
	text-transform:uppercase; 
	line-height:14px; 
	font-weight:bold; 
	float:left; 
	width:50px;
	
	}
#contact  form textarea{
	background:#000000;
	width:230px;
	height:135px;
	border:none;
	color:#CC0000;
	float:left;
	padding:0;
	overflow:hidden;
	border:1px;
	border-style:solid;
	border-color:#CC0000;
	margin-top:2px;
	font:normal 0.9em Verdana, Arial, Helvetica, sans-serif;line-height:15px;
	text-indent:5px;
	}
#contact form input.submit{
	background:#000000;
	width:50px; 
	height:20px; 
	border:none; 
	cursor:pointer; 
	float:left;
	margin-right:5px;
	border:1px;
	border-style:solid;
	border-color:#CC0000;
	color:#CC0000;
	}
	
#contact  form input.reset{
	background:#000000; 
	width:50px; 
	height:20px; 
	border:none; 
	cursor:pointer; 
	float:left;
	border:1px;
	border-style:solid;
	border-color:#CC0000;
	color:#CC0000;
	
	}

	
		
