
#contact-wrapper {
	margin-top:15px;
	margin-right:25px;
	float:right;
    width:400px;       
}  
#contact-wrapper div {  
    clear:both;  
    margin:1em 0;  
}  
#contact-wrapper label {  
    display:block;  
    float:none;  
    font-size:12px;  
    width:auto;  
}  
form#contactform input {
	border:1px solid #CCC;
    border-width:1px;  
    padding:5px;  
    font-size:16px;  
    color:#333;  
}  
form#contactform textarea {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px; 
    padding:0.6em 0.5em 0.7em;  
	border:1px solid #CCC;  
    border-style:solid;  
    border-width:1px;  
} 
#submit {
	display:block;
	border:none;
	float: left;
}
#submit.submit {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#630;
	border:none;
	background:url(images/submit_btn.jpg) no-repeat;
	width:85px;
	height:40px;
}