@charset "utf-8";
/* CSS Document */

#calc_main{
	margin: 0;
	padding: 0;
}

#calc_main input.text{
    padding: 3px;
    border: 1px solid #999999;    
} 

#calc_main{
	background: #FFF;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: none;
	text-align: left;
}

#calc_main{
	width: 700px;
	height: 600px;
	padding: 50px 0;
}

#calc_left{
	width: 500px;
	height: 500px;
	background: url(calcbg.jpg) no-repeat top left;
	float: left;
}

#calc_left_inside{
	width: 420px;
	height: 440px;
	position: relative;
	top: 15px;
	left: 40px;
	background: none;
	border: none;
	overflow: hidden;
}

#calc_right{
	width: 200px;
	height: 440px;
	margin: 60px 0;
	float: right;
	position: relative;
	left: -20px;
}
#calc_inside_middle{
	margin: 0 40px;
}

.vcenter{
	vertical-align: middle;
	position: relative;
	top: 40%;
	text-align: left;
}

#calc_left_inside h2{
	color: #CCCACA;
	font-size: 18px;
	font-weight: lighter;
	margin: 20px;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}

#calc_left_inside{
	color: #B9CBD7;
}

#calc_left_inside p{
	color: #B9CBD7;
	font-size: 12px;
	margin: 15px;
}

#calc_left_inside .accent{
	color: #BAD7B9;
	font-size: 12px;
	font-weight: none;
}

#calc_right .accent{
	color: #800000;
}

#calc_right .bblue{
	color: #000080;
	font-weight: bold;
}

#calc_right .ured{
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

#calc_right p{
	font-size: 14px;
	margin: 15px 5px;
}

.grey{
	font-style: italic;
	color: #666;
}
