.b-wheel {
	position:relative;
    width: 100%;
    height: 312px;
    z-index: 2;
    padding-left: 80px;
}
.b-wheel_date-container .date {
	font-family:Arial, Helvetica, sans-serif; color:#666; 
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	line-height:16px;
	text-align:center;
}
.b-wheel_date-container .day {
	color:#db1656;
	font-size:26px;
}
.b-wheel_date-container {
	position:absolute;
	left:242px;
	top:133px;
	cursor:pointer;
}
.b-wheel_date-container_tooltip {
	
	background:url(../img/tooltip.png) no-repeat;
	position:absolute;
	width:136px;
	height:30px;
	
	width:172px;
	height:28px;
	
	padding-left:20px;
	padding-top:18px;
	left:-150px;
	top:43px;
	display:none;
	color:#db1656;
	color:#F64708;
	font-size:1.1em;
    font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif; 
}
.b-wheel_tooltip {
	background:url(../img/tooltip.png) no-repeat;
	position:absolute;
	width:136px;
	height:30px;
	
	width:172px;
	height:28px;
	
	padding-left:20px;
	padding-top:18px;
	display:none;
	color:#db1656;
	color:#F64708;
	
	font-size:1.1em;
    font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif; 
    z-index: 10;
}
.b-wheel_label {
	background:url(../img/zavrti.png) no-repeat;
	position:absolute;
	width:102px;
	height:61px;
	left:0px;
	top:0px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.b-wheel_arr-left {
	background:url(../img/arrow-left.png) no-repeat;
	position:absolute;
	width:41px;
	height:61px;
	left:100px;
	top:220px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.b-wheel_arr-right {
	background:url(../img/arrow-right.png) no-repeat;
	position:absolute;
	width:47px;
	height:65px;
	left: 370px;
	top: 40px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.b-wheel_arr-big {
	background:url(../img/arr.png) no-repeat;
	position:absolute;
	width:41px;
	height:133px;
	left: 20px;
	top: 90px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    
}

.b-wheel_birthday-change {
    position: absolute;
    top: 200px;
    left: 150px;
    display: none;
    
}
.b-wheel_birthday-change ul {list-style: none;}

.b-popup-birthdate-changer {
    background: #F8E29D;
    border: 4px solid #FEA338;
    padding: 6px 10px;
    width: 346px;
    
    text-align: left;
    color: #000;
}
.b-popup-birthdate-changer a, .b-popup-birthdate-changer a:visited  {
    color: #000;
    text-decoration: none;
}
.b-popup-birthdate-changer a:hover  {
    
    text-decoration: underline;
}
.b-popup-birthdate-changer_title {
    color:#EC3F00;
    font-family:Georgia,Times,serif;
    font-size: 14px;
    font-weight: bold;
}
.b-popup-birthdate-changer_close-sign {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1A14;
    width: 15px;
    height: 15px;
    text-align: center;
}
.b-popup-birthdate-changer_close-sign a {

    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

/*ol, ul {list-style: none;}*/

/*
.b-wheel_line-right {
    position: absolute;
    top: 0px;
    right: 70px;
    background: transparent url(../img/line-right_bg.png) repeat-y 0 0;
    width: 5px;
    height: 312px;
    z-index:2;
}
*/

.b-wheel_wheel {
	position: relative;
    /*z-index: 100;*/
    height: 312px;
    width: 354px;
}



.m-validations_inner .m-validations_border {
    border:4px solid #f9f9f9;
}
.m-validations_notice .m-validations_border {
    border:2px solid #dfdfdf;
    display: inline-block;
}
.m-validations_inner .m-validations_invalid-border {
    border:4px solid #FBA2A2;
}
.m-validations_notice .m-validations_invalid-border {
    border:2px solid #FBA2A2;
    display: inline-block;
}
.m-validations_error {
    width: 100%;
    font-size: 0.8em;
    color: red;
    display: none;
    text-align: right;
}
.m-validations_error_left {
    text-align: left;
}
.m-validations_spinner {
    display: none;
}
.m-validations_spinner img {
    margin-bottom: -4px;
    margin-right: 3px;
}

.frm_button {
    background:transparent url(../img/btn.png) no-repeat scroll 0 0;
    color:#FFF;
    font-weight:bold;
    height:20px;
    line-height:18px;
    text-align:center;
    width:55px;
    font-size: 11px;
}
input.frm_button {
    border: none;
    cursor: pointer;
}

.horoscopes {
    display: none;
}
.selected-horoscopes {
    display: block;
}
