.topbox{
	width:100%;
	height:50px;
}
.topbox .text{
	float:left;
	width:80%;
	text-align:left;
	padding-left: 10px;
	padding-top: 10px;
}
.topbox .logout{
	float:right;
	width:10%;
	text-align:right;
	padding-right: 10px;
	padding-top: 10px;
}
.topbox .logout .button{
	width:100px;
	height:32px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.box{
	width:100%;
	min-height:500px;
	border-top: #ae747a 5px solid; 
	border-bottom: #ae747a 5px solid; 
	background-color:#F4F4F4;
	text-align:center;
	padding-top:20px;
	padding-bottom:0px;
}
.box .add{
	width:400px;
}
.box table{
	width: 90%;
	border:	#ae747a 1px solid;
}
.box table th{
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	background-color:#DDD;
	font-weight:bold;
	color:#002E66;
	padding: 4px;
}
.box table td{
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	background-color:#FFF;
	padding: 4px;
	font-size:12px;
}
.box table td.title{
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color:#204E86;
	color:#FFF;
	border: 0px;
	padding: 8px;
}
.bottombox{
	width:100%;
}

.loginbox{
	width:300px;
	border: #ae747a 5px solid; 
	background-color:#CCCCCC;
	text-align:center;
	margin-top: 150px;
	padding-top:20px;
	padding-bottom:0px;
}
.loginbox h1{
	clear:both;
	font-size:15px;
	margin-top:30px;
}
.loginbox .login{
	width:300px;
	height:30px;
}
.loginbox .login span{
	float:left;
	width:90px;
	text-align:right;
	font-weight:bolder;
}
.loginbox .login input{
	float:right;
	width:140px;
	margin-right:50px;
}
.loginbox .submit{
	text-align:center;
	width:300px;
	height:30px;
}
.loginbox .submit input{
	text-align:center;
	width:140px;
}
.loginbox .error{
	color:#F00;
	font-weight:bold;
	text-align:center;
	width:300px;
	height:90px;
}
.webwizards{
	font-size:10px;
	margin:20px 0px 20px 0px;
}
.webwizards a{
	text-decoration:none;
	color:#002E66;
}
.webwizards a:hover{
	text-decoration:underline;
}

input.text { margin-bottom:12px; width:95%; padding: .4em; 
}

fieldset { padding:0; border:0; margin-top:25px; }
