body {
	background: #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#top #logo {
	background-image: url(../images/logos/contact.jpg) !important;
}
h1 {
	background-image: url(../images/assets/contact_plus.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width: 400px;
	height: 35px;
	padding: 0 0 0 26px;
	margin: 28px 0 0 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}
div.text {
	width: 440px;
	padding: 0 0 0 26px;
	margin: 0;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#lc input {
	background-color: #fff;
	width: 140px;
	height: 15px;
	padding: 3px;
	margin: 0 8px 0 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 0;
}
#lc input.submit {
	background: #ec297b;
	width: 60px;
	height: 21px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}



#top #login #login-labels .label-user {
	color: #e8e8e8 !important;
}
#top #login #login-labels .label-pass {
	color: #e8e8e8 !important;
}