@charset "utf-8";
/* CSS Document */

body {
	background-image:url(ignis_bg.png);
	background-repeat:repeat-x;
	color:#000000;
	background-color:#111111;
	font: 12px helvetica, ariel, sans-serif;
	margin:0;
	padding:0;
	}
	
html { height: 100%; }
body { height: 100%; }

a {
	color: #417fcb;
	text-decoration : none;
	}
	
	a:hover {
	color: #417fcb;
	text-decoration : underline;
	}

p {
	margin-left: 1em;
	margin-right: 1em;	
}

textarea
	{
	margin: 1em;
	}
	
h1 {
	color: #417fcb;
	font: 140% helvetica, ariel, sans-serif;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	padding-left: 1em;
	margin: 0;
	}

#bgimg {
	height: 100%;
	margin:0;
	color: #000000;
	background-color:#cccccc;
	/*background-image: url('bg_online.jpg'); background-repeat: no-repeat; background-position: bottom left;*/
	padding:0;
	}
	
#header {
	position: relative;
	display:block;
	margin-left:auto;
	margin-right:auto; 
	margin-top:20px;
	margin-bottom:0px;
	height: 70px;
	width: 37.5em;
	background-image: url('asset_header.gif'); background-repeat: no-repeat;
	border-top:1px solid #000000;
	border-left: 1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:0;
	}

#iefix {
	height:0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
	
#logo {
	margin: 0px;
	}

#loginform {
	position: relative;
	display:block;
	margin-left:auto;
	margin-right:auto; 
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0.5em;
	width:37.5em;
	font: 12px helvetica, ariel, sans-serif;
	background-color:#ffffff;
	background-image: url('fade.gif'); background-repeat: repeat-x;
	color:#000000;
	border-top:0px;
	border-bottom:1px solid #000000;
	border-left: 1px solid #000000;
	border-right:1px solid #000000;
	}
	
dl {
	padding:0.2em;
	margin:0;
	} 
	
dt {
	margin-left:1.5em;
	padding:0.1em 0.3em 0.2em 0.3em;
	color:#000000;
	background:#fff;
	font-size: 90%;
	}
	
* html dt {padding-top:0.1em;}
	
dd {
	margin-left:0.1em;
	padding:0.3em 0.3em 0.3em 0.3em;
	color:#000000;
	background:#fff;
	}
	
* html dd {padding-top:0.1em;} 
	
legend {
	font-weight: bold;
	color: #417fcb;
	background: #fff;
	margin: 0px;
	width: 100%;
	}

fieldset {
	width: 31.2em;
	margin: 0.5em;
	padding:2em;
	color:#417fcb;
	border:0.1em solid #cccccc;
	}
	
form {
	font-weight: bold;
	color:#000000;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	}
	
form p {
	margin-left:1.5em;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0.3em;
	}
	
.input {
	width:22em;
	color:#000000;
	background:#eef;
	margin:1px;
	}
	
.submit {
	font-weight:bold;
	width:10em;
	padding:0.1em;
	margin: 0.2em 0.3em;
	}
	
.warning {
	margin-bottom:1em;
	color:#c00;
	}
	
input:focus {
	background:#ffe;
	color:#000000;
	}

p.disclaimer {
	background:#fff;
	color:#083671;
	font: 75% helvetica, ariel, sans-serif;
	margin-top:1em;
	margin-bottom:1em;
	padding:0;
	}
	
	#flashContainer {
	background-color:#ffffff;	
	align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	height: 575px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
	#flashContainer table {
	border-collapse: collapse;
	padding: 0px;
	}
	
	#flashContainer td {
	border-collapse: collapse;
	padding: 0px;
	}
	
	#footer_action {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #cccccc;
	}
	
	#footer_action_left {
	width: 30%;
	float: left;
	margin-left: 5px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	}
	
	#footer_action_right {
	width: 30%;
	float: right;
	margin-right: 5px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	}
	
	
	.clear {
	clear: both;
	}
