@charset "utf-8";
.calcHeader {

position: relative;
background-image: url('//cms.bbcomcdn.com/fun/images/2013/bbptdiagonalstripedark.png');
border: solid 1px #232323;
border-bottom: none;
width: 560px;
height: 60px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;

}

.calcHeader > h2 {
	
margin-left:15px;

}

.calc-container {

background: none!important;
background-color: #e9e9e9!important;
width: 560px;
height: 635px;
-moz-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
position: relative;
border: solid 1px #CCCCCC;
border-top: solid 1px #ffffff;	
}

.calc-form {

position: absolute;
top: 20px;
left: 20px;	
width: 520px;	
height: 585px;
background-color: #fff!important;
line-height: 28px;
	
}

.calc-form div {
	
margin-left: 20px;
	
}



.calcLabel {

display: inline-block;

font-size: 18px;
width: 50px;
font-family: ProximaNovaExCnSemiBold;
text-transform: uppercase;

}

.calcRow {
	
margin-left: 0px!important;
margin-bottom: 5px;
	
}



input[type="radio"] {
    display:none;
}


.quiz-label {

cursor:pointer;	
font-size: 14px;
font-weight: bold;
display: inline-block;
width: 95%;
border: solid 1px #5a5a5a;
padding: 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.quiz-label:hover {

background-color: #f4f4f4;
	
}

input[type="radio"] + label span {
    display:inline-block;
    width:21px;
    height:23px;
    margin:2px 5px 5px 6px;
	vertical-align:middle;
    background:url('http://common.bbcomcdn.com/Min/themes/graphyte/sprite.png') no-repeat  -75px -1250px;
	cursor:pointer;	

}
input[type="radio"]:checked + label span {
    background:url('http://common.bbcomcdn.com/Min/themes/graphyte/sprite.png') no-repeat -50px -1250px;
	

}

input[type="radio"]:checked + label {
    background-color: #f4f4f4;
	

}


