body {
	background-image: none;
	background-color: #fff;
	width: 400px;
}

form {
margin:0px;
padding:0px;
}

label {
margin-bottom:10px;
margin-top:3px;
margin-right:15px;
text-align:right;
width:100px;
}

select {
border:1px solid #666;
margin-bottom:10px;
width:180px;
}

textarea {
border:1px solid #666;
height:80px;
margin-bottom:10px;
width:180px;
}

input.text {
border:1px solid #666;
margin-bottom:10px;
width:180px;
}

input.submit {
margin-bottom:10px;
}
