﻿a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.mid_box
{
    padding: 10px 20px 10px 20px;
    font-family: Tahoma;
    text-align: left;
    font-size: 12px;
}

.content
{
    background-color: #ffffff;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #CCCCCC;
    width: 95%;
}

.mid_box input[type=text]
{
    height: 18px;
    width: 220px;
    color: #000000;
    padding: 2px 5px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;    
    font-size:11px;
    font-family: Tahoma;
}

.mid_path
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    padding-bottom:5px;
}

.mid_path a
{    
    color: #7D7D7D;
    text-decoration: none;
}

.mid_path a:hover
{    
    color: #7D7D7D;
    text-decoration: underline;
}

.mid_box_title
{
    font-weight: bold;
    color: #464646;
    font-size: 16px;
}

.mid_span_title
{
    color: #8e7878;
    font-weight: bold;
}

.mid_span_required
{
    color: #999999;
    font-weight: bold;
    font-size:14px;
}

.mid_button_submit
{
    background-image: url(../images/submit.PNG);
    width: 90px;
    height: 32px;
    border: 0px;
    cursor: pointer;
}

.mid_td_img
{
    border: 0px;
    width: 300px;
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

.mid_td_img img
{
    border: 0px;
    width: 300px;
    height: 250;
}

.mid_td_fun_describe
{
    padding: 15px 0px;
    font-size:13px;
    line-height: 20px;
}

/**提示框信息**/


.div_inputnote
{
    position: absolute;
    z-index: 2013;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: "宋体";
    font-weight: bold;
    color: #000000;
    border: 1px solid #CCCCCC;
}

.div_inputnote table tr td
{
    padding: 0px 2px;
    height: 25px;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.div_inputnote table tr td:onmouseover
{
    background-color: #CCCCCC;
}

.div_inputnote table tr td:mousemout
{
    background-color: #FFFFFF;
}


.txt_condition
{
    display:none;
}