/* Property Tax Calculator Styles */
#estimator
{
 border: 1px solid gray; 
 background: #E5E5E5; 
 float: left; 
 width: 270px !important; 
 margin: 0px 10px 6px; 
 padding: 10px;
 font-family: Verdana; 
 overflow: hidden;
 border-radius: 5px;
}

#estWrapper
{
 margin: 2px; 
 width: 736px; 
 float: left; 
 overflow: hidden;
}

#estLogoBox
{
 border-right: 1px solid gray; 
 background: #E5E5E5; 
 padding-right: 5px; 
 float: left; 
 vertical-align: middle;
}

#estLogoWrapper
{
 background: #E5E5E5; 
 padding-right: 6px; 
 float: left;
}

#estLogo
{
 height: 75px; 
 margin-right: 7px;
}

#calcTopbar
{
 width: 100%; 
 height: 20px; 
 padding: 7px !important; 
 background: #1C2D67; 
 margin-bottom: 5px; 
 color: white;
 border-radius: 3px;
}

#estimator input, #estimator select {
 width: 250px;
 padding: 5px;
 margin-top: 3px;
 
 box-sizing:content-box;
 -ms-box-sizing:content-box;
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box; 
}

#estimator input[type=submit] {
 margin: 10px 0px 0px 0px !important;
 border-radius: 5px;
 padding: 10px 5px 10px 5px !important;
}

#estimator input[type=text] {
 padding: 7px;
 width: 246px;
}

#estimator i {
 font-size: 12px;
}

#Disclaimer {
 color: red; 
 padding: 3px; 
 margin-top: 10px; 
 border: 1px solid silver; 
 border-radius: 4px; 
 float: left;
}

.calcControl {
 margin-bottom: 5px;
}

.paddedLeft
{
 padding-left: 10px;
}

.smallText
{
 font-size: 12px;
}

#valueInput
{
 height: 12px; 
 padding: 3px; 
 color: #476A37;
}

#resultBox {
 clear: both;
 margin-left: 0px !important;
}

#RESULT
{
 width: 250px;
 font-size: 13px;
 color: #476A37;
 display: none;
 padding: 4px; 
 margin-left: 0px !important;
}
/* End Property Tax Calculator Styles */