﻿@charset "windows-1251";
/* CSS Document */

html, body {
	height: 100%
}

html, body, table, td, tr, div{
	margin:0px;
 	padding:0px;
	border:0px;
}

body {

}

h1{
	font-family:Arial;
	font-size:18px;
	color:#2b478a;
	font-weight:500;
	}



input, textarea {
	border: 1px #7f9db9 solid;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	padding-left: 3px;
}

img.png {
	behavior: url("/img/png.htc");
}

.clear{
	clear:both;
	height:2px;
	}

.noborder {
	border: 0;
}
/*#EL_IDBODY {
	background-image:url("/img/pobeda.png");
	background-repeat:no-repeat;
	background-position:top left;
}*/

#EL_IDBODY_bot {
	background-image: url("/img/bkgbot.png");
	background-repeat:repeat-x;
	background-position:bottom center;
}

.red {
	color: #f00;
}

.green {
	color: #009900;
}

.blue {
	color: #00e;
}

.orange {
	color: #FF8040;
}

.white {
	color: #fff;
}

.death {
	color: #8000FF;
	font-weight: bold;
}

.border_red {
	border: 1px #f00 solid;
}

.clear {
	clear: both;
}

.help {
	font-size: 10px;
	font-family: verdana;
	line-height: 130%;
}

.error_404 {
	border: 1px #004080 solid;
	background: #B0D8FF;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

.control {
    float: right;
}

.control_left {
	float: left;
}

#vk_comments {
	margin-left: 20px;
}

.pointer {
	cursor: pointer;
}