#contact{
	width:350px; 
	float:left;
	font-size:15px; 
	font:normal 1em "Lucida Sans";color:#ffffff;line-height:15px;
	background-color:none;
	
	
	}
#contact form input{
	 
	
	width:160px; 
	height:18px;
	float:left; 
	color:#ffffff;
	background:#cc0099;
	border:1px;
	border-style:solid;
	border-color:#cc0099;
	
	
	
	
	
	}

#contact  form label.comment{
	font-size:10px; 
	text-transform:uppercase; 
	line-height:14px; 
	font-weight:bold; 
	float:left; 
	width:50px;
	
	
	
	}
#contact  form textarea{
	background:#cc0099;
	width:300px;
	height:135px;
	border:none;
	color:#ffffff;
	float:left;
	padding:0;
	overflow:hidden;
	border:1px;
	border-style:solid;
	border-color:#cc0099;
	margin-top:2px;
	font:normal 1.1em Verdana, Arial, Helvetica, sans-serif;line-height:15px;
	}
#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:#cc0099;
	color:#cc0099;
	}
	
#contact  form input.reset{
	background:#000000; 
	width:50px; 
	height:20px; 
	border:none; 
	cursor:pointer; 
	float:left;
	border:1px;
	border-style:solid;
	border-color:#cc0099;
	color:#cc0099;
	
	}

	
		
