body, table, input, textarea, select {
	font-family:verdana, arial, sans-serif;
	font-size:11px;}

a {color:#618535;}
a.white, .white {color:white;}

.adv a {color:black}

.info {color:white;
	font-size:24px;}

form {margin:0px;
	padding:0px;}

/* таблица с полями логина ввреху */
table.login input.input {border:1px solid #414141;
	background:#FFFFFF;
	width:150px;}
table.login input.button {border:0px;
	background:#7BC623;
	color:#FFFFFF;}

/* левая колонка страниц */
div#contentLeft {
	width:167px;
	background:url(../images/left_column_back.gif) repeat-x;
	border:1px solid #898D94;
	padding-top:13px;
}

div#contentLeft div.layer1 {
	background:#DFF1CA;
	padding:3px 10px 10px 10px;
}

div#contentLeft h1 {padding:4px;
	margin:0px;
	margin-bottom:4px;
	background:#7BC623;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	text-align:center;}

/* дата вверху страницы */
td.top_date {padding:7px 0px 0px 15px;
	color:white;
	font-family:arial narrow, arial, sans-serif;
	font-size:24px;
	vertical-align:top}

.pageTitle {
	display:block;
	color:white;
	font-family:'arial narrow, arial, sans-serif';
	font-size:32px;
	border-bottom:2px solid white;
}

/* таблица с телефонами */
table.phones {margin-top:2px;}
table.phones tr td {padding-bottom:2px;}
table.phones tr td.title {padding-right:3px;}

/* основная ячейка содержания */
div#content {
	width:95%;
	text-align:center;
	margin-bottom:15px;
}

div#content h1 {color:#000000;
	font-size:24px;
	font-family:'Arial narrow', arial;
	margin:0px;
	padding:0px;
	background:transparent;
	font-weight:bold;}
div#content h2 {color:#006DA0;
	font-size:18px;
	font-family:'Arial narrow', arial;
	margin:0px;
	padding:0px;
	background:transparent;
	font-weight:bold;
}

/* белый блок содержания */
div#content div#contentWhite {
	background:#FFF;
	padding:15px;
	text-align:left;
}

/* форма регистрации */
input.registration, textarea.registration {
	border:1px solid black;
	background:#DFF1CA;
	width:250px;
}
input.button {
	border:1px solid black;
	background:#01709E;
	color:white;
}

/* предложение регистрации */
div#registrationOffer {
	white-space:nowrap;
	padding:1px;
}

/* для ошибок */
.red {
	color:red;
}
