@charset "utf-8";
/* CSS Document */

#todo{
	border-width:1px;
	margin:0;
	padding: 10px 2px;
	width:700px;
}

table{
	margin: 10px auto;
	position:relative;
}

input,textarea{
	border-color:#444;
}

#inferior{
	display:none;
}

