body {
	background: url(../images/bgr.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body div {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
html, body {
	height: 100%;
}
.tdleft{
	text-align: left;
}

.tdright{
	text-align: right;
	vertical-align: top;
}
h4 {
	background: url(../images/bgr_h4.jpg) repeat-x;
	height: 32px;
	margin: 10px 0 0 0px;
	padding: 8px 0 0 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #626971;
}
.error{
	color:red;	
}
.message{
	color:green;	
}
.container{
	min-height: 78%;
	vertical-align: top;
	width: 860px;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
.container table {
	width: 100%;
}
.container td {
	background-color: #F3F4F6;
}
.container th {
	background-color: #F3F4F6;
	text-align: right;
	font-weight: bold;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.head{
	background: url(../images/bgr_head.jpg) no-repeat;		
	width: 860px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#copy{
	background: url(../images/bgr_bottom.jpg) repeat-x;
	height: 54px;	
	padding: 20px 0 0 0;	
	float: left;
	width: 100%;
}
img{
	cursor:pointer;
}
.btns {
	margin: 28px 0 0 5px;
	float: left;
}
.btns a{
	margin: 0 5px 0 5px;
}
h1 {
	font-size: 14px;
	text-align: left;
	width: 770px;
	text-transform: uppercase;
}
.menu {
	width: 100%;
	text-align: right;
	margin: 10px 0 5px 0;
	height: 80px;
}
.edit {
	width: 50px;
}
.page{
    text-align: center;
}
.page a{
    text-decoration: none;
}
form {
	height: 400px;
	width: 300px;
	float: right;
	margin: 10px 2px 0 2px;
	padding: 0 5px 0 5px;
}
form div {
	float: left;
}
form table {
	float: left;
}
form table td{
	padding: 3px;
}
.formsend {
 width:800px;
 height:auto;
 float:left;
 }