/* Reset
------------------------------------ */
* { 
	margin: 0;
	padding: 0;
	}

/* Template
------------------------------------ */
body {
	margin: 0 auto;
	color: #595959;
	background: #fff url(../img/login/bg.jpg) top left repeat-x;
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
	border-top: 30px solid #464646;
	}
#overlay {
	width: 465px;
	margin: 0 auto;
	min-width: inherit;
	min-height: 363px;
	text-align: center;
	background: transparent url(../img/login/form-overlay.png) top center no-repeat;
	}
	#overlay img {
		margin: 30px 0 15px;
		}
#formWrapper {
	width: 380px;
	margin: 0 auto;
	min-width: inherit;
	text-align: left;
	}
#formCasing {
	zoom: 1.0;
	}
#additional {
	width: 500px;
	margin: 75px auto 0 auto;
	}
form dl {
  	margin: 15px 0;
	}
form dt {
  	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #a5a5a5;
	padding-top: 5px;
	}
form dd {
  	margin: 0 0 10px 90px;
	font-size: 12px;
	line-height: 24px;
	color: #a5a5a5;
	margin-left: 80px;
	}
dd span {
	color: #ccc;
	}
.note {
	padding: 1em 1em 1em 35px;
	background: #EFF8FA url(../img/icons/note.png) 10px 10px no-repeat;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.success {
	padding: 1em 1em 1em 35px;
	background: #D6FFCF url(../img/icons/success.png) 10px 10px no-repeat;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.error {
	padding: 1em 1em 1em 35px;
	background: #FFCFD1 url(../img/icons/error.png) 10px 10px no-repeat;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	}
ul {
	margin-top: 8px;
	margin-left: 25px;
	}
#backtowebsite a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
	color: #fff;
	}

	
/* Forms
------------------------------------ */
form {
	margin: 0;
	}
input[type $= 'text'],
input[type $= 'password'] {
	font-size: 14px;
	padding: 8px 5px;
	font: normal 14px arial, helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	color: #444;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	}
input[type $= 'checkbox'] {
	border: 0;
	padding: 0;
	}
input:focus {
	background: #fff;
	border: 1px solid #686868;
	}
input[type $= 'submit'],
input[type $= 'button'] {
	font-size: 1em;
	font-weight: bold;
	background-image: url(../img/buttons/button_bg.png);
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 4px 10px;
	cursor:pointer;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	}
	input[type $= 'submit']:hover,
	input[type $= 'button']:hover {
		border-color: #666;
		}
input#user_email {
	width: 280px;
	}
input#password {
	width: 150px;
	margin-right: 5px;
	}
