/*
 *dialog样式
 * */
.dialogbackgroup {
    height: 284px;
    width: 620px;
    background: #7A7A7A;
    text-align: center;
    display: none;
}

/*
 *dialog样式
 *增加 overflow-y: auto; 可在上奖进度查询时，查询学校多个学生时可滚动查询，但是其他弹框都会受到影响，出现很小的可视区域，滚动很困难
 *暂时先取消 overflow-y: auto;  后续有空再考虑上奖的学生查看控制
 * */
.dialogbody {
    height: 260px;
    width: 600px;
    padding: 6px;
    /*overflow-y: auto;*/
}

.dialoghard {
    border: solid 1px #3F4C6B;
    border-bottom: solid 0px #3F4C6B;
    width: 605px;
    height: 35px;
	background:red;
}

.dialogtitle {
    height: 35px;
    float: left;
    font-weight: bold;
    background: #D0D0D0;
    font-size: 15px;    
    text-align: center;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 575px;
    /**鍙鍦ㄩ潪IE娴忚鍣ㄦ牱寮忕殑鍚庨潰鍔犱笂!important*/
    width: 580px;!important
}

.dialogclose {
    height: 35px;
    font-weight: bold;
    background: #D0D0D0;
    font-size: 20px;
    color: #FFFFFF;
    float: right;
    text-align: center;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 30px;
    /**鍙鍦ㄩ潪IE娴忚鍣ㄦ牱寮忕殑鍚庨潰鍔犱笂!important*/
    width: 25px;!important
}

.dialogconter {
    border: solid 1px #3F4C6B;
    height: 230px;
    width: 600px;
    background: white;
    padding-left: 5px;
    padding-top: 4px;
	text-align:center;
}

.dialogmsg{
	height:55%;
	text-align: left;
	padding-top: 4%;
	padding-left: 5%;
	font-size: 16px;
}

.dialogaction{
	height:35px;
}

.clean {
    clear: both;
}