@charset "UTF-8";
/* CSS Document */
#content h2{
    font-size: 25px;
    font-weight: bold;
    color: #c7000f;
}
#content .con{
    font-size: 12px;   
}
#content .con i{
    font-size: 30px;
    margin-bottom: 10px;
    color: #a9a9a9;
}
#content .form input,#content .form textarea{
    margin-bottom: 15px;   
}
#content strong{
    color: #c7000f;
}
