/*@import url(debug.css);*/
#box-wrap {
    background-color: #FFFFFF;
    margin: 0px;
    text-align: left;
    width: 540px;
}
.body-unsub {
    margin-top: 10px;
}
.body-unsub #box-wrap {
    border: 1px solid #CCCCCC;
    position: relative;
    margin: auto;
}
.body-unsub #box-wrap .box {
    height: 300px;
}
body, html {
    background-color: #FFFFFF;
    direction: ltr;
    font-size: 10pt;
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}
body {
}
h2  {
    background-color: #CCCCCC;
    color: #000000;
    font-size: 10pt;
    margin: 0px 0px 5px 0px;
    padding: 8px 10px;
}

img {
    border: 0px;
}

a:link, a:visited {
    color: #429399;
    font-family: verdana, sans-serif;
    font-size: 9pt;
}
p {
    margin: 10px;
}
#box-content label, #box-content .label {
    color: #808080;
    display: block;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    /*position: relative;*/
    text-align: right;
    width: 200px;
}
.inputtext {
    border: 1px solid #808080;
    width: 200px;
}
#msgko {
    color: #B50000;
    text-align: right;
    width: 325px;
}
#submit-btn {
    text-align: right;
    width: 100px !important;
    white-space: nowrap;
}
.error {
    color: #B50000 !important;
}

