body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.Bold
{
    font-weight:bold;
}

div#page {
	background-image:url(images/adfs-login-page-background-v2.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:auto;
	width: 800px;
}
div#header {
	height: 117px;
	background-image: url(images/banner_tile_repeat.jpg);
	background-repeat: repeat-x;
}
	div#header_content {
		width: 100%;
		margin:auto;
	}
		img.img_ribbons {
			float:left;
		}
		img.img_logo {
			float:right;
		}

div#links_lang {
	width: 764px;
	margin:auto;
	text-align:right;
	color: #333333;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:15px;
}
	div#links_lang a {
		color:#999999;
		font-weight:normal;
		margin:0px 5px 0 5px;
		text-decoration:none;
	}
	div#links_lang a:hover {
		color:#000000;
	}

div#login_bubble {
	background-image:url(images/adfs-login-bulle.gif);
	background-repeat:no-repeat;	
	width: 367px;
	height: 114px;
	margin:auto;
	margin-top:25px;
	text-align:center;
	color:#999999;
}
	div#login_bubble h1 {
		color:#333333;
		font-size: 1.5em;
		padding-top:10px;
		padding-bottom:5px;
		margin:0;
	}
	div#login_bubble p {
		padding-top:0px;
		margin-top:0;
	}

div#login_form {
	background-image:url(images/adfs-login-form-bg.gif);
	background-repeat:no-repeat;
	width: 405px;
	height: 200px;
	margin:auto;
	text-align:right;
	padding-top:45px;
	margin-bottom:30px;
}
div#login_area {
	width: 320px;
	margin:auto;
}
	div#login_form .login_field {
		background-image:url(images/adfs-login-form-off.gif);
		background-repeat:no-repeat;
		border: 0px;
		width: 305px;
		height:43px;
		line-height:43px;
		padding:0 0 0 15px;
		margin:0;
		color:#666666;
		margin-bottom:10px;
        /*  margin-right:30px; */
	}
	div#login_form .login_field:focus {
		background-image:url(images/adfs-login-form-on.gif);
	}
	div#login_form .login_submit {
		background-image:url(images/adfs-login-form-button.gif);
		background-repeat:no-repeat;
		border: 0px;
		width: 83px;
		height:39px;
		line-height:39px;
		text-align:center;
		padding:0;
		margin:0;
        /*margin-right:30px;  */
		color:#0e4073;
		font-weight:bold;
	}
div.helpdesk {
	margin:0;
	padding:0;
}
div.oneDefault {
	float:left;
	display:block;
	color:#666;
}
div.onethird {
	float:left;
	width:33%;
	display:block;
	color:#666;
}
div.onefifth {
	float:left;
	width:20%;
	display:block;
	color:#666;
}
	div.onethird h3, div.onefifth h3 {
		color: #333399;
		font-size:1.3em;
		padding:0;
		margin:10px 0 5px 0;
	}
	div.onethird p, div.onefifth p {
		padding:0;
		margin:0 0 10px 0;
	}
	div.onethird a, div.onefifth a {
		color: #6666ff;
		text-decoration:none;
	}


div#legal_warning {
	background-image:url(images/adfs-login-mentions-background.jpg);
	background-repeat:repeat-x;
	color:#666;
	clear:both;
}
	div#legal_warning p {
		width: 800px;
		margin:auto;
		padding:15px 0 10px 0;
	}
div#footer {
	background-color:#2a295c;
	height: 33px;
	line-height: 33px;
	color:#FFF;
	text-align:center;
}











