html, body{
	/*centered positioned page*/
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0%;
}
body{	
	background-image: url(../images/back_horiz_wide.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
}
.WindowBody{

}
.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5e576d;
}
#FlashWindow{
	/*margin-top:40px;*/
	width:1024px;
	height:600px;
}
#wrapper {height: 100%; overflow: visible; text-align:center;} 
#errorBox{
	width:540px;
	height:320px;
	background-image:url(../images/error_back.gif);
	background-repeat:no-repeat;
	font-size:14px;
	color:#B6B1C2;

}

#errorMsg{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
padding-top:50px;
margin-left:50px;
vertical-align:middle;
	width:80%;
	height:80%;
	
}
.style1{	
	font-family: Arial, Helvetica, sans-serif;
	color: #5e576d;
	font-size: 11px;
	margin-top:30px;
	height:30px;	
}
a:link {
    color: #7a6d95;
}
a:hover{
	color: #7a6d95;
    text-decoration: underline;
}
