*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}

/* Каркас */
body{
	background: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Georgia','Times New Roman';
	color: #454545;
	line-height: 24px;
	text-align: left;
}
.main{
	min-width: 1000px;
	max-width: 1440px;
	margin: 0 auto;
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
}
img{
	border: none;
}
a{
	color: #45a5de;
	text-decoration: underline;
}
.tony{ color: #ff2f0d }
.me{ color: #33cc00 }
.zina{ color: #e2e203 }
.di{ color: #ffff00 }
.dina{ color: #ff7518 }
.lena{ color: #b02443; }
a:hover{
	text-decoration: none;
}
a.nofollow{
	cursor: default;
	text-decoration: none;
}
.prelude{
	font-style: italic;
	color: #c9a27a;
	cursor: default;
}
h1{
	font-weight: normal;
	font-size: 43px;
	letter-spacing: -1px;
	line-height: 49px;
	color: #45a5de;
	cursor: default;
	margin: 0 0 25px -16px;
	*position: relative;
	*height: 1px;
}
h2{
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 36px;
	color: #45a5de;
	cursor: default;
	margin: 0 0 15px -10px;
	*position: relative;
	*height: 1px;
}
p{
	margin-bottom: 15px;
}
strong{
	font-weight: normal;
}
ul{
	list-style-type: none;
}
ul li{
	background: url('../images/li.gif') no-repeat left 8px;
	padding-left: 14px;
}
input{
	font-family: 'Georgia','Times New Roman';
	font-size: 13px;
}
input.text{
	border: 1px solid #a3a3a3;
	padding: 2px 5px;
}
input.button{
	*width: auto;
	*overflow: visible;
	padding: 2px 3px;
}
textarea{
	font-family: 'Georgia','Times New Roman';
	font-size: 13px;
	border: 1px solid #a3a3a3;
	padding: 2px 5px;
}
input.gui-default, textarea.gui-default{
	color: #adadad;
	border-color: #cdcdcd;
}
input.gui-error, textarea.gui-error{
	color: #f32121;
	border-color: #c32121;
}

/* Инструментарий */
.like-a{
	color: #45a5de;
	text-decoration: underline;
	cursor: pointer;
}
.dashed{
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.dotted{
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.clear_l{
	clear: left;
	font-size: 0;
}
.clear_r{
	clear: right;
	font-size: 0;
}
.clear_a{
	clear: both;
	font-size: 0;
}
.holder, .wrap{
	position: relative;
}
.bold{
	font-weight: bold;
}
.cursive{
	font-style: italic;
}
.com{
	color: #999;
}
.small{
	font-size: 11px;
}
.comment{
	font-size: 11px;
	font-style: italic;
	color: #999;
}
.al-left{
	text-align: left;
}
.al-center{
	text-align: center;
}
.al-right{
	text-align: right;
}
.no-marg{
	margin: 0 !important;
}
.no-padd{
	padding: 0 !important;
}
.ordinary{
	color: #212121;
}
.datetime{
	font-style: italic;
	color: #c9a27a;
	cursor: default;
}
.wait{
	color: #a7a7a7;
	zoom: 1;
}
.error{
	color: #f32121;
}
.message{
	color: #333;
}
.success{
	color: #333;
}
div.wait, div.error, div.message, div.success{
	margin-bottom: 10px;
}
.ico{
	vertical-align: middle;
	cursor: pointer;
	margin-left: 8px;
}
.action-group{
	margin-left: 10px;
	color: #999;
}
.hidden{
	display: none !important;
}

/* Шапочка */
.header{
	padding-top: 20px;
	margin-bottom: 85px;
}
.main_mn{
	text-align: center;
}
.main_mn a{
	font-size: 21px;
}
.main_mn img{
	height: 1px;
	width: 12%;
}
/* Контент */
.content{
	margin: 0 6%;
	padding-bottom: 50px;
}
/* Блок - Приветствие */
.bl_wellcome{
	margin: 0 6%;
}
.bl_wellcome img{
	float: right;
	margin-top: -80px;
}
.bl_wellcome .clear_r{
	padding-bottom: 30px;
}
/* Блок - Анонс форума */
.bl_forum_announce{
	padding-left: 16px;
	margin: 0 0 30px 7%;
	width: 42%;
}
.bl_statue{
	margin: 0 7% 30px 7%;
}
/* Блок - Авторизация */
.bl_authorisation{
	width: 42%;
}
.bl_authorisation .line{
	margin-bottom: 5px;
}
.bl_authorisation .line input{
	width: 240px;
}
/* Блок - Анонс умноты */
.bl_statues_announce{
	width: 42%;
}
.bl_statues_announce span{
	color: #929292;
	margin-right: 10px;
	cursor: default;
}

.on_left{
	display: inline;
	margin-left: 6%;
	float: left;
}
.on_right{
	display: inline;
	margin-right: 6%;
	float: right;
}

.txt_attention{
	color: #ff3333;
	font-weight: bold;
	margin: 0 5px;
}
.txt_mean{
	font-weight: bold;
}
.err{
	border-color: #ff3333;
}
/* Футер */
.spc4footer{
	height: 60px;
}
.footer{
	margin-top: -60px;
	padding-top: 30px;
	height: 20px;
	font-size: 12px;
	color: #666;
}
.footer .copyright{
	text-align: center;
}
.footer .copyright a{
	margin: 0 10px;
}
/* Загрузка */
.loading{
	display: none;
}
/* Баббл */
.bubble{
	margin-bottom: 3px;
}
.bubble .t{
	background: url('../images/bubble_t.png') repeat-x;
	height: 14px;
	font-size: 0;
	margin: 0 14px 0 12px;
	position: relative;
}
.bubble .lt{
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 12px;
	background: url('../images/bubble_lt.png');
}
.bubble .rt{
	position: absolute;
	top: 0;
	right: -14px;
	width: 14px;
	height: 14px;
	background: url('../images/bubble_rt.png');
}
.bubble .b{
	background: url('../images/bubble_b.png') repeat-x;
	height: 14px;
	font-size: 0;
	margin: 9px 14px 0 44px;
	position: relative;
}
.bubble .lb_arrow{
	position: absolute;
	top: -7px;
	left: -44px;
	width: 44px;
	height: 22px;
	background: url('../images/bubble_lb_arrow.png');
}
.bubble .rb{
	position: absolute;
	top: -9px;
	right: -14px;
	width: 14px;
	height: 14px;
	background: url('../images/bubble_rb.png');
}
.bubble .l{
	background: url('../images/bubble_l.png') repeat-y;
}
.bubble .r{
	background: url('../images/bubble_r.png') repeat-y right;
}
.bubble .inner{
	padding: 0 20px 3px;
}
.bubble .tools-ico{
	position: absolute;
	top: 4px;
	right: 0;
}
.bubble .tools-ico img{
	position: relative;
}