﻿/* CSS Document */
.mydivzhuanti {
width:496px;height:293px;border:2px solid #f2f2f2;background:#fff;
background-color: #ffffff;


text-align:center;

line-height: 27px;

font-size: 12px;
z-index:999;

width: 445px;!important;

height:250px;

left:50%;/*FF IE7*/

top:50%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */

margin-top:-60px!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*/
			display:inline;

}


.mydivnew{

background-color: #ffffff;

border: 5px solid #ccc;

text-align: left;

line-height: 27px;

font-size: 12px;
z-index:999;


width:67%;
left:30%;/*FF IE7*/
top:25%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */

margin-top:-60px!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*/
height:500px;
overflow:auto;
}
.mydivmid {

background-color: #ffffff;

border: 1px solid #ccc;

text-align: left;

line-height: 27px;

font-size: 12px;
z-index:999;

width:30%;

left:50%;/*FF IE7*/

top:50%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */

margin-top:-60px!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*/

}
.bg1,.popIframe {
	background-color:#666;
	display:none;
	width: 100%;
	height: 120%;
	left:0;
	top:-100px;
	;/*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);/*IE5 IE5.5*/
			

} 


.popIframe {

filter:alpha(opacity=0);/*IE*/

opacity:0;/*FF*/

}
.pop_close{background-image:url(../images/thick_close.gif); width:22px; height:22px; background-repeat:no-repeat;  }
.pop_bg{background-image:url(../images/popbg_03.jpg); background-repeat:x-repeat; background-position:top; height:30px; font-size:14px; color:#ffffff; text-align:left;}
.pop_con{ width:250px; font-size:14px; line-height:50px; text-align:left; margin-top:20px; margin-left:auto; margin-right:auto;}
.pop_con .float{ float:left; margin-left:15px;}