/* MODALBOX
=============================================== */

/* ie6 fix */
* html div.mymodalcontainer {
	position: relative;
}

div.modalblanket {
	background: #000;
	filter: alpha(opacity=20);
	height: 100%;
	opacity: 0.2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

/* ie6 fix */
* html div.modalblanket {
	position: absolute;
}

div.modalcontainer {
	position: fixed;
	z-index: 1000;
}

/* ie6 fix*/
* html div.modalcontainer {
	position: absolute;
}

div.modalshadow {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	z-index: 5;
}

div.modalfront {
	background: #fff;
	position: absolute;
	width: 400px;
	z-index: 10;
}

div.modaltitle h1 {
	background: #eee;
	height: auto !important;
	height: 1%;
	overflow: hidden;
	padding-left: 9px;
	padding-right: 9px;
	border-bottom: 1px solid #ccc;
	margin:0;
}

div.modaltitle h1 span {
	float: left;
	position:relative !important;		
	font-size:16px;
	color:black;
	padding-left:8px !important;
	margin:0 !important;
	font-weight:bold;
	right:0;
	top:0;
}

div.modaltitle h1 span.meta {
	cursor: pointer;
	float: right;
	line-height: 1.6363em;
}

div.modalbody {
	padding: 9px;
}
div.modalbody h1{
	font-size:18px;
	border:0;
	margin:0;
}

div.modalbody .success {
	padding-bottom: 9px;
}
div.modalbody .success a,
div.modalbody #successmessage a {
	text-decoration: underline;
}
div.modalbody .success a:hover {
	text-decoration: none;
}

div.modalfooter {
	background: #eee;
	height: auto !important;
	height: 1%;
	overflow: hidden;
	padding: 9px;
	margin: -9px;
	margin-top: 9px;
	border-top: 1px solid #ccc;
}
div.modalfooter p {
	margin-bottom: 0;
}

