@import url(style.css);

body {

margin-top:20px;

}

input {
	width:290px;
}

textarea {
	width:100%;
	height: 50px;
}

table {
	width: 480px;
}

table td {
	padding:5px;

}

input.submit {
	width: 50%;
}

