/* Reset styles */	
body, p, blockquote {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists */
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links */

a, a:link { 
	text-decoration: none;  
	color: #333;
}
a:visited {}
a:hover {
	color: #000;
}

a:active {}

/* Forms */

form, fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	font-family: inherit;
}
	
select { padding: 0; }

p { margin: 10px 0; }

/* End of reset styles */

/* Use: slform template */

form.slform {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

form.slform fieldset { margin-bottom: 10px; }
	
form.slform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.slform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.slform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.slform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.slform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.slform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.slform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.slform label { width: 120px; } /* Width of labels */
form.slform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.slform legend { display: inline-block; } /* IE Mac legend fix */


/* General: slform Styles */

form.slform legend { padding-left: 0; }
	
form.slform legend,
form.slform label { color: #000; }

form.slform fieldset {
	border: none;
}
	
form.slform fieldset fieldset { background: none; }
	
form.slform fieldset li {
	padding: 0px;
}


/* Specific: Styles used for the login form */

html, body {
	height: 100%;
	background-color: #333333;
}
.left {
	float: left;
}
.right {
	float: right;
}
#container {
	height: 86%;
	margin: 0 auto;
	padding-top: 130px;
}
#logincontainer {
	height: 210px;
	width: 600px;
	margin: 0 auto;
	background-image: url(../images/login/background.png);
}
#loginform  {
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	font-family: Arial;
	/*background-color: #3399FF;*/
	width: 206px;
	height: 105px;
}
#loginform input {
	width: 200px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*border: 1px #777 solid;*/
}
#loginform ol li {
	font-size: 11px;
}

#logocontainer {
	float: right;
	text-align: right;
	padding-top: 20px;;
	padding-right: 30px;
	width: 260px;
	height: 150px;
}
#loginform .button {
	width: 97px;
	height: 22px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: none;	
}
#lowerbar {
	width: 600px;
	height: 80px;
	background-image: url(../images/login/bottombar.png);
	background-repeat: no-repeat;
	background-position: 0px 26px;
	margin: 0 auto;
	margin-top: 60px;
}
#lowerbar img {
	float: right;
	padding-right: 12px;
	padding-top: 3px;
}

#container {
	background-repeat: no-repeat;
	background-position: center top;
}
.passwordforgotten {
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 20px; 
	line-height: 20px;
}
