/*Message Box*/
.question {
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
	position: absolute;
	top: -100px;
	left: -200px;
	margin: 0 0 0 0px;
	z-index: 2000;
}

.question
{
    padding:10px 50px 10px 10px;
	color: #000000;
    background-color: #99D8F0;
    background-image: url('../images/question.png');
    height:450px;width:940px;display:block;
}


.question p {
    padding: 0px 50px;
    text-align:left;
}
.question a {
    float: right;
    cursor:pointer;
    padding-top:5px;
}

.messageheader
{
    background: url(../images/sprite.png) repeat-x 0px -200px; 
    height:18px;
    padding:5px;
    border-bottom: solid 1px black;
}

.messageheadertext
{
    color: Black;
    float:left;
    font-weight:bold;
}

.messagefooter
{
    text-align:center;
    padding-top: 5px;
}

.messagemodalbackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.6;
    z-index:998;
}

/* validation */
.validation {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.validation ul
{
	padding: 0px 30px;
}


#fade {
	clear:both;
	background: #fff;
	position: absolute;
	width: 1020px;
	
	height: 2000px;
	filter:alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: -250px;
	top: -200px;
	z-index: 300;
}


#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
	z-index: 100;
}

.globalNavIframe{display:none;}

#hideshow iframe
{
   	position: relative;
	display:block;
	visibility:visible;
	left:0px;
	top:0px;
	width:1280px;
	height:100%;
	background: #fff;
	filter:alpha(opacity=50);
	opacity: .50;
	z-index:10;
	overflow: hidden;
}
