body {
    background : #555;
}
.a {
    text-decoration:none;
    color:#FAFAFA;
}
.a:visited {
    color:#FAFAFA;
}
.titlebox {
    width: 900px;
    height: 82px;
    margin: auto;
    padding: 5px 10px 5px 10px;
    background-color:#81BEF7;
}
.titleboxleft {
    width: 700px;
    float:left;
}
.titleboxright {
    width: 200px;
    float:left;
}
.content {
    width: 900px;
    height : auto ;
    margin: auto;
    background: white;
    padding: 10px;
    font-size :18px;
    line-height :200%;
    float: none;
    clear: both;
    overflow:auto;
    background-color:#F5F4F3;
}
.h1 {
    font-size:32px;
    text-align:left; 
    color:#FAFAFA;
}
.h1_right {
    text-align:right; 
}
.calbox {
    width: 342px;
    margin: 5px;
    padding: 5px;
    height: auto;
    float: left;
    border: solid;
    border-width: 1px;
    border-color: #AAA;
    border-radius:5px;
    position: relative;
    display:inline-block
}
.calbox2 {
    width: 514px;
    vertical-align: top;
}
.calbox3 {
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #AAA;
    margin-right: 3px;
}
.outputbox1 {
    width: 61px;
    margin: 0px 2px 5px 2px;
    float: left;
}
.select1 {
    width: 160px;
}
.select2 {
    width: 80px;
}
.select3 {
    width: 120px;
}
.label1 {
    height: 22px;
    font-size: 14px;
    vertical-align: middle;
}
.label2 {
    font-size: 12px;
}
.selectbox {
    width: 160px;
    padding: 1px 5px 1px 5px;
    float: left;
}
.selectbox2 {
    width: 90px;
    padding: 0px 5px 0px 5px;
}
.input1{
    width:88px;
    height: 18px;
    text-align:center;
    padding: 0px;
}
.input2{
    width:56px;
}
.input3{
    width:35px;
    margin-left: 10px;
}
.readonly_input{
    width:80px;
    text-align:center;
}
.button {
    background-color: #555;
    width: 100%;
    height: 52px;
    color: white;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid #111;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.button:hover {
    background-color: #1CA050;
    color: white;
}
.button2 {
    background-color: #555;
    width: 80px;
    height: 32px;
    color: white;
    padding: 5px 0px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #111;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.button2:hover {
    background-color: #1CA050;
    color: white;
}
