/*Styles for dim overlay & message box*/
#dim
{
	 position:absolute;
	 top:0; left:0; 
	 width:100%; 
	 z-index:100; 
	 background-image:url(../images/1.png); 
	 display:none; 
}
/* Окно авторизации */
.message_reg {
	display: none;
	width:331px;
	background-image:url(../images/bg_big_mess.png);
	height:600px;
	border-bottom:2px solid #808283;
	border-top:2px solid #808283;
	position: absolute;
	left: 450px;
	top: 125px;
	z-index:200;
}

.message_sub_reg {
	width:316px;
	height:510px;
	background-color:#cfcece;
	border:1px solid #858686;
	margin-top:10px;
	margin-left:5px;
	text-align: center;

}
.message_text {
	margin-top:20px;
	margin-left:20px;
	font-size: 95%;
	color:#4f4f4f;
	font-weight:bold;
	text-align: center;
}
.smol_text {
	font-size:12px;
	color:#4f4f4f;
	font-weight:bold;
	text-align: left;
	margin-left: 10px;
}
.akk_button {
	background-image:url(../images/akk_button.png);
	background-repeat:no-repeat;
	width:70px;
	height:19px;
	color:#606060;
	font-weight:bold;
	font-size:11px;
	padding-top:2px;
	cursor: pointer;
	text-align: center;
	
}
.position_button {
	margin:34px 0 0 30px;
	float:left;
}
.title_captca
{
	color: #3B392D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
    margin-top: 10px;
}
.title_reg a
{
	text-decoration: none ;
}
.fild_reg
{
	font-size: 14px;
	height: 20px;
	width: 250px;
}
/* Контактная форма */
.fild_cont{
    font-size: 12px;
	height: 15px;
	width: 300px;
    border: 1px solid green;
}
.textarea_cont{
    width: 300px;
    border: 1px solid green;
}
.fild_title_cont{
    font-weight: bold;
}	
	
