

body {
background-color: #eaeaea;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}

#mainWrapper, #wrapper { overflow: hidden; }

#sizeWrapper{
width: 518px;
float:left;
margin-left: 10px;
padding: 0;
}

body.js #sizeWrapper{
width: 533px;
position: absolute;
top: 0px;
left: 0px;
margin: 0;
overflow:hidden;
}


#calcBox {
width:518px;
float:left;
margin:0;
}
body.js #calcBox {
width:533px;
}
#calcBox .top {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-top-518.gif);
background-repeat:no-repeat;
height:60px;
width:518px;
float:left;
clear:left;
}
body.js #calcBox .top {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-top.gif);
width:533px;
}
#calcBox .top * {
color: white;
margin-left: 10px;
margin-top: 10px;
white-space: nowrap;
font-size: 18px;
}

#calcBox input {
text-align: right;
}

#calcBox .mid {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-bg-518.gif);
background-repeat:repeat-y;
padding:0 30px 0 20px;
font:11px/1.5 Arial, Helvetica, sans-serif;
color:#333;
width:468px;
float:left;
clear:left;
}
body.js #calcBox .mid {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-bg.gif);
width:483px;
}

#calcBox .mid form {
width: 468px;
margin: 0;
padding: 0;
}
body.js #calcBox .mid form{
width: 483;
}

#calcBox .mid .disclaimer {
color: #7f552c;
font-weight: bold;
}

#calcBox .mid label {
display: block;
float: left;
width: 230px;
clear: left;
font-style: italic;
border-right: 1px solid #ccc;
margin-right:  10px;
}
#calcBox .mid input {
display: block;
float: left;
width: 100px;
}
body.js #calcBox .mid input {
width: auto;
}

#calcBox .mid span.units {
display: block;
float: left;
text-align: right;
padding-left: 5px;
padding-right: 5px;
width: 20px;
}

#calcBox .mid p {
border: none;
}
#calcBox .mid p {
border-bottom: 1px solid #ccc;
width: 465px;
overflow: auto;
padding: 0;
margin:0;
}
body.js #calcBox .mid p {
width: 480px;
}


#calcBox .mid p label{
padding-bottom: 10px;
padding-top:10px;
}

#calcBox .mid input, #calcBox .mid span.units, #calcBox .mid button{
margin-top: 10px;
}


#calcBox .mid p.result {
border: none;
}
#calcBox .mid p.result label{
font-weight: bold;
font-style: normal;
}


#calcBox .bottom {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-bottom-518.gif);
background-repeat:no-repeat;
height:15px;
width:518px;
float:left;
clear:left;
}
body.js #calcBox .bottom {
background-image:url(/export/system/modules/com.vmbs.frontend/resources/images/calc-box-bottom.gif);
width:533px;
}


#calculators{
clear: both;
width:518px;
float:left;
margin:0 15px 0 15px;
}
body.js #calculators{
width: 533px;
}
#calculators *, #calculators * * {
display: inline;
font-size: 10px;
}
#calculators li {
list-style: none;
display: inline;
}
#calculators h2 {
font-size: 12px;
font-weight: bold;
}

.bt {
background: url(/export/system/modules/com.vmbs.frontend/resources/images/vmbs_09.jpg) no-repeat;
border: 0;
cursor: pointer;
width: 62px;
height: 20px;
font:10px Arial, Helvetica, sans-serif;
margin-left: 5px;
text-align: center;
}

body.js #topPart,
body.js #top,
body.js #SmallBanner,
body.js #menu,
body.js #leftColumn,
body.js #bottomPart,
body.js #footer
{
display: none;
}
body.js, body.js #boxPart {
width: 0px; height: 0px;
position: absolute;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
}