.main{
    padding:0;
    width:750px;
    font-family: Arial;
    text-align:left !important;
    background-color:transparent;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    background:#ffffff;
}
.app1,.app3{
    left:5px;
    width:365px;
}
.app2{
    right:5px;
    width:365px;
}
.app0{
    margin-left:0;
    left:5px;
    right:5px;
}
.app0,.app1,.app2,.app3{
    position:absolute;
    top:40px;
    bottom:0;
    margin-right:0;
    margin-bottom:10px;
    padding:0;
    text-align:left !important;
    background-color: rgb(235, 235, 230);
}
.comment{
    font-size:8px;
}
.appHead{
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:26px;
    background-color: #F5A000;
    font-size: 20px;
    padding-left:10px;
    padding-top:3px;
}
.appBody{

    position:absolute;
    left:0;
    right:0;
    top:26px;
    bottom:26px;
    font-size: 12px;
    padding:10px;
}
.appFooter{
    position:absolute;
    left:0;
    right:0;
    height:26px;
    bottom:0;
    background-color: rgb(212, 204, 191);
    font-size: 14px;
}
.btnBar{
    font-size: 20px;
    border-top: 1px solid;
    text-align: left !important;
    display: block;
    margin-left:3px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
input.btn:disabled,input.btnArw:disabled,input.btnSave:disabled,input.btnDel:disabled{
    margin: 3px 0 3px 3px;
    color: #666666;
    background-color: #aaaaaa;
    border-color: #fd7f76 #8f4843 #8f4843 #fd7f76;
    border: 1px solid;
    margin: 3px 3px 3px 0;
    font-weight: normal;
    font-size: 12px;
    overflow: visible;
    width: auto;
    cursor: pointer;
    outline: none;
}
.btn,.btnArw,.btnSave,.btnDel,.btnRtn{
    margin: 3px 0 3px 3px;
    color: #FFF;
    background-color: #c9655e;
    border-color: #fd7f76 #8f4843 #8f4843 #fd7f76;
    border: 1px solid;
    margin: 3px 3px 3px 0;
    font-weight: normal;
    font-size: 12px;
    overflow: visible;
    width: auto;
    cursor: pointer;
    outline: none;
}
.btn{
    padding: 1px 3px 2px 3px;
}
.btnArw{
    padding: 1px 18px 2px 3px;
    background-image: url(sprite.gif);
    background-repeat: no-repeat;
    background-position: right -1506px;
}
.btnSave{
    padding: 1px 18px 2px 3px;
    background-image: url(sprite.gif);
    background-repeat: no-repeat;
    background-position: right -1234px;
}
.btnDel{
    padding: 1px 18px 2px 3px;
    background-image: url(sprite.gif);
    background-repeat: no-repeat;
    background-position: right -2434px;
}
.btnRtn{
    padding: 1px 18px 2px 3px;
    background-image: url(sprite.gif);
    background-repeat: no-repeat;
    background-position: right -1472px;
}
h1{
    height: 30px;
    margin-left: 20px;
    width: 530px;
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.note{
    color: #666;
    font-weight: normal;
    font-size:10px;
}
.error{
    color: #F31A12;
    font-weight: bold;
}
input[type=password],input[type=text],textarea,select{
    width: 242px;

}
input[type=radio],input[type=checkbox],textarea,select{
    margin-left: 20px;
    margin-right: 10px;
}

dt{
    margin-top:12px;
    font-weight: bold;
}
a.bulle {
    position:relative;
    color:#396a86;
    text-decoration:none;
    font-family:arial, verdana, sans-serif;
    text-align:center;
    font-size:11px;
    margin-left:5px;
}

a.bulle:hover {
    background: none;
    z-index: 50;
}

a.bulle span {
    display: none;
}

a.bulle:hover span {
    display: block;
    position: absolute;
    top: -10px;
    left: 40px;
    font-family:arial, verdana, sans-serif;
    text-align:justify;
    font-size:12px;
    font-weight:normal;
    width:400px;
    background: white;
    padding: 5px;
    border: 1px solid #F5A000;
    border-left: 10px solid #F5A000;
}
