/*
QQ:79444018,1091730200
*/
    /*?CSS??*/
        .checkbox-group input{display:none;opacity:0;}
        .checkbox-group input[type=checkbox]+label, .checkbox-group input[type=radio]+label {
            line-height: 1;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            /*cursor: pointer;*/
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin:2px;
        }
        .checkbox-group input[type=checkbox]+label:before, .checkbox-group input[type=radio]+label:before {
            line-height: 18px;
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            content: '';
            color: #fff;
            border: 1px solid #dce4e6;
            background-color: #f3f6f8;
            border-radius: 3px;
        }
        .checkbox-group input[type=checkbox]:checked+label:before,.checkbox-group input[type=radio]:checked+label:before{
            /*content:'\2022';??*/
            content:'\2713';
            color:#fff;
            background-color: #31b968;
            border-radius: 3px;
            font-size:16px;
            text-align: center;
            border-color: #31b968;
        }

        /*???????????????*/
        .regular-checkbox {
            display: none;
        }
            /*????????????*/
            .regular-checkbox + label {
	position: relative;
	display: inline-block;
	padding: 9px;
	background-color: #fafafa;
	border-radius: 3px;
	border: 1px solid #CACACA;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	top: 4px;                /*???????  ??????box-shadow???,??????? 
                    ??????????   :offset-x
                    ??????????   :offset-y
                    ???????: 
                    ????? :   
                */
            }
                /*???????active???*/
                .regular-checkbox + label:active, .regular-checkbox + label:checked + label:active {
                    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
                }
            /*???????*/
            .regular-checkbox:checked + label {
                background-color: #31b968;
                box-shadow: 0 1px 1px rgba(0,0,0,0.05);
            }
                /*??????*/
                .regular-checkbox:checked + label:after {
                    content: '\2714';
                    /*??????*/
                    position: absolute;
                    font-size: 14px;
                    /*???????*/
                    top: 0px;
                    left: 3px;
                    /*???????*/
                    color: #FFFFFF;
                    /*??????*/
                    /*font-weight: bold;
                    /*???????*/
                }
    .font-box2 {
	font-size: 12px;
	color: #629502;
	height: 28px;
	width: 60px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 25px;
}
a:link {
	text-decoration: none;
}
a.font-box2:hover {
	background-color: #FFFFFF;
}

html,body {margin:0px;}
.mydiv {
background-color: #FFFFFF;
border: 1px solid #669900;
line-height: 20px;
font-size: 12px;
padding:10px;
z-index:999;
width: 780px;
height: 600px;
left:50%;
top:50%;
margin-left:-390px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-300px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.bg,.popIframe {
background-color: #666; display:none;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=50);/*IE*/
opacity:0.5;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.popIframe {
filter:alpha(opacity=0);/*IE*/
opacity:0;/*FF*/
}
