﻿.hantle_box1
{
    border: solid 2px #639ece;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.hantle_box1 .box_header
{
    vertical-align:baseline;
    background-color: #639ece;
    padding: 5px;
}

.hantle_box1 .box_header h1
{
    background-color: Transparent;
    font-size: 1em;
    color: White;
    font-weight: bold;
}

.hantle_box1 .box_footer
{
    vertical-align:baseline;
    background-color: #639ece;
    padding: 2px;
    color: #333;
}

.hantle_box1 .box_body
{
    padding: 0px;
}

.inputbox1
{
    border: solid 2px #999999;
    padding: 5px;
    margin: 15px 0px 5px 0px;
    position: relative;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.inputbox1 table.inputlist
{
    position: relative; 
    margin-top: 0.5em;
}

.inputbox1 h2
{
    background-color: #fff;
    display: inline;
    position: absolute;
    top: -1.2em;
    padding: 0.3em 0.2em 0.3em 0.2em;
    font-size: 1.1em;
    font-weight: normal;
    left: 10px;
    border-style: none;
}

.inputbox1 .label
{
    padding-right: 5px;
    vertical-align: middle;
    border-style: none;
    text-align: right;
    white-space: nowrap;
}

.inputbox1 .value
{
    text-align: left;
}

