body{
	width:600px;
	margin:20px;
	background-color:white;
	position:relative;
	color:#5a5a5a;
	font-size:12px;
	font-family:tahoma;
}

.h2{
	font-size:22px;
	margin:5px 0px 10px 0px;
	color:#1f1f1f;
	font-weight:normal;
}

div.footer a.copyright{
	text-decoration: none;
	color:#901d78;
}

********************************************************************/
/******************  Счетчик *****************************************/
div.pager{

}
div.pager_text{
	float: left;
	padding:5px 3px;
}
div.pager div.pager_current{
	float:left;
	background-color:#ededed;
	font-weight:bold;
	font-style:italic;
	height:22px;
	overflow:hidden;
}
div.pager div.pager_current div.pager_current_corner_left{
	background:transparent url(/img/pager_current_corner_left.gif) scroll no-repeat left top;
}
div.pager div.pager_current div.pager_current_corner_right{
	background:transparent url(/img/pager_current_corner_right.gif) scroll no-repeat right top;
}
div.pager div.pager_current div.pager_current_text{
	padding:5px 7px;
}
div.pager a{
	float:left;
	padding:5px 3px;
}
div.pager div.dots{
	float:left;
	padding:5px 3px;
}

/********************************************************************************/
/*Форма залогинивания*/
div#logon_form{
	position:absolute;
	z-index: 5;
	display:none;
	margin-left:50px;
	margin-top:5px;
	margin-left:-170px !ie;
	margin-top:20px !ie;
}
div.logon_form{
	width:192px;
}
div.logon_form div.corners{
	padding:10px 15px;
}
div.logon_form div.content b{
	color:#5A5A5A;
}
div.logon_form div.content input{
	width:160px;
	margin:3px 0px;
	padding:1px 0px;
	border:1px solid #cecece;
}
div.logon_form div.content input#logon_submit{
	margin-right:15px;
	margin-right:10px !ie;
	width:70px;
}

div.logon_form div.content div.forget{
	padding-top: 5px;
}

div.logon_form div.content input#logon_cancel{
	width:70px;
}
div.logon_form div.content div.error{
	font-weight:bold;
	color:#f00;
}

.bold{
	font-weight:bold;
}