/********************************************************************************
ERROR
********************************************************************************/
#errorWrapper
{
    -x-background-x-position:0%; -x-background-y-position:0%;
    background-attachment:scroll;
    background-color:#FFFFFF;
    background-image:none;
    background-repeat:repeat;
    border: solid #C00500 1px;
    color:#C00500;
	position:absolute;
    font-weight:bold;
    left:350px;
    opacity:0.9;
    overflow-x:hidden;
    overflow-y:hidden;
    padding:5px 5px 5px 5px;
    top:200px;
    width:400px;
    max-height:280px;
	font-size:11px;
	text-align:left;
}

.error
{
    padding:5px 0px 5px 0px;
}
a {
    background:transparent none repeat scroll 0%;
    color:#333333;
    text-decoration:underline;
}
a:hover {
    background:transparent none repeat scroll 0%;
    color:#333333;
    text-decoration:underline;
}
/********************************************************************************
Page Styles
********************************************************************************/
body{
	background-image:url([$GLPFULLPATH$]landing/7809/images/page_bg.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	width:794px;
	height:612px;
	margin-left:0px;
	margin-top:0px;
}

#container{
	position:relative;
	top:0px;
	left:0px;
}

#nav_bar{
	font-family:"Lucida Sans", "Lucida Sans Unicode";
	font-size:11px;
	font-weight:600;
	text-decoration:none;
	color:#ffffff;
	left:80px;
	top:50px;
	position:absolute;
}
#nav_bar_link {
	color:#ffffff; 
	font-size: 12px; 
	font-family: "Lucida Sans Unicode"; 
	letter-spacing: -1pt; 
	text-decoration:none;	
}