.decor_block{
	background-color: #F8FAFB;
    border: 1px solid #CCDEF0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 155, 0.12);
	font-size: 14px;
	padding: 20px 12px 7px;
	margin: auto;
}
.decor_block input[type="text"], .decor_block input[type="password"], .decor_block input[type="radio"], .decor_block textarea{
	border: 1px solid #CCDEF0;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    margin: 4px;
    padding: 3px 4px;
}
.decor_block .inputmsg{
	width: 250px;
	height: 100px;
}
.decor_block .inputlongword{
	width: 200px;
}
.decor_block .inputword{
	width: 150px;
}
.decor_block .inputcode{
	width: 50px;
}
.decor_block .button{
	color: #555555;
	text-decoration: underline;
}
.decor_block .button:hover{
	color: #000000;
	text-decoration: none;
}
.decor_block .enter{
	background-color: #197ECC;
    border: 1px solid #166DB1;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 17px auto 10px;
	padding: 3px 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.decor_block .enter:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.decor_block table{
	width: 100%;
}
.decor_block table p{
	text-align: right;
}
.decor_block th{
	color: #012A66;
    font-size: 18px;
    padding: 15px 0 10px;
    text-align: center;
}


.karta_viz .decor_block {
    margin: 15px 0 30px 22px;
    overflow: hidden;
}

.block_forms {
	position: relative;
}
.karta_viz .title, .block_forms .title {
	color: #0033CC;
    font-size: 20px;
    margin: 30px 0 15px;
    text-align: center;
}

.user .decor_block{
    width: 430px;
}
.user td:first-child{
    width: 210px;
}
.user_recover .decor_block{
    width: 450px;
}
.user_recover td:first-child{
    width: 270px;
}
.order .decor_block{
    width: 520px;
}
.order td:first-child{
    width: 20px;
}
.order .anketa td:first-child{
    width: 210px;
}
.pre_order .decor_block{
    width: 580px;
}
.kontakt_form .decor_block{
    width: 450px;
}
.kontakt_form td:first-child{
    width: 150px;
}

.alert p{
	font-style: italic;
    margin: 5px;
    text-align: center;
}
.alert b{
	color: red;
    font-weight: normal;
}
.ok p{
	font-style: italic;
    margin: 5px;
    text-align: center;
	padding: 0 0 35px;
}
.vopros, .forms_block{
	position: relative;
	margin-top: 35px;
}
#vopros_block, #forms_block{
	display: block;
    position: absolute;
    top: -45px;
}

.breadcrumbs { 
	color: #8b8b8b;
    font-size: 12px;
    height: 20px;
	background: url(/img/decor/breadcrumbs_line.png) repeat-x left bottom;
	margin: 16px 0 0 265px;
}
.breadcrumbs div:first-child {
	padding-left: 0; 
}
.breadcrumbs div.breadcrumbs_last {
	background: none;
}
.breadcrumbs_last span {
	padding: 0 1px;
	color: #8b8b8b;
	text-decoration: underline; 
}
.breadcrumbs div { 
	float: left;
	background: url(/img/decor/img_bread_crumbs.png) right center no-repeat;
	padding: 0 14px 0 6px;
}
.breadcrumbs div a {  
	padding: 0 1px;
	color: #8f8f8f;
}
.breadcrumbs div a:hover {
	text-decoration: underline;	
}
.no_imfo{
	margin: 40px 0 0 -20px;
    text-align: center;
}
