@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/assets/images/loginBackground.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#loginContainer {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
	height: 400px;
}
#titleContainer {
	color: #FFFFFF;
	margin-bottom: 10px;
}
#pageContainer {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
#label {
	display: inline;
	float: left;
	width: 65px;
	padding-right: 5px;
}
#formItemContainer {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-right: 50px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
}
#formField {
	display: inline;
	float: left;
	min-width: 100px;
}
#loginButton {
	display: inline;
	float: left;
}
#loginFlower {
	display: inline;
	float: left;
}
.forgotPassword a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.forgotPassword a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.forgotPassword a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.forgotPassword a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.button {
	background-color: #093c59;
	margin: 0px;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #a2c1d1;
}
#loginError {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFF99;
	color: #FF0000;
}
#reactivateTxt {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFF99;
	color: #FF0000;
}
#brclear {
	clear:both;
	height:0px;
	margin:0px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
}
#newFeaturesHeadline {
	margin-top: 15px;
	color: #FFFFFF;
	font-size:15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	width: 250px;
}
#newFeature {
	margin-top: 10px;
	color: #ffffff;
	font-size: 13px;
	width: 250px;
}

