/* CSS Document */

body {
	font-family:"trebuchet MS";
	font-size: 12px;
	color: #999999;
	}

input.btn {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family:"trebuchet MS";
	font-size: 12px;
	}
	
input.btn:hover {
	color: #00008B;
	background-color: #99CC00;
	border: 1px outset #00008B;
	}
	
input.txt,textarea {
	color: #00008B;
	background-color: #FFFFFF;
	border: 1px solid #99CC00;
	width: 200px;
	}

.todo {
	margin: 25px auto 0 auto;
	width: 534px;
	height: 417px;
	background-image:url(back.jpg);
	background-repeat:repeat-y;
	}

#middle {
	height: 417px;
	width: 468px;
	margin: auto;
	}

#midleft {
	width: 234px;
	height: 392px;
	margin: 25px auto;
	float:left;
	}

#midright {
	width: 180px;
	height: 392px;
	margin: auto 45px 0 0;
	float:right;
	text-align:right;
	}

#down {
	height: 14px;
	width: 534px;
	background-image:url(green.jpg);
	background-repeat:repeat;
	margin: 0 auto 0 auto;
	}

p {

 }

