@charset "utf-8";
/* CSS Document */


 
form {
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 12px;
	max-width: 500px;
}
 
 
input, textarea {
    background-color: #F5F5F5;
    color: #555;
    border: none;
    padding: 8px 10px;
    height: auto;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EEE;
}
 
 
.submit input {
	background-color: #CCCCCC;
	height: 36px;
	width: 115px;
	font-weight: bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
 
textarea {
    width: 400px;
    height: 120px;
    line-height: 20px;
    max-width: 400px;
}
 
form label {
	
	color: #333333;
	font-weight: normal;
}

td {
	background-color:#FFF;
	
}
