.calc-wrapper {

	/*max-width: 96%;*/
	 /*height: 400px;*/
	 /*width: 90%;*/
	 position: relative;
	 /*top:-70px;*/
         display: block;
         min-width: 251px;
	 /*z-index: 998;*/
	 z-index: 100;
}

.calc-body{
    cursor: pointer;
	border: 1px solid #eee;
	height: 100%;
	background: #fff;
}

.calc-header-first {
    	background: none repeat scroll 0 0 rgba( 40 , 42 , 44 , 0.7);
	color: #fff;
	font-weight: 800;
	padding: 16px;
	text-align: center;
	text-transform:uppercase;
}

.calc-header-second{
    background: #EEE;
    color: #000;
    font-weight: 800;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
}

.calc-second {
    margin-top: 20px;
}

.calc-hs {
    padding: 20px;
}

.calc-Fresult {
    text-align: right;
    height: 55px;
    min-height:20px;
    padding: 0 10px;
}
.fpr{
    text-align: center;
}

.calcSpromo {
    margin: 20px 30px;
    text-align: center;
}

.calc-body > hr {
    width: 80%;
}

.calc-body label , .calc-Fresult b{
    text-align: left !important;
}

.calc-Fresult b{
    margin-left: -5px !important;
}

.calc-Sresult {
    padding: 0 20px;
}

.calc-Sresult span {
    font-weight: bold;
}

.sigh-wrap {
    text-align: center;
}

.signUp {
    border: medium none;
    height: 50px;
    width: 90%;
    background: none repeat scroll 0 0 rgba(99, 194, 99, 1);
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.sign-up-wrapper {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.sign-up-body {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    border-radius: 5px;
/*    height: 195px;*/
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    position: relative;
    top: 50%;
    width: 400px;
    padding: 20px;
}

.sign-close {
    background: rgba(0, 0, 0, 0) url("/media/icons/chosen-sprite.png") no-repeat scroll -42px 0;
    height: 10px;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    cursor: pointer;
}

.signSend{
    background: rgba(99, 194, 99, 1) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 800;
    height: 30px;
    text-transform: uppercase;
    width: 100%;
}

.sign-errors {
    color: #ff0000;
/*    height: 16px;*/
/*    margin: 0 3px 12px;*/
/*    min-height: 16px;*/
    text-align: center;
}


/*.calc-header-first {
	background: none repeat scroll 0 0 rgba(99, 194, 99, 1);
	color: #fff;
	font-weight: 800;
	padding: 16px;
	text-align: center;
	text-transform:uppercase;
}*/

.genplan-button {
    margin-bottom: 10px;
    text-align: center;
}

.calc-gpaln{
    background: rgba(99, 194, 99, 1) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 800;
    height: 50px;
    text-transform: uppercase;
    width: 90%;
}