body{
	font-family: Georgia, Time New Roman, Arial;
}

.clear {
        clear: both;
}


#form{
	width: 420px;
	height: 380px;
	background: #E6E6FA;
	position: absolute
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
}

#status{
	width: 460px;
	height: 397px;
	background: #E6E6FA;
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
	margin-left: 440px;
	margin-top: -397px;
}

#title{
	width: 420px;
	height: 20px;
	color: #FFFFFF;
	background: #000000;
	position: relative;
}

#status_title{
	width: 460px;
	height: 20px;
	color: #FFFFFF;
	background: #000000;
	position: relative;
}

th.color{
	background-color: #0066CC;
	color: #000000;
	font-size: 12;
}

td.size{
	font-size: 11;
}