﻿d1{	
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}
d2{	
	padding: 5px;
	background: #787b99; /* Цвет фона под ссылкой */ 
	color: #ffe; /* Цвет ссылки */ 
	font-size: medium;
	font-weight: bold;
}

b1{
	font-family: Arial, sans-serif;
	font-size: 16px;
	/*background: #DfDfDf;*/
	padding: 6px;
}
h12{
	color: #444455;
	/*font-family: Arial, sans-serif;*/
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	padding: 7px;
	line-height: 42px;
}

h11{
	background: #F9F9FB;
	font-family: Arial, sans-serif;
	font-size: 20px;
	padding: 7px;
	line-height: 27px;
}

h10{
	color: #444455;
	/*font-family: Arial, sans-serif;*/
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	padding: 7px;
	line-height: 42px;
}

#authdiv{
	position:absolute;
	/*background: #EEE;*/
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -150px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 10px;
  	-moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 10px;
  	box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 10px;
}
#enterbtn{
	color: #222222;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	/*line-height: 27px;*/
}
.error {
    border:1px solid #888;  
    border-radius:30px;  
    width:500px;  
    height:49px;
    text-align:center;  
    margin:3px;	
    background-color:#BBFFBB;
	box-shadow: 0 0 10px rgba(255,0,0,0.4);
	border:1px solid #3ED88B; 
}