#calculator_sidebar {
    border-top: 2px solid #EEE31D;
    width:200px !important;
}
.sidebar_drawer_content{
    width:195px !important;
}
.sidebar_drawer_handle{
    width:200px !important;
    background: #5A5A5A url(/images/sidebar/sidebardrawer_small.gif) no-repeat scroll left bottom;
}
.sidebar_drawer_handle a.expand_handle {
    background: transparent url(/images/sidebar/handleexpand.gif) no-repeat scroll 164px 3px;
    width:192px;
}
.sidebar_drawer_handle.last{
    background: transparent url(/images/sidebar/sidebardrawer_small.gif) no-repeat scroll left bottom;
}
.slidercontainer{
    width:185px;
}
.calculator_sidebar {
   position: relative;
   left: 0;
   margin: 10px;
   width: 230px;
   float: left;
}
.calculator_resultarea {
   padding-top: 10px;
	margin-left: 225px;
   margin-right: 10px;
   padding-bottom: 20px;
}

