/**
 * name:  ,
 * author:  ,
 * date:
 */
.page-detail-status{
	margin:10px auto;
	width:460px;
	font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: rgb(242,242,242);
    color: #333;
}

.go{
	margin:-10px auto 0;
	display:block;
	height:34px;
	width:120px;
	text-align:center;
	line-height:34px;
	border-radius:5px;
	color:rgb(105,105,205);
	border:1px solid rgb(105,105,205);
}

.page-detail-main table {
	width: 1020px !important;
}

.page-detail-main table td {
	vertical-align:middle !important;
}
.page-detail-main table td p{
    margin:0 !important;
    line-height: 40px !important;
}
.page-detail-main {
	text-indent: 0em;
}