table.main {
	width: 1000px;
	 
}

td.head {
	width: 800px;
	height: 100px;
	
}
td.head1 {
	width: 200px;
	height: 100px;
	
}
td.headbut {
	width: 100px;
	height: 100px;
	
}
td.buttons {
	width: 800px;
	height: 30px;
	
}
td.buttons1 {
	width: 200px;
	height: 30px;
	
}

td.panel1 {
	width: 170px;
	height: 600px;
	vertical-align: top;
	text-align: center;
	background-color: #aefc8c;
}

td.panel2 {
	width: 170px;
	height: 600px;
	vertical-align: top;
	background-color: #c1feff;
	color: black;
}


td.textarea {
   width: 660px;
	vertical-align: top;
	text-align: justify;
	
}

td.vramka {
	width: 10px;
	vertical-align: top;
	background-color: #edd9b3;
}
td.hramka {
	width: 400px;
	height: 10px;
	vertical-align: top;
	background-color: #edd9b3;
}
td.number {
	width: 20px;
	height: 20px;
	vertical-align: center;
	text-align: center;
}

	
td.statusline1 {
   height: 30px;
   background-color: #7bc627;
   color: white;
}

td.statusline2 {
   height: 30px;
   background-color: #8bcbd8;
   text-align: right;
   color: white;
   
}
	

td.button {
	text-align: center;
	vertical-align: middle;
	height: 35px;
	width: 100px;
	
}

img {
	border: 0;
}
