/*
    Copyright © INIT CMS
    URL: http://init-studio.ru, http://init-cms.ru, http://ohtml.ru
    E-mail: support@init-cms.ru
    Developing: Aleksey Chechel, Valeriy Kalita
    Interface: Aleksey Chechel
*/

/*h1-h6*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Helvetica, sans-serif;
}

/*====НАСТРОЙКА LINKS====*/
a { color: #151740; text-decoration: none; }
a:hover { color: #353770; }
A {outline: none;}

/*Настройка заголовков*/
h1 { font-size:24px; font-weight:bold; line-height:36px; margin-bottom:18px; }
h2 { font-size:20px; font-weight:normal; line-height:18px; margin-bottom:18px; }
h3 { font-size:17px; font-weight:normal; line-height:18px; }
h4 { font-size:1em; font-weight:bold; line-height:18px; }
h5 { font-size:10px; font-weight:bold; line-height:18px;}

body {
	color: #151740;
	background-color: #8b8b8b;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
}
.e{color: #253270;}
.page_bg {
	text-align: center;
	background: #8b8b8b url(image/bg.jpg) no-repeat center 172px;
}

/*Other*/
p { margin-bottom: 8px; }
.clr { clear: both; }
img  { border: 0 none; }
hr	{ border: 0 none; border-top: 1px solid #cfcfcf; }

/*===== ОБЩЕЕ ОФОРМЛЕНИЕ =====*/
/*WRAPPERS*/
.wrapper {
	margin: auto;
	width: 350px;
	margin-top: 295px;
	text-align: left;
}

#tophead, #tophead .dleft, #tophead .dright { height: 56px; }
#tophead { text-align: center;position: relative; }
#tophead .dright { padding-right: 23px; }
#tophead .dleft { padding-left: 23px; }
#bodypage, #bodypage .dleft, #bodypage .dright { height: auto; }
#footer{ height: 36px; padding-right: 23px;padding-left: 23px;}
#mainbox { padding: 12px 18px 8px 18px; }

/*copyright, sysinfo, license*/
.copyright {
	float: right;
	color: #151740;
	font-size: 10px;
	padding-top: 8px;
}

.siteurl {
	float: left;
	display: inline;
	padding-top: 8px;
	color: #151740;
	font-size: 10px;
}


.enterform h5 {
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
}

.enterform p { float: left; width: 100%; clear: both; }
.enterform span { float: left; width: 25%; }
.enterform p input {
	float: left;
	width: 71%;
	padding: 2px;
	border: 1px solid #5e7e96;
	font-weight: bold;
}

.enterbtn {
	margin-top: 8px;
	cursor: pointer;
	color: #194e85;
	background: transparent url(image/enterbtn.png) no-repeat 0 0;
	border: none;
	width: 89px; height: 31px;
	font-weight: bold;
	padding-bottom: 2px;
}

.enterbtn:hover { background-position: 0 -31px; }

