.venture-caculator-container{
	width:315px;
	float:left;
	color:#666;
}
.venture-caculator{
	width:265px;
	padding:25px 25px 25px 25px;
	border:#EFEFEF 1px solid;
	-moz-border-radius: 10px;
	border-radius: 15px;

	background:#FAFAFA;
}
.caculator-title{
	float:left;
	width:240px;
	text-align:left;
	font-size:24px;
	font-weight:bold;
}
.caculator-fields{
	float:left;
	width:245px;
	height:150px;
	padding:28px 0 0 20px;
	font-size:12px;
	line-height:12px;
	text-align:left;
}
.caculator-fields input {
    border: 1px solid #ABABAB;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: -3px 0 13px 30px;
    padding: 0;
    text-align: right;
    width: 38px;
}
.caculator-annualcosts{
	float:left;
}
.caculator-label{
	line-height: 18px;
    text-align: right;
    vertical-align: top;
    width: 185px;
}
.caculator-results{
	width:265px;
	float:left;
	height:70px;
	margin-top:5px;
}
.caculator-results-label{
	width:195px;
	display:block;
	float:left;
	text-align:right;
	font-size:12px;
	padding-top:10px;
}
.annualcosts{
	font-size:15px;
	font-weight:bold;
	line-height:16px;
}
.caculator-results-label-with-img{
	width:175px;
	display:block;
	float:left;
	text-align:right;
	font-size:12px;
	padding-top:10px;
}
.caculator-results-num{
	width:70px;
	display:block;
	float:left;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
.caculator-results-wattage{
	width:50px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	padding-top:10px;
}
.venture-social{
	width:265px;
	padding:15px 25px 0 25px;
	text-align:center;
}
.calculatorEmail{
	border-style: none;
	width:50px;
	height:19px;
	background:url(../images/email-button.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 10px 0 0;
}
.calculatorPrint{
	border-style: none;
	width:49px;
	height:18px;
	background:url(../images/print-button.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.venture-email-send{
	width:297px;
	height:44px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:14px 0 0 20px;
	margin:30px 0 0 0;
	background:#999999;
	text-align:left;
}
.venture-email-send input{
	border:none;
	height:30px;
}
.sendmailbuton{
	border-style: none;
	width:76px;
	height:30px;
	background:url(../images/send-button.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

@media print
{
body * { visibility: hidden; }
#section_to_print * { visibility: visible; }
#section_to_print { position: absolute; top: 40px; left: 30px; }
#sidebar, #footerWrap, #navigation, #header { display:none;}
}