@CHARSET "UTF-8";
.pPanel {
    position: absolute;
	width:389px;
	height:243px;
    background-color: white;
    color: #656565;
    font-size: 14px;
    display:none;
	border: 2px solid #999999;
}
.pPanel .op {
    position: absolute;
    right: 2px;
    top: 3px;
    height: 21px;
    width: 21px;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
    color:white;
    cursor: pointer;
}
.pPanel .hr{
    position: absolute;
    left: 9px;
    bottom: 30px;
    width: 91%;
    height: 1px;
	border-bottom: 1px solid #E8E8E8;
    clear:both;
}
.pPanel .cfoot{
	bottom: 10px;
    position: absolute;
    left: 9px;
    color:#9A9A9A;
    font-size:12px;
}
.pPanel .red{
	color:red;
}
.pPanel .ptitle {
    height: 32px;
    line-height: 32px;
    background:#7A0A20;
    color:white;
    text-indent: 10px;
	font-size:14px;
    font-weight: bold;
}
.pPanel .content{
    line-height: 150%;
    padding: 8px 13px 0 15px;
}
.pPanel .content .ctitle{
    margin-top: 3px;
    font-weight: normal;
    line-height: 18px;
    color:#562723;
    font-size:13px;
}
.pPanel .content .td {
    line-height: 32px;
    margin-top: 23px;
}
.pPanel .content .td .input{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #C7C3C2;
    color: #666666;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    vertical-align: top;
    width: 141px;
}
.pPanel .content .td .submit{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-left: 5px;
    width: 100px;
    background:#DB0804;
    color:#F9E400;
    border:1px solid #AB0000;
    text-align: center;
}

.pPanel .content .nocode{
	cursor:pointer;
	margin: 14px 0 0 233px;
	text-decoration: underline;
}
.pPanel .content .hascode{
	cursor:pointer;
	margin: 14px 0 0 233px;
	text-decoration: underline;
}
.pPanel .content .codetime{
	font-size:13px;
}
.pPanel .content a.selfbuy{
    height: 35px;
    line-height: 35px;
    margin: 20px 0 19px 109px;
    width: 139px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    background:#DB0804;
    color:#F9E400;
    border:1px solid #AB0000;
    text-align:center;
    float:left;
	display:inline;
}
#panel_suc a:hover,#panel_suc2 a:hover{
	text-decoration:none;
}
.pPanel .content .cancel{
    height: 35px;
    line-height: 35px;
    margin: 20px 0 19px 51px;
    width:120px;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    background:#DB0804;
    color:#F9E400;
    border:1px solid #AB0000;
    text-align:center;
    float:left;
    cursor:pointer;
}
.pPanel .content .reget{
	border: 1px solid red;
	color: white;
	cursor: pointer;
	height: 32px;
	line-height:32px;
	margin: 14px 0 14px 81px;
	font-weight:bold;
	font-size:14px;
	width: 150px;
	background:#E6605D;
	text-align:center;
}