div.ovform_inputdiv {
    width: 200px;
}

div.ovform_inputdiv label {
    font-weight: bold;
    float: left;
}

div.ovform_inputdiv input {
    width: 120px;
    float: right;
}

/* Ask Expert */
div.ovform_inputdiv_expert {
    width: 400px;
    text-align: right;
    margin: 2px;
}

div.ovform_inputdiv_expert label {
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
    width: 150px;
    line-height: 15px;
}

div.ovform_inputdiv_expert input {
    display: block;
    float: left;
    width: 200px;
    color: #000;
    background-color: #fff;
}

div.ovform_inputdiv_expert textarea {
    display: block;
    float: left;
    width: 200px;
    color: #000;
    background-color: #fff;
}

/* Register Form */
div.ovform_inputdiv_register {
    width: 300px;
    text-align: right;
    margin: 2px;
}

div.ovform_inputdiv_register label {
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
    width: 150px;
    line-height: 15px;
}

div.ovform_inputdiv_register input {
    display: block;
    float: right;
    width: 120px;
    color: #000;
    background-color: #fff;
}

div.ovform_inputdiv_register select {
    display: block;
    float: right;
    width: 120px;
}

div.ovform_inputdiv_register_radio {
    width: 300px;
    text-align: right;
    margin: 2px;
}

div.ovform_inputdiv_register_radio label.ovform_label_main {
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
    width: 150px;
    line-height: 15px;
}

div.ovform_inputdiv_register_radio div {
    display: block;
    float: right;
    text-align: left;
    width: 120px;
}

div.ovform_error_msg {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
}

div.ovinner_header {
    width: 506px;
    height: 24px;
    background-image: url('../../img/herbal/register/overlay_header.png');
}

div.ovinner_header_btn {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

div.ovinner_content {
    width: 506px;
    background-image: url('../../img/herbal/register/overlay_bckground.png');
    background-repeat: repeat-y;
}

div.ovinner_footer {
    margin: 0px;
    width: 506px;
    height: 16px;
    background-image: url('../../img/herbal/register/overlay_footer.png');
}

.black_overlay{
    text-align: center;
    vertical-align: middle;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    width: 506px;
    top: 155px;
    left: 50%;
    margin-left: -253px;
    z-index: 1002;
    -moz-opacity: 0.8;
    opacity:.80;
}