body{
	padding:0px;
	margin:0px;
	background:url(later.jpg) repeat-x;
	background-color:#B3BEAD !important;
}

img{
	border:none;
}

table.main{
/*	border:1px solid #B3BEAD;*/
	border:1px solid #848A7E;
	width:900px;
}
table.main tr td.head{
	height:111px;
	background:url(header.jpg);
	padding-left:50px;
}
table.main tr td.bar{
	height:7px;
	background:url(bar.jpg);
}
table.main tr td.menu{
	height:35px;
	background:url(menu.jpg);
}
table.main tr td.cont{
	height:500px;
	background:url(bg.jpg) repeat-x;
	background-color:#CAD7DD;
}

.error{
	color:red;
	border:1px solid red;
	padding:5px;
	text-align:center;
}

table.my, table.my2{
	font-size:14px;
}


.my2{
	border-collapse:collapse;
	background: white;
	margin-bottom:15px;
}
.my2 tr td, .my2 tr th{
	border: 1px solid gray;
	padding: 3px 7px;
}