.body_bd{
    width:1102px;
    height:582px;

    border: solid #3399ff 1px;
    margin-top: 30px;
}
.body_bd_right{
    width:332px;
    height:100%;
    background: url('../img/doctbg.jpg') -180px -30px no-repeat;;
    float: right;
}
.body_bd_left{
    width:765px;
    height:100%;
    float: left;

}
.body_bd_botton{
    height: auto;
    width: 1104px;

    margin-top: 50px;
}
.body_bd_input{
    width: 580px;
    height: 380px;
    position: relative;
    top: 93px;
    color: #999999;
    font-size: 15px;
	left:60px;
}
input[type="radio"] {
    margin: 3px 3px 0px 5px;
    display: none;
}
label {
    padding-left: 20px;
    cursor: pointer;
    background: url('../img/radio_two.jpg') no-repeat left top;
    position: relative;
    top:2px;
}
label.checked {
    background: url('../img/radio_one.jpg') no-repeat left top;
}
#sub{
    width:225px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background: #ff3333;
    font-size: 16px;
    border-radius:3px ;
    color: white;
    float: left;
    margin-right:8px;
    margin-left: 75px;
}
#sub:hover{
    cursor: pointer;
}
#reset{
    width:225px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background: #cccccc;
    font-size: 16px;
    border-radius:3px ;
    color: white;
    float: left;
}
#reset:hover{
    cursor: pointer;
}
