.zero_l
{
    top: -15px;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
    color: #4B9C91;
    background-color: #fff;
    height: 16px;
    margi-bottom: 5px;
    position: relative;
}
.first_l
{
    top: -15px;
    left: 30px;
    width: 100%;
    height: 40px;
    position: relative;
}

.first_l div
{
    width: 70px;
    float: left;
}

.second_l
{
    top: -15px;
    left: 0px;
    width: 100%;
    height: 40px;
    position: relative;
}

.second_l div
{
    float: left;
}

.third_l
{
    top: -15px;
    left: 30px;
    width: 100%;
    height: 40px;
    position: relative;
}

.third_l div
{
    width: 70px;
    float: left;
}

.form_div
{
    border: 1px solid;
    width: 265px;
    padding: 7px;
    background: url("form_bg.png") transparent right repeat-y;
}

.stat_txt_div
{
    width: 255px;
    padding: 0px;
}

#calc_res_tl, #calc_res_tr, #calc_res_br, #calc_res_bl
{
    width: 10px;
    height: 10px;
    /*background-color: #fff;*/
    position: relative;
}

#calc_res_tl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="tl.png",sizingMethod="crop");}
#calc_res > #calc_res_tl {background: url("tl.png") no-repeat; filter: none;}

#calc_res_tr{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="tr.png",sizingMethod="crop");}
#calc_res > #calc_res_tr {background: url("tr.png") no-repeat; filter: none;}

#calc_res_bl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bl.png",sizingMethod="crop");}
#calc_res > #calc_res_bl {background: url("bl.png") no-repeat; filter: none;}

#calc_res_br{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="br.png",sizingMethod="crop");}
#calc_res > #calc_res_br {background: url("br.png") no-repeat; filter: none;}

#calc_res_tl
{
    top: 0px;
    left: -10px;
    /*background: url("tl.png") transparent no-repeat;*/
}

#calc_res_tr
{
    top: -10px;
    _top: -15px;
    left: 310px;
}

#calc_res_br
{
    bottom: -10px;
    _bottom: -20px;
    left: 310px;
}

#calc_res_bl
{
    bottom: 0px;
    _bottom: -5px;
    left: -10px;
}

#subcapt
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    width: 420px;
    float: right;
}


