
a.form_name {
    font-size: 12;
    font-weight: normal;
    color: #000000;
}

a.form_link {
    font-size: 12;
    font-weight: normal;
    color: #000000;
}

a.form_link:hover {
    text-decoration: underline;
    color: #CF0000;
}

a.form_header {
    font-size: 12;
    font-weight: bold;
    color: #000000;
}

a.form_result {
  font-size: 12;
  font-weight: bold;
  color: #cf0000;
}


a.form_error {
    font-size: 12;
    font-weight: normal;
    color: #C40000;
}

a.form_star_must {
    font-size: 12;
    font-weight: normal;
    color: #C40000;
}

a.form_star_should {
    font-size: 12;
    font-weight: normal;
    color: #0000FF;
}

input.form_value_text {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border: 2px solid #C5C5C5;
    background-color: #FFFFFF;
    height: 20px;
}

textarea.form_value_text_nfix {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border: 2px solid #C5C5C5;
    background-color: #FFFFFF;
}

textarea.form_value_text {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border: 2px solid #C5C5C5;
    background-color: #FFFFFF;
    height: 40px;
    width: 150px;
}

input.form_save_btn {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    background-color: #CF0000;
    height: 26px;
}

input.form_cancel_btn {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    background-color: #525252;
    height: 26px;
}


a.form_reg_accept {
    font-size: 10;
    font-weight: normal;
    color: #808080;
}

input.form_reg_accept {
}


#d_stardesc hr.star_desc {
   color: #525252;
   background-color: #525252;
   height: 1px;
}

#d_stardesc a.form_star_desc {
    font-size: 11;
    font-weight: normal;
    color: #000000;
}


select.form_select {
    font-family: tahoma;
    font-size: 11;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border: 2px solid #C5C5C5;
    background-color: #FFFFFF;
    height: 20px;
}


