html, body, h1, form, fieldset, legend, ol, li {
    margin: 0;
    padding: 0;
}

body {

	background-color: #e2e2e2;
    color: #111111;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 20px;
    font-size: 13px;
	background-image: url(../images/login_bg.gif); 
	background-repeat:repeat-x; 	
	
}

#logo_container { 

		width: 450px;
		height: 100px;
		margin: auto;
		background-image:url(../images/loginlogo.gif); background-repeat: no-repeat; background-position: center;

}

#login_container { 

		
		width: 450px;
		height: 220px;
		border:#666666 1px solid;
		margin: auto;
		color: #a1a6a8;
		text-decoration: none;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		text-align: center;
		 -moz-border-radius: 5px;
		border-radius: 5px; 
		font-size: 12px;
		background-color: #FFFFFF;	
		opacity:0.9;
		filter:alpha(opacity=90); /* For IE8 and earlier */
		margin-top: 5px;

}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

form#loginForm {
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    counter-reset: fieldsets;
    padding: 2px;
    width: 375px;
    height: 300px;
    overflow: visible;
	margin-top: 20px;
}

form#loginForm fieldset {
    border: none;
    margin-bottom: 10px;
}

form#loginForm fieldset:last-of-type {
    margin-bottom: 0;
}

form#loginForm legend {
    color: #444;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #ccc;
}

form#loginForm fieldset fieldset legend {
    color: #111111;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 0;
}

form#loginForm ol li {
    background: rgba(0,0,0,.18);
    border-color: rgba(0,0,0,.3);
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    list-style: none;
    padding: 10px 15px;
    margin-bottom: 5px;
}

form#loginForm ol ol li {
    background: none;
    border: none;
    float: left;
}

form#loginForm label {
    float: left;
    font-size: 1.5em;
    width: 110px;
}

form#loginForm fieldset fieldset label {
    background:none no-repeat left 50%;
    line-height: 20px;
    padding: 0 0 0 30px;
    width: auto;
}

form#loginForm fieldset fieldset label:hover {
    cursor: pointer;
}

form#loginForm input:not([type=radio]),
form#loginForm textarea {
    background: #ffffff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font: italic 1.5em Georgia, "Times New Roman", Times, serif;
    outline: none;
    padding: 5px;
    width: 210px;
/*    -webkit-box-shadow: inset -1px -1px 1px #666;
    -moz-box-shadow: inset -1px -1px 1px #666;
    box-shadow: inset -1px -1px 1px #666;*/
}

form#loginForm input:not([type=submit]):focus,
form#loginForm textarea:focus {
    background: #eaeaea;
}

form#loginForm input[type=radio] {
    float: left;
    margin-right: 5px;
}

form#loginForm button {
    background: #444;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font: 18px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
    float: right;
}

form#loginForm button:hover {
    background: #222;
    cursor: pointer;
}

#resetPwDiv {
    text-align: right;
    padding-right: 50px;
}

#resetPwDiv a {
    color: #444;
}