.lead_title {
    font-size:15px;
}

.title {
    font-size:20px;
    font-weight:bolder;
}

.sub_title {
    font-size:15px;
}

.page_content {
    text-align:left;
    font-size:15px;
    line-height:25px;
    text-indent:2em;
 }

.string_cut {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.page_content p {
    text-align:justify;
    text-justify:distribute;
    margin:0;
}

#form {
    font-size:13px;
    font-weight:normal;
}

#form table {
    width:100%;
    background-color:#999999;
}

#form th {
    text-align:right;
    font-weight:normal;
    background-color:#FFFFFF;
    width:20%;
}

#form td {
    text-align:left;
    background-color:#FFFFFF;
}

#form textarea {
    width:80%;
}

.form_error {
    font-size:13px;
    color:red;
    padding:5px;
    text-align:left;
    line-height: 22px;
}

