@charset "utf-8";
/* CSS Document */
.form-ele{
clear:both;
padding:2px 0;
overflow:hidden;
}
h2{
font-size:1.08em;
}
#calc div#results,#calc div#inputs{
border:0;
font-family:Consolas,Lucida Console,Monaco,monospace;
width:460px;
padding:0;
margin:0 auto;
overflow:hidden;
}
#calc h1{
background:url(/images/Hire-Calc/CalcInterface-header-bg.jpg) no-repeat;
height:47px;
margin:0;
font-size:17px;
color:#4F0909;
padding:55px 41px 0 118px;
}
#calc-btm{
height:36px;
clear:both;
background:url(/images/Hire-Calc/CalcInterface-btm-bg.jpg) no-repeat;
}
#calc-contents{
background:url(/images/Hire-Calc/CalcInterface-content-bg.jpg) repeat-y;
overflow:hidden;
}
#calc{
width:529px;
margin:0 auto 0em auto;
background-color:#82110C;
}
.form-ele label{
width:215px;
margin-right:15px;
display:block;
font-weight:.75em;
font-weight:bold;
float:left;
}
.form-ele input,.form-ele select{
float:left;
font-family:Consolas,Lucida Console,Monaco,monospace;
background-color:#B2B2B2;
border:1px solid #8E8E8E;
color:#F2F2F2;
padding:0 3px;
font-size:11px;
}
.form-ele input:focus,.form-ele select:focus{
background-color:#EADFDF;
border:1px solid #3F0404;
color:#3D0404;
}

input#ss-tax-savings,input#new-hire-credit,input#total-savings{
background:none;
border:0;
color:#333333;
font-size:1.16em;
font-weight:bold;
}
#calc div#inputs{
padding-bottom:3px;
padding-top:10px;
border-bottom:1px solid #c7c7c7;
}
input#total-savings{
font-size:1.6em;
}
li{
line-height:1.5em;
}
p.legal{
font-size:.833em;
color:#a7a7a7;
}
#savings-results{
padding-top:5px;
border-top:4px double #c7c7c7;
margin-top:5px;
}
p#call-to-action {
overflow:hidden;
padding:0px 0 10px 0;
border-bottom:1px solid #E0E0E0;
}
#call-to-action a{
display:block;	
background:url(/images/Hire-Calc/btn-off.jpg) repeat-x #0E0E0E;
	height:49px;
	color:#EAEAEA;
	font-weight:bold;
	line-height:1.167em;
	text-align:center;
	text-decoration:none;
	width:200px;
margin-left:30px;
float:left;
	border:1px solid #C4C4C4;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding:15px 10px 0 10px;
}
#call-to-action a:focus,#call-to-action a:hover{
background:url(/images/Hire-Calc/btn-over.jpg) repeat-x #dedede;
color:#353535;
}
