body {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	background:#ffffff;
	background-image:url('../images/lower_bk.gif');
	background-repeat:repeat-y;
	background-position: center top;
	margin: 0;
	padding:0;
	text-align:center;
} 
/*   so IE and Firefox use the same box model */
DIV{-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;margin:0;padding:0;}
.ilogo
{
	position:relative;
	height:110px;
	overflow:hidden;
	width:100%;
	border:0;
}
.header
{
	margin-left:auto;
	margin-right:auto;
	width:inherit;
	height:80px;

}
.ibuttons
{
	width:950px;
	height:20px;
	border:0;
	overflow:hidden;
}
.ifooter
{
	position:relative;
	width:100%;
	height:50px;
	border:0;
	z-index:50;
	overflow:hidden;
	border:none;
}
div.solution_wrapper
{
	position:relative;
	text-align:center;
	z-index:80;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

div.page_info
{
    width:1000px;
    height:430px;
}

div.session_info
{
    width:1000px;
    height:95px;
}

div.page_content
{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:90;
	width:1000px;
	/*
background:#ffffff;
*/
}

span.session
{
	font-weight:bold;
	font-size:11pt;
	position:absolute;
	right:15px;
	top:3px;
	color:#ffffff;
	cursor:pointer;
}

div.login_container
{
	text-align:left;
	position:absolute;
	right:0;
	top:20px;
	z-index:60;
	height:0;
	WIDTH: 250px;
	overflow:hidden;
	display:none;
}

div.login
{
	position:absolute;
	right:0;
	top:0;
	z-index:60;
	height:200px;
	background:none;
	WIDTH: 250px;
}

div.login_bk
{
	z-index:55;
	background:#000000;
	opacity:0.6;
	filter:alpha(opacity=60);
	height:200px;
	WIDTH: 250px;
}

div.veil
{
	position:absolute;
	top:0px;
	left:0px;
	background:#3e5070;
	opacity:0.6;
	filter:alpha(opacity=60);
	display:none;
	z-index:90;
}

.veil_wait_image
{
	position:absolute;
	z-index:95;
	display:none;
}


div.ff_container
{
    float:left;
    height:50px;
    width:230px;
    position:relative;
}

span.ff_label
{
    font-weight:bold;
    position:relative;
    left:0;
    top:0;
}

div.ff_top_padding
{
    font-size:1px;
    height:1px;
    clear:both;
}

div.ff_left_padding
{
    font-size:1px;
    width:2px;
    float:left;
}

.hyperlien
{
    color:Blue;
    text-decoration:underline;
    cursor:pointer;
}
