@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF;
}

a {
	text-decoration: none;
	color: #CCC;
}

a:visited {
	color: #CCC;
}

a:hover,
a:focus,
a:active {
	color: #999999;
	outline: none;
	text-decoration: underline;
}

#wrapper {
	background: url(../images/bkgnd_login.png) no-repeat center center;
	margin: -190px 0px 0px -185px;
	padding: 0px 45px;
	height: 285px;
	width: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.2em;
	color: #FFF;
}

h1#logo {
	height: 100px;
	width: 280px;
	margin: 0px 0px 30px;
	padding: 0px;
}

h1#logo a {
	display: block;
	height: 100px;
	width: 280px;
}

h1#logo a span {
	display:none;
}

#form_login,
#form_retrieve {
	position: relative;
	height: 125px;
	width: 280px;
}

#user_email {
	position: absolute;
	left: 80px;
	top: 5px;
	width: 200px;
}

#user_email_label {
	position: absolute;
	left: 0px;
	top: 8px;	
}

#password {
	position: absolute;
	left: 80px;
	top: 50px;
	width: 200px;
}

#password_label {
	position: absolute;
	left: 0px;
	top: 53px;
}

#loginSubmit {
	position: absolute;
	left: 0px;
	top: 85px;
}

#loginRetrieve {
	position: absolute;
	right: 0px;
	top: 90px;
}

#retrieve_description {
	position: absolute;
	left: 0px;
	top: 40px;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#retrieve_button {
	position: absolute;
	left: 0px;
	top: 85px;
}

/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #E31C29;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}

label,
button,
.formButton,
#lbOverlay {
	cursor: pointer;
}
