#modalOverlay {
	background-color: #C0C0C0;
}
#modalContainer {
	display: none;
	width: 360px;
	left: 50%;
	top: 20%;
	margin-left: -170px;
	text-align: left;
	background-color: #f7f8fd;
	border: solid 5px #505050;
	font: 11px Tahoma, Arial, sans-serif;
	box-shadow: #707070 0px 16px 34px;
	-moz-box-shadow: #707070 0px 16px 34px;
	-webkit-box-shadow-right: #707070 0px 16px 34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#modalContainer h3.modalHeader {
	background: #505050;
	color: #fff;
	margin: 0;
	padding: 3px 0 8px 10px;
	font: bold 12px Tahoma, Arial, Verdana, Sans-Serif;
}
#modalContainer div.modalClose {
	position: absolute;
	cursor: pointer;
	right: 3px;
	top: 5px;
}
.modalCloseImg {
	display: none;
}
.modalClose img {
	width: 49px;
	height: 19px;
	position: absolute;
	top: -10px;
	right: 0px;
	border-top: 1px solid #505050;
}
#modalContainer .modalText {
	margin: 0;
	padding: 20px 20px 10px 30px;
	color: #000;
	line-height: 15px;
}
#modalContainer input {
	font: 11px Tahoma, Arial, sans-serif;
}
#modalContainer .modalButtons button {
	float: right;
	font: 11px Tahoma, Arial, Verdana, Sans-Serif;
	padding: 2px 0;
	margin: 10px 10px 10px 0;
	width: 80px;
	cursor: pointer;
}
#modalContainer .modalMessage ul{
	margin: 0;
	padding: 20px 20px 10px 20px;
}
#modalContainer form {
	margin: 0;
	padding: 0;
}
#modalContainer .modalMessage li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 6px 0 6px 40px;
	font: 11px Tahoma, Arial, Verdana, Sans-Serif;
	color: #000;
}
#modalContainer .modalMessage li.del{
	background: url( /static/js/jq/img/delete.gif ) no-repeat center left;
}
#modalContainer .modalMessage li.info{
	background: url( /static/js/jq/img/info.gif ) no-repeat center left;
}
#modalContainer .modalMessage li.question{
	background: url( /static/js/jq/img/question.gif ) no-repeat center left;
}
#modalContainer .modalMessage li.warning{
	background: url( /static/js/jq/img/warning.gif ) no-repeat center left;
}
#modalContainer .modalMessage li.error{
	background: url( /static/js/jq/img/error.gif ) no-repeat center left;
}
#modalContainer .modalMessage i{
	color: red;
	font-weight: bold;
	font-style: normal;
}
#modalContainer .red {
	color: #ff0000;
	font-weight: bold;
}
/*IE only */
#modalContainer {
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(30 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
