#content #right .right_con h1 {
	width:300px;
}
#content #left ul {
	width:210px;
}
#content #right .right_con{
	position: relative;
}
.panelBtn{
    position: absolute;
    top: 26px;
    right: 20px;
    width: 190px;
    border: 1px solid #c9c9c9;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #f2f2f2;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
/*ÎÊÌâ¿ò*/
.privacy{
    border:1px solid #e5e5e5;
    padding:20px;
    width:438px;
    height: 196px;
    margin-bottom: 20px;
    position: fixed;
    margin: 0 auto;
    z-index: 1001;
    top: 250px;
    left: 50%;
    margin-left: -200px;
    display: none;
    font-size: 14px;
    color:#333;
    background:#fff;
}
.privacy h4{font-size:14px;color:#333;margin-bottom:10px;}
.privacy p{line-height:28px;padding-left: 5px;margin-top: 20px;}
.privacy p input{position: absolute;margin-top: 8px;margin-left: -20px;}
.privacy .close{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    -webkit-appearance: none;
    opacity: .5;
    font-size: 30px;
}
.black{
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
	filter: Alpha(opacity=40)
}
.submit{
    width: 130px;
    height: 34px;
    padding: 6px 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left:80px;
}
.cancel{
    width:112px;
    height: 34px;
    padding: 6px 20px;
    margin-top: 10px;
}
.btn button{
    border-radius: 5px;
    outline: none;
    line-height: 22px;
    font-size: 12px;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #cfcfcf;
    cursor:pointer;
    margin-top: 44px;
}
.privacy_fail{
    border: 1px solid #e5e5e5;
    padding: 16px;
    width: 315px;
    height: 67px;
    margin-bottom: 20px;
    position: fixed;
    margin: 0 auto;
    z-index: 1001;
    top: 297px;
    left: 50%;
    margin-left: -200px;
    display: none;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.privacy_fail .close{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    -webkit-appearance: none;
    opacity: .5;
    font-size: 30px;
}
.privacy_fail p{line-height:28px;padding-left: 47px;margin-top: 20px;}