table.main {
	width: 780px;
	height: 1000px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
   border-collapse: collapse;   
}

td.logo {
	width: 200px;
	height: 100px;
}
td.head {
	width: 780px;
	height: 100px;
}
td.panel1 {
   width: 200px;
   height: 860px;
	vertical-align: top;
	background-color: #ECA65F ;
}
td.panel2 {
   width: 180px;
   height: 860px;
	vertical-align: top;
	background-color: #ECA65F;
	
}
td.button {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 200px;
	background-color: #5E0D02;
	
}
td.poisk {
	background-color: #5E0D02;
	text-align: center;
	vertical-align: middle;
}

td.textarea {
   width: 600px;
	vertical-align: top;
	max-width: 600px;
	min-width: 600px;
	background-color: #D9DAB1 ;
	}
td.statusline {
   height: 40px;
	background-color: #5E0D02;
	FONT-SIZE: 11pt;
	FONT-WEIGHT:bold;
	color: White;
}
img {
	border: 0;
}