body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #a793c6;
	font-size: 10px;
	color: #6a5271;
	background-image: url(/images/home_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
form {
	margin: 0px;
}
a {
	color: #663366;
	text-decoration: none;
}
img{
	border:0px;
	behavior: url(/scripts/iepngfix.htc);
}
h1 {
	font-size: 18px;
	color: #40244c;
	margin: 20px 0 8px 0;
}
h2 {
	font-size: 13px;
	color: #744881;
	margin: 5px 0 0 0;
}
#footer {
	color: #63476B;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}
#forgotten a {
	color: #6f5f89;
	font-weight: normal;
	font-size: 10px;
}
#footer a:hover, #forgotten a:hover {
	color: #F6F2FB;
	text-decoration: underline;
}
.fieldname {
	font-size: 11px;
	font-weight: bold;
	color: #351632;
}
.error_fieldname {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.textbox {
	color: #6b4067;
	border: solid 1px #d8cad6;
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 3px 0 0 0;
	font-weight: normal;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
.error_textbox {
	color: #6b4067;
	border: solid 1px #cc0000;
	background-color: #FFF2F3;
	font-size: 11px;
	margin: 3px 0 0 0;
	font-weight: normal;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
.fields {
	font-size: 11px;
	color: #000000;
}
.form_divider {
	border:0px;
}
.search_panel {
	width: 328px;
	font-size: 11px;
	color: #79a8c4;
	position: absolute;
	margin-top: 12px;
	margin-left: 122px;
}
.description {
	font-size: 11px;
	color: #757575;
	margin-left: 25px;
}
p {
	margin: 5px 0;
}
.heading_divider {
	margin: 5px 0;
}
#home_form_left {
	background-image: url(/images/home_form_left.png);
	behavior: url(/scripts/iepngfix.htc);
}
#home_form_right {
	background-image: url(/images/home_form_right.png);
	behavior: url(/scripts/iepngfix.htc);
}
#error_shell {
	margin: 0 0 10px 0;
	background-color: #FFF8F8;
	border: solid 1px #FFAAAA;
	height: 70px;
}
#error {
	position: relative;
	float: left;
	width: 454px;
	padding: 2px 10px;
	color: #dd0000;
	
}
#error h3 {
	color: #990000;
	border-bottom: solid 1px #ffaaaa;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	width: 456px;
	font-size: 12px;
}
#error_list {
	position: relative;
}
#error_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#error_list li {
	background-image: url(/images/arrow_error.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	padding: 3px 0 0 15px;
	margin: 0 5px 2px 0;
	width: 185px;
}
a.pos_action_btn {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/orange_bt_bg.gif) repeat-x center center;
	height: 15px;
	font-weight: bold;
	border: solid 1px #febe00;
	padding: 2px 10px 0 10px;
	float: right;
	margin: 0 0 0 5px;
	cursor: pointer;
}
#suggestions_shell {
	position: relative;
}
#suggestions_top {
	position: absolute;
	left: -341px;
	height: 30px;
	width: 480px;
	z-index: 800;
	background-image: url(/images/city_select_top.gif);
}
#suggestions {
	position: absolute;
	left: -341px;
	top: 30px;
	height: 160px;
	width: 480px;
	overflow: auto;
	z-index: 700;
}
#suggestions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
#suggestions li {
	display: block;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/images/city_select_bg.gif);
}
#suggestions li a {
	font-weight: normal;
	font-size: 10px;
	margin: 0 5px;
	height: 16px;
	padding: 4px 0 0 3px;
	border-bottom: solid 1px #e6d4e5;
	display: block;
	color: #997697;	
}
#suggestions li a:hover {
	background-color: #fcf3fb;
	color: #582955;
	font-weight: bold;
}
#profiles {
	position: relative;
	height: 260px;
	width: 950px;
	margin: 0;
	overflow: hidden;
	background-image: url(/images/homepage_profiles_bg.png);
	behavior: url(/scripts/iepngfix.htc);
}
#profiles ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#profiles li {
	padding: 0px;
	margin: 13px 5px 22px 13px;
	display: inline;
	float: left;
	position: relative;
	width: 297px;
	height: 100px;
}
#profiles li .profileimage {
	position: absolute;
	top: 0;
	left: 0;
}
#profiles li .username {
	position: absolute;
	top: -4px;
	left: 82px;
	font-size: 11px;
	font-weight: bold;
	color: #472c45;
}
#profiles li .aboutme {
	position: absolute;
	top: 12px;
	left: 82px;
	font-size: 9px;
	font-weight: normal;
	color: #6b3a66;
}
#profiles li .into {
	position: absolute;
	top: 50px;
	left: 82px;
	font-size: 9px;
	font-weight: normal;
	color: #6b3a66;
}
#profiles li .into .heading {
	font-weight: bold;
	color: #472c45;
	display: block;
	margin: 3px 0 0 0;
}
#profiles li a.photobtn {
	text-align: center;
	height: 16px;
	width: 72px;
	padding: 4px 0 0 0;
	background-image: url(/images/homepage_photos_btn_bg.gif);
	color: #e2d9e9;
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	top: 78px;
	left: -2px;
}
#profiles li a.photobtn:hover {
	color: #FFFFFF;
	background-position: -72px 0;
}
.matchlinks {
	position: absolute;
	top: 48px;
	left: 185px;
	width: 110px;
	padding: 3px 0 0 0;
}
.matchlinks div {
	background-image: url(/images/main_gif_sprite_043008.gif);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 17px;
}
.matchlinks .basic_match {
	background-position: 0px -345px;
}
.matchlinks .romantic_match {
	background-position: -17px -345px;
}
.matchlinks .sexual_match {
	background-position: -34px -345px;
}	
.match_link {
	color: #632E5B;
	cursor: pointer;
	display: block;
	font-size: 9px;
	font-weight: bold;
	height: 13px;
	margin: 0 0 1px 17px;
	padding: 2px 2px 0 5px;
	text-decoration: none;
}
.match_link:hover {
	color: #97518c;
}
.geoip_city_shell {
	position: relative;
}
.geoip_city {
	position: absolute;
	top: -24px;
	left: 0px;
	width: 538px;
	height: 18px;
	padding: 6px 0 0 12px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 500;
}
.geoip_city_shadow {
	position: absolute;
	top: -24px;
	left: 0px;
	width: 537px;
	height: 17px;
	padding: 7px 0 0 13px;
	background-image: url(/images/geoip_city_bg.png);
	behavior: url(/scripts/iepngfix.htc);
	font-weight: bold;
	font-size: 12px;
	color: #84629b;
	z-index: 499;
}
.search_tagline {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.spidertext {
	font-size: 12px;
	line-height: 14px;
	color: #493c4e;
}