fieldset {
  border: 1px solid #ddd;
  padding: 1px 5 10px 0;
}
fieldset legend {
  font-weight: bold;
}
.hint {
  color: #555;
}
.help {
  font-weight: normal;
  font-size: 92%;
}
.form-tbl, .form {
  width: 100%;
  margin: 20px 0;
  border: 0px;
}
.form-tbl input, .form input {
  font-size: 100%;
}
.form-tbl label, .form-tbl label {
  font-weight: bold;
}
.form-tbl th, .form th {
  border-bottom: 1px solid #eee;
  padding: 15px 20px 0px 0pt;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}
.form-tbl td, .form td {
  border-bottom: 1px solid #eee;
  margin: 0pt;
  padding: 10px 20px 15px 0pt;
}
p.hint {
  color: #656565;
  margin: 0 !important;
  padding: 0 !important;
}

.disabled { color: #C0C0C0; font-weight: bold; }

.error, .notice, .success {padding: 15px;margin-bottom:1em;border:4px solid #ddd; font-size: 13px; }
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4; padding: 4px; }
.notice {background:#fff8c6;color:#564b31;border-color:#ffe9ae;}
.success {background:#f7fcfd;color:#264409;border-color:#e8f3f4; display: none;}
.error a {color:#8a1f11;}
.notice a {color:#28a136;}
.notice a:hover {background-color: transparent; color:#009DC4;}
.success a {color:#264409;}

/* footer -------------------------------------------- */
#footer {
    position: relative;
    width: 100%;
    background: #d1ecf7 url(dashboard/line.gif) repeat-x;
    color: #5c6260;
    font-size: 12px;
    clear: both;
    text-align: center;
    color: #5c6260;
    margin-top: 7px;
}
#footer a{
    margin-right: 5px;
    text-decoration: none;
    color: #5c6260;
}
#footer a:hover{
    margin-right: 5px;
    text-decoration: underline;
    background: transparent;
}

#footer_left{
    background: url("dashboard/footer_left.png");
    width: 81px;
    height: 262px;
    
    position: absolute;
    left: -82px;
    top: -80px;
}

#footer_right{
    background: url("dashboard/footer_right.png");
    width: 81px;
    height: 271px;
    
    position: absolute;
    left: 928px;
    top: -90px;
    z-index: 0;
}

/* footer -------------------------------------------- */    


.box1{
    background-color: #f7fcfd;
    border: 1px solid #e8f3f4;
    padding: 16px;
    font-size: 12px;
    color: black;
    text-align: left;
    line-height: 14px;
}
.box1 img{
    border: 1px solid #e8f3f4;
}
.box1 b{
    font-weight: normal;
}