@charset "utf-8";
/* CSS Document */

body {
	background-color:#dfdfdf;
	font-family:"Helvetica neue", Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
h1 {
	font-size: 120%;
	margin-bottom: 20px;	
}
td {
	font-family:"Helvetica neue", Verdana, Geneva, sans-serif;
	font-size:0.9em;
	padding:4px 10px 4px 10px;
}
input {
	width: 400px;
	border-radius:4px;
}
input.date {
	width: 100px;	
}
select {
	width: 100px;
	border-radius:4px;
	border: 1px solid #999;
}
textarea {
	width: 400px;
	height: 100px;
	border-radius:4px;
	border: 1px solid #999;
}
.button {
	width: auto;
}
	