/* @override http://192.168.1.100:8888/js/jquery.simpledialog.0.1.css */

/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 10px;
 position: absolute;
 background-color: #000;
 text-align:center;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #000;
}
.sd_loading{
 background: url('indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
	diplay:none;
 position:absolute;


 top:0;
 left:0;
 padding:5px;
 text-align:center;
}
.sd_closelabel a {
	border:dotted 1px red;
	display: block;
	height: 25px;
	width: 25px;
 text-decoration:none;
 color: #222;
background: url("/commun/images/closeModal") 0 0 no-repeat;
}
.sd_closelabel a:hover {
background: url("/commun/images/closeModal") 0 0 no-repeat;
}