.warn{
	background:#FF0000;
	color:white;
	width:360px;
	margin:5px 0 5px 0;;
	font-size:12px;
	text-align:center;
	padding:5px 0 0 0;
}
.warn p{
	margin:0;
	padding:0 0 5px 0;
}
body{
	background:#006633;
	margin:0;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#006633;
}
h1{
	color:#006633;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin:15px 0 15px 0;
	padding:0;
}
#cont{
	width:360px;
	padding:10px;
	background:white;
	margin:10px auto;
	display:table;
}
.logo{
	width:308px;
	height:104px;
	margin:0 auto;
}
.column{
	width:175px;
	text-align:center;
	height:40px;
}
.le{
	float:left;
}
.ri{
	float:right;
}
.select a{
	display:block;
	background:#006633;
	margin:10px 0 10px 0;
	padding:7px 5px 7px 5px;
	width:350px;
	color:white;
	text-decoration:none;
	font-size:12px;
}
.select .column a{
	width:165px;
	text-align:center;
	font-size:16px;
}
.sor{
	display:table;
	height:20px;
	text-align:justify;
	width:100%;
}
.sor .le{
	text-align:right;
	width:145px;
}
.input{
	float:right;
	width:204px;
	padding:1px;
}
input{
	height:auto;
}
input[type=text]{
	width:200px;
	padding:2px 1px;
}
input[type=submit]{
	color:white;
	background:#006633;
	width:204px;
	border:none;
}
input, select{
	margin:0;
	vertical-align:text-top;
	border:1px solid #006633;
	color:#006633;
	font-size:11px;
	padding:1px;
}
select{
	width:204px;
}
.sor p{
	font-size:10px;
}
.full{
	width:360px;
	float:none;
	margin:5px 0 5px 0;;
	background:#006633;
	font-size:18px;
	color:white;
	text-align:center;
	padding:5px 0 5px 0;
}
