#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:101;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}
#shadowing{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	display:block;
} 
#alertBox {
	background-color: #666;
    background-position: 20px 30px;
    border: 2px solid #737373;
    border-radius: 0px 0px 5px 5px;
    margin-top: 46px;
    position: relative;
    xwidth: 600px;
	padding: 0 0 42px 0;
    z-index: 1000;
}
#modalContainer > #alertBox {
	position:fixed;
}
#alertBox input,textarea {
	margin-bottom: 5px;	
	width:365px;
	color: #939393;
}
#alertBox #nav {
	padding-left:148px;;
}
#closeBtn,#sbmtBtn {
	font-size: 18px;
	line-height: 1.2307em;
	color: #666;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 16px 0 0px 10px;
	display: inline-block;
	padding: 4px 7px 5px 10px;
	text-decoration: none;
	word-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
}
.button5:hover {
    color: #000;
}