@import url(minebot.css) ;
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	text-align: center;
	font-family: "Tahoma CE","Arial CE","Helvetica CE",Tahoma,sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
}
#main {
	position: relative;
	width: 700px;
	background: #52696b;
	border-top: 5px solid #FFBE00;
	border-bottom: 5px solid #FFBE00;
	padding: 25px 7px 0px 7px;
	margin: 20px auto;
}
#top {
	position: relative;
	height: 80px;
	width: 686px;
	border-bottom: 5px solid #5AAE9C;
	background: #52696b;
}
#pata {
	position: relative;
	text-align: left;
	height: 20px;
	width: 686px;
	border: 1px solid white;
	border-bottom: none;
	background: #5AAE9C;
	padding: 3px 3px 3px 10px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
}
#telo {
	position: relative;
	width: 490px;
	float: left;
	text-align: left;
	background: white url(mid.gif) no-repeat right top;
	border-top: 2px solid #5AAE9C;
	border-right: 1px solid white;
	padding: 30px 7px 10px 10px;
	color: #3A3A3A;
}
#pravy {
	position: relative;
	float: right;
	text-align: left;
	width: 196px;
	background: #52696b;
	border-top: 1px solid white;
	padding: 7px;
	color: #FFFFFF;
}
#telo,#pravy {
height: 400px ;
}
#pravy a {
	color: #FFBE00;
	font-weight: bold;
}
#top H1 {
	float: left;
	border: 0px #996666 solid;
	color: white;
	font: small-caps bold 22px bold Tahoma, sans-serif;
	margin: 12px 0px 0px 10px;
}
.dolu {
	position: absolute;
	bottom: 8px;
}
.exdiv {
	background: #598080;
	padding: 7px 2px 7px 2px;
	margin-bottom: 7px;
	margin-top: 7px;
}
.menuobl, .nolink, #top a{
display: block;
background: #5AAE9C;
position: relative;
float: right;
top: 46px;
height: 29px;
padding: 6px 16px 6px 16px;
text-decoration: none;
font-weight: bold;
color: #52696b;
}
#top a:hover {
background: #7ACEBC;
}
#top a:link {
	color: white;
}
#top a:visited {
	color: white;
}
.menuobl {
	background: url(obl.gif) no-repeat right top;
}
h3 {
	color: #49495A;
	font-size: 1.5em;
}
h5 {
	font-size: 1.17em;
}

#telo h5,.subhead {
	font-weight: bold;
	color: #5DAC9B;
}

#pravy h5 {
	color: white;

}
.side {
	color: #FFBE00;
	font-weight: bold;
}
.iko {
	border: 0px solid #ABABAB;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
form.obj{
  background: #598080;;
  margin: 10px;
  padding: 10px;
  color: white;
}
.obj input,textarea{
      width: 200px;
}
.obj div{
  text-align: right;
}
