﻿/* CSS Document */
/*------------------------------------------------------------------------------弹出层样式页面-------------------------------------------------------------------------------------------*/
#simplemodal-overlay {background-color:#444; cursor:wait;}
#simplemodal-container {color:#bbb; background-color:#f6f6f6; border:1px solid #444;padding:0px; overflow-y:auto; overflow-x: hidden;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container a.modalCloseImg
{
	background:url(../style/img/x.gif) no-repeat; /* adjust url as required */
	width:25px;
	height:20px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-0.2px;
	right:-9px;
	cursor:pointer;
}
#text a:hover{text-decoration:none; color:#3366FF;}

