/*
--------------------------------------------------
Companions master styles
-------------------------------------------------- */

/* Body defaults
-------------------------------------------------- */
body {
	background: #cad3d3 url(/images/body_bg.gif) repeat-x top left;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #474e50;
	margin: 0;
	padding: 0;
}
body#profilepage-candy {
	background: #f2dae8 url(/images/body_bg_candy.gif) repeat-x top left;
}
body#profilepage-coolmint {
	background: #cdeff2 url(/images/body_bg_coolmint.gif) repeat-x top left;
}
body#profilepage-gecko {
	background: #e9f2cd url(/images/body_bg_gecko.gif) repeat-x top left;
}
body#profilepage-olive {
	background: #d2d3cb url(/images/body_bg_olive.gif) repeat-x top left;
}
body#profilepage-pumpkin {
	background: #f2c09d url(/images/body_bg_pumpkin.gif) repeat-x top left;
}
body#profilepage-silver {
	background: #d3d3d3 url(/images/body_bg_silver.gif) repeat-x top left;
}
body#profilepage-sunrise {
	background: #f2eb9d url(/images/body_bg_sunrise.gif) repeat-x top left;
}
body#paypalpage {
	background: #fff url(/images/body_bg_paypal.gif) repeat-x 0 99px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

/* Generic defaults
-------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0 0 0.7em;
}
dd {
	margin: 0;
	padding: 0 0 0.7em 10px;
}
ul, ol {
	margin: 0.6em 0 0.4em;
	padding-left: 30px;
}
li {
	margin: 0 0 0.4em;
}
blockquote {
	margin: 0;
	padding: 0 0 0.5em 30px;
}
p {
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 1em;
}
hr {
	display: none;
}

/* Links
-------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #e95197;
}
a:visited {
	text-decoration: none;
	color: #e95197;
}
a:hover {
	background-color: #e95197;
	text-decoration: none;
	color: #fff;
}
a:active {
	background-color: #e95197;
	text-decoration: none;
	color: #fff;
}

/* Page layout
-------------------------------------------------- */
#main {
	width: 750px;
	background: url(/images/main_bg.png) repeat-y top left;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
}
#main:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header {
	height: 80px;
	background: #fff url(/images/header_bg.gif) no-repeat 551px 100%;
	margin: 0;
	padding: 0;
}
body#paypalpage #header {
	height: 99px;
	background: none;
}
#header h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 25px 0 0 16px;
}
#header a {
	background: none;
	color: #697f85;
}
#nav {
	float: left;
	width: 100%;
	background: #7fa7af url(/images/nav_bg.jpg) no-repeat top left;
	margin: 0 0 5px;
	padding: 0;
}
#nav:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#nav ul {
	float: left;
	width: 100%;
	background: url(/images/nav_menu_bg.gif) no-repeat 550px 0;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 78%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
}
#nav a {
	float: left;
	width: 106px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#nav a:hover,
#nav a:active {
	color: #18414d;
}
#nav strong {
	font-size: 110%;
}
#nav span {
	display: block;
	background: url(/images/nav_item_bg.gif) repeat-y top left;
	padding: 8px 0 8px 17px;
}
#nav a.home {
	width: 109px;
}
#nav a.home span {
	background: url(/images/nav_home_bg.gif) repeat-y top right;
}
#nav a.forums {
	width: 108px;
}
#nav a.home:hover,
#nav a.home:active,
#nav a.search:hover,
#nav a.search:active,
#nav a.top100:hover,
#nav a.top100:active,
#nav a.chat:hover,
#nav a.chat:active,
#nav a.forums:hover,
#nav a.forums:active,
body#homepage #nav a.home,
body#memberpage #nav a.home,
body#searchpage #nav a.search,
body#top100page #nav a.top100,
body#chatpage #nav a.chat,
body#chatroompage #nav a.chat,
body#forumspage #nav a.forums {
	background: url(/images/nav_bg.jpg) no-repeat top left;
}
#nav a.home:hover,
#nav a.home:active {
	background-color: #4ea9c3;
	background-position: 0 -40px;
}
#nav a.search:hover,
#nav a.search:active {
	background-color: #54b6cd;
	background-position: -110px -40px;
}
#nav a.top100:hover,
#nav a.top100:active {
	background-color: #59bed3;
	background-position: -217px -40px;
}
#nav a.chat:hover,
#nav a.chat:active {
	background-color: #58bbd1;
	background-position: -324px -40px;
}
#nav a.forums:hover,
#nav a.forums:active {
	background-color: #52b0c9;
	background-position: -431px -40px;
}
body#homepage #nav a.home,
body#memberpage #nav a.home {
	background-color: #a785a8;
	background-position: 0 -80px;
}
body#searchpage #nav a.search {
	background-color: #b297b6;
	background-position: -110px -80px;
}
body#top100page #nav a.top100 {
	background-color: #b7a1bf;
	background-position: -217px -80px;
}
body#chatpage #nav a.chat,
body#chatroompage #nav a.chat {
	background-color: #b69ebc;
	background-position: -324px -80px;
}
body#forumspage #nav a.forums {
	background-color: #ae8eb0;
	background-position: -431px -80px;
}
body#homepage #nav a.home,
body#memberpage #nav a.home,
body#searchpage #nav a.search,
body#top100page #nav a.top100,
body#chatpage #nav a.chat,
body#chatroompage #nav a.chat,
body#forumspage #nav a.forums {
	color: #fff;
}
#tagline {
	clear: both;
	height: 45px;
	background: #3db6e4 url(/images/tagline_bg.jpg) repeat-y top left;
	margin: 0 0 5px;
}
#tagline div.tagline {
	float: left;
	width: 520px;
	height: 45px;
	background: url(/images/tagline_text_small.gif) no-repeat 17px 12px;
}
#tagline div.tagline h2 {
	position: absolute;
	text-indent: -10000px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
#tagline div.stats {
	float: right;
	width: 210px;
	height: 45px;
	border-left: 5px solid #fff;
}
#tagline div.stats ul {
	list-style-type: none;
	font-size: 86%;
	margin: 0;
	padding-left: 7px;
}
#tagline div.stats li {
	background: url(/images/icons/stats_online.gif) no-repeat top left;
	line-height: 13px;
	margin: 5px 0 0;
	padding: 2px 0 1px 21px;
}
#tagline div.stats li.chatting {
	background: url(/images/icons/stats_chatting.gif) no-repeat top left;
	margin: 4px 0 0;
	padding: 0 0 2px 21px;
}
#tagline div.stats a {
	color: #fff;
}
#content {
	float: left;
	width: 535px;
	background-color: #fff;
	text-align: left;
}
#sidebar {
	float: right;
	width: 210px;
	background-color: #fff;
	text-align: left;
}
#member {
	display: table;
	width: 100%;
	height: 180px;
	background: #546b72 url(/images/member_bg.jpg) no-repeat top left;
	margin: 0 0 5px;
	padding: 0;
}	
body#loginpage #member {
	height: 80px;
}
#login {
	float: left;
	background: #a4b2b6 url(/images/login_bg.jpg) repeat-y top left;
	padding: 0.6em 8px 0.4em 10px;
}
#login dt,
#join dt,
#menu dt {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #1a282e;
	margin: 0;
	padding: 0;
}
#login dt,
#menu dt {
	padding: 0 0 5px;
}
#login dd,
#join dd {
	margin: 0;
	padding: 0;
}
#login dd.email,
#login dd.password {
	font-size: 86%;
}
#login dd.password {
	float: left;
}
#login dd.button {
	float: right;
	font-size: 78%;
}
#login dd.remember {
	float: left;
	white-space: nowrap;
	font-size: 78%;
	color: #59696e;
	padding: 0;
}
#login dd.forgot {
	float: right;
	text-align: right;
	font-size: 78%;
	padding: 0.7em 0 0;
}
#join {
	clear: both;
	padding: 0.6em 0 0.4em 10px;
}
#join a {
	float: left;
	width: 192px;
	height: 55px;
	background: url(/images/join.gif) no-repeat top left;
	text-indent: -10000px;
}
#menu {
	padding: 0.6em 8px 1.2em 10px;
}
#menu dd {
	background: url(/images/icons/bullet.gif) no-repeat 0 55%;
	font-size: 86%;
	border-bottom: 1px dashed #9eabae;
	margin: 0;
	padding: 0.5em 0 0.3em 10px;
}
#menu dd.last {
	border: none;
}
#menu dd a {
	color: #fff;
}
#sponsors {
	width: 100%;
	overflow: hidden;
	color: #697f85;
}
#sponsors h3 {
	background: #29aade url(/images/sidebar_title_bg.gif) repeat-x top left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
	padding: 7px 10px;
}
#sponsors h3 {
	margin: 0;
}
#sponsors div.banners {
	padding: 0 0 8px;
}
#sponsors div.banner {
	text-align: center;
	line-height: 0em;
	font-size: 0;
	padding: 5px 0 0;
}
#sponsors div.banner a,
#sponsors div.links a {
	background: none;
}
#sponsors div.links {
	text-align: center;
	padding: 0 0 15px;
}
#title {
	width: 100%;
	overflow: hidden;
	background: #4a5d63 url(/images/title_bg.jpg) no-repeat top left;
	color: #ddd;
}
body#profilepage-candy #title {
	background: #ec67b6 url(/images/title_bg_candy.jpg) no-repeat top left;
}
body#profilepage-coolmint #title {
	background: #29a3ae url(/images/title_bg_coolmint.jpg) no-repeat top left;
}
body#profilepage-gecko #title {
	background: #8ca025 url(/images/title_bg_gecko.jpg) no-repeat top left;
}
body#profilepage-olive #title {
	background: #5f634a url(/images/title_bg_olive.jpg) no-repeat top left;
}
body#profilepage-pumpkin #title {
	background: #d56414 url(/images/title_bg_pumpkin.jpg) no-repeat top left;
}
body#profilepage-silver #title {
	background: #727272 url(/images/title_bg_silver.jpg) no-repeat top left;
}
body#profilepage-sunrise #title {
	background: #cfa014 url(/images/title_bg_sunrise.jpg) no-repeat top left;
}
#my-profile #title {
	background: #4a5d63 url(/images/title_bg.jpg) no-repeat top left !important;
}
#title h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #c5dc00;
	margin: 0;
	padding: 0.4em 17px;
}
body#profilepage-candy #title h2,
body#profilepage-coolmint #title h2,
body#profilepage-gecko #title h2,
body#profilepage-pumpkin #title h2,
body#profilepage-silver #title h2,
body#profilepage-sunrise #title h2 {
	color: #fff;
}
#my-profile #title h2 {
	color: #c5dc00 !important;
}
#my-profile #body {
	padding-top: 5px !important;
}
#title p {
	font-size: 86%;
	margin: 0;
	padding: 0 17px 1em;
}
#title a {
	color: #ddd;
}
#title a.selected {
	font-weight: bold;
	color: #eee;
}
#title a:hover {
	color: #fff;
}
#title span {
	font-weight: bold;
	color: #e95197;
	padding: 0 3px;
}
#description {
	width: 100%;
	overflow: hidden;
	background: #84939a url(/images/description_bg.jpg) no-repeat top left;
	font-size: 100%;
	color: #fff;
	padding: 10px 0 4px;
}
body#profilepage-candy #description {
	background: #f49bd5 url(/images/description_bg_candy.jpg) no-repeat top left;
}
body#profilepage-coolmint #description {
	background: #5ec9cf url(/images/description_bg_coolmint.jpg) no-repeat top left;
}
body#profilepage-gecko #description {
	background: #bac859 url(/images/description_bg_gecko.jpg) no-repeat top left;
}
body#profilepage-olive #description {
	background: #959883 url(/images/description_bg_olive.jpg) no-repeat top left;
}
body#profilepage-pumpkin #description {
	background: #e59b38 url(/images/description_bg_pumpkin.jpg) no-repeat top left;
}
body#profilepage-silver #description {
	background: #a5a5a5 url(/images/description_bg_silver.jpg) no-repeat top left;
}
body#profilepage-sunrise #description {
	background: #e2c637 url(/images/description_bg_sunrise.jpg) no-repeat top left;
}
#my-profile #description {
	background: #84939a url(/images/description_bg.jpg) no-repeat top left !important;
}
#description p {
	padding: 0 17px 0.7em;
}
#description span {
	font-weight: bold;
	color: #ccc;
	padding: 0 3px;
}
#upgrade {
	background: #eaedee url(/images/list_value_alt_bg.gif) repeat-x top left;
	font-size: 86%;
	color: #474e50;
	border: 3px solid #d6dcde;
	margin: 8px 5px 12px;
}
body#profilepage-candy #upgrade {
	background: #f7edf3 url(/images/list_value_alt_bg_candy.gif) repeat-x top left;
	border-color: #dbdcdf;
}
body#profilepage-coolmint #upgrade {
	background: #edf6f7 url(/images/list_value_alt_bg_coolmint.gif) repeat-x top left;
	border-color: #d8e0e0;
}
body#profilepage-gecko #upgrade {
	background: #f5f7ed url(/images/list_value_alt_bg_gecko.gif) repeat-x top left;
	border-color: #dbe0dd;
}
body#profilepage-olive #upgrade {
	background: #edeeea url(/images/list_value_alt_bg_olive.gif) repeat-x top left;
	border-color: #d8dddc;
}
body#profilepage-pumpkin #upgrade {
	background: #f7f1ed url(/images/list_value_alt_bg_pumpkin.gif) repeat-x top left;
	border-color: #dbdddd;
}
body#profilepage-silver #upgrade {
	background: #eee url(/images/list_value_alt_bg_silver.gif) repeat-x top left;
	border-color: #d8ddde;
}
body#profilepage-sunrise #upgrade {
	background: #f7f6ed url(/images/list_value_alt_bg_sunrise.gif) repeat-x top left;
	border-color: #dbe0dd;
}
#upgrade p {
	background: url(/images/icons/vip.gif) no-repeat 0 50%;
	margin: 0 0 0 7px;
	padding: 6px 0 6px 22px;
}
#banner-top {
	margin: 8px 0 8px;
	padding: 0 0 0 17px;
}
#banner-top a,
#banner-bottom a {
	background: none;
}
#banner-bottom {
	margin: 6px 0 12px;
	padding: 0 0 0 17px;
}
#body {
	padding: 5px 17px 20px;
}
body#homepage #body,
body#profilepage #body,
body#profilepage-candy #body,
body#profilepage-coolmint #body,
body#profilepage-gecko #body,
body#profilepage-olive #body,
body#profilepage-pumpkin #body,
body#profilepage-silver #body,
body#profilepage-sunrise #body {
	padding-top: 0;
}
body#signuppage #body,
body#upgradepage #body,
body#termsbox #body,
body#redirpage #body {
	padding-top: 15px;
}
#body h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #189ed4;
	margin: 0;
	padding: 0 0 0.4em;
}
#body h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #189ed4;
	margin: 0;
	padding: 0 0 0.2em;
}
#body h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 86%;
	font-weight: bold;
	color: #189ed4;
	margin: 0;
	padding: 0 0 0.4em;
}
body#profilepage-candy #body h4 {
	color: #d9218c;
}
body#profilepage-coolmint #body h4 {
	color: #0ab0bf;
}
body#profilepage-gecko #body h4 {
	color: #b0bf0a;
}
body#profilepage-olive #body h4 {
	color: #94a63a;
}
body#profilepage-pumpkin #body h4 {
	color: #f27a24;
}
body#profilepage-silver #body h4 {
	color: #999;
}
body#profilepage-sunrise #body h4 {
	color: #d9ab21;
}
#footer {
	width: 720px;
	background: url(/images/footer_bg.png) no-repeat top left;
	text-align: left;
	font-size: 78%;
	color: #697f85;
	margin: 0 auto;
	padding: 0 25px 20px;
}
#footer:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#footer p {
	margin: 12px 0 0;
	padding: 0;
}
#footer p.links {
	float: right;
}
#footer p.copyright {
	float: left;
}
#footer span.extras {
	display: block;
	padding: 0.2em 0 0;
}
#footer span.separator {
	padding: 0 2px;
}

/* Common body elements
-------------------------------------------------- */
div.alert {
	background-color: #fdfcf3;
	color: #474e50;
	border: 3px solid #eae9d9;
	margin: 0 0 15px;
	padding: 0.8em 10px 0;
}
#body div.alert h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #474e50;
	margin: 0;
	padding: 0 0 0.8em;
}
div.alert p {
	padding: 0 0 1em;
}
div.alert ul,
div.alert ol {
	margin: 0;
	padding-bottom: 0.8em;
}
div.error {
	color: #474e50;
	margin: 0;
	padding: 0;
}
div.error:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body#signuppage div.error {
	padding-top: 0;
}
body#profilepage div.error {
	padding-top: 5px;
}
#body div.error h3 {
	background-color: #fdfcf3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #e62020;
	border: 3px solid #eae9d9;
	border-bottom: none;
	margin: 0;
	padding: 0.8em 10px;
}
div.error div.contents {
	background-color: #fdfcf3;
	border: 3px solid #eae9d9;
	margin: 0 0 15px;
	padding: 0.8em 10px 0.2em;
}
div.error div.message {
	background-color: #fdfcf3;
	border: 3px solid #eae9d9;
	border-top: none;
	margin: 0 0 15px;
	padding: 0 10px 0;
}
div.error p {
	padding: 0 0 1em;
}
div.error ul {
	background-color: #fdfcf3;
	border: 3px solid #eae9d9;
	border-top: none;
	margin: 0 0 15px;
	padding-bottom: 0.8em;
}
div.error li {
	margin: 0 0 0.3em;
}
div.quote {
	background-color: #fff;
	border: 1px solid #bbb;
	margin: 0 1px 0.1em 0;
	padding: 5px;
}
div.quote p.title {
	font-size: 86%;
	font-weight: bold;
	padding-bottom: 0.8em;
}
table.results {
	width: 100%;
	border: 3px solid #ccd6d9;
	border-top: 1px solid #c5cdcf;
	margin: 0;
	padding: 0;
}
table.results caption {
	background: #d5dcde url(/images/results_caption_bg.gif) repeat-x top left;
	text-align: left;
	font-size: 86%;
	font-weight: bold;
	color: #37474e;
	border: 3px solid #ccd6d9;
	border-bottom: none;
	margin: 0;
	padding: 5px;
}
table.results th {
	height: 2.2em;
	background-color: #fff;
	text-align: left;
	white-space: nowrap;
	font-size: 86%;
	font-weight: bold;
	color: #738489;
	padding: 0 5px;
}
table.results tr.row {
	background: #cfe0e5 url(/images/results_row_bg.gif) repeat-x top left;
	color: #2e3e45;
}
table.results tr.row-alt {
	background: #eaedee url(/images/results_row_alt_bg.gif) repeat-x top left;
	color: #2e3e45;
}
table.results tr.row-header,
table.results tr.row-footer,
table.results tr.row-selected {
	background-color: #c0d4da;
	color: #2e3e45;
}
table.results tr.row-header-alt,
table.results tr.row-footer-alt,
table.results tr.row-alt-selected {
	background-color: #d8dfe1;
	color: #2e3e45;
}
table.results tr.separator {
	height: 20px;
	background: #fff none;
	line-height: 0em;
}
table.results tr.footer {
	background: #fff none;
	text-align: center;
	font-size: 86%;
	color: #738489;
}
table.results tr.footer input {
	font-size: 91%;
}
table.results td {
	border-top: 1px solid #c5cdcf;
	margin: 0;
	padding: 5px;
}
table.list {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.list th {
	background: #cad1d4 url(/images/list_label_bg.gif) repeat-x top left;
	text-align: right;
	font-weight: bold;
	border-left: 3px solid #bec8ca;
	border-bottom: 1px solid #aeb9bc;
	color: #37474e;
	padding: 2px 7px;
}
body#profilepage-candy table.list th {
	background: #ccb8c4 url(/images/list_label_bg_candy.gif) repeat-x top left;
	border-left-color: #c2b6c1;
	border-bottom-color: #b0a6b1;
}
body#profilepage-coolmint table.list th {
	background: #b1c0c1 url(/images/list_label_bg_coolmint.gif) repeat-x top left;
	border-left-color: #b0c1c4;
	border-bottom-color: #9babae;
}
body#profilepage-gecko table.list th {
	background: #bfc3b2 url(/images/list_label_bg_gecko.gif) repeat-x top left;
	border-left-color: #bbc3b5;
	border-bottom-color: #a5ada2;
}
body#profilepage-olive table.list th {
	background: #d2d4ca url(/images/list_label_bg_olive.gif) repeat-x top left;
	border-left-color: #c3c9c4;
	border-bottom-color: #b3bab5;
}
body#profilepage-pumpkin table.list th {
	background: #c2b9b3 url(/images/list_label_bg_pumpkin.gif) repeat-x top left;
	border-left-color: #bcb8b5;
	border-bottom-color: #a7a6a3;
}
body#profilepage-silver table.list th {
	background: #b6b6b6 url(/images/list_label_bg_silver.gif) repeat-x top left;
	border-left-color: #b6babb;
	border-bottom-color: #9ea4a5;
}
body#profilepage-sunrise table.list th {
	background: #c2c0b3 url(/images/list_label_bg_sunrise.gif) repeat-x top left;
	border-left-color: #bcbeb5;
	border-bottom-color: #a7aba3;
}
table.list tr.alt th,
table.list tr.last-alt th {
	background: #dedfe1 url(/images/list_label_alt_bg.gif) repeat-x top left;
	border-left-color: #cdd2d4;
	border-bottom-color: #bdc3c6;
}
body#profilepage-candy table.list tr.alt th,
body#profilepage-candy table.list tr.last-alt th {
	background: #e5dce1 url(/images/list_label_alt_bg_candy.gif) repeat-x top left;
	border-left-color: #cfced2;
	border-bottom-color: #c2c1c6;
}
body#profilepage-coolmint table.list tr.alt th,
body#profilepage-coolmint table.list tr.last-alt th {
	background: #dce3e5 url(/images/list_label_alt_bg_coolmint.gif) repeat-x top left;
	border-left-color: #cad3d4;
	border-bottom-color: #bcc6c9;
}
body#profilepage-gecko table.list tr.alt th,
body#profilepage-gecko table.list tr.last-alt th {
	background: #e3e5dc url(/images/list_label_alt_bg_gecko.gif) repeat-x top left;
	border-left-color: #ced3d0;
	border-bottom-color: #c1c8c3;
}
body#profilepage-olive table.list tr.alt th,
body#profilepage-olive table.list tr.last-alt th {
	background: #e0e1df url(/images/list_label_alt_bg_olive.gif) repeat-x top left;
	border-left-color: #ced3d3;
	border-bottom-color: #bec4c4;
}
body#profilepage-pumpkin table.list tr.alt th,
body#profilepage-pumpkin table.list tr.last-alt th {
	background: #e5e0dc url(/images/list_label_alt_bg_pumpkin.gif) repeat-x top left;
	border-left-color: #cfd1d0;
	border-bottom-color: #c2c4c3;
}
body#profilepage-silver table.list tr.alt th,
body#profilepage-silver table.list tr.last-alt th {
	background: #e3e3e3 url(/images/list_label_alt_bg_silver.gif) repeat-x top left;
	border-left-color: #cfd4d5;
	border-bottom-color: #c0c5c7;
}
body#profilepage-sunrise table.list tr.alt th,
body#profilepage-sunrise table.list tr.last-alt th {
	background: #e5e3dc url(/images/list_label_alt_bg_sunrise.gif) repeat-x top left;
	border-left-color: #cfd2d0;
	border-bottom-color: #c2c6c3;
}
table.list td {
	background: #cfe0e5 url(/images/list_value_bg.gif) repeat-x top left;
	text-align: left;
	color: #37474e;
	border-right: 3px solid #c3d4d8;
	border-bottom: 1px solid #b2c3c9;
	padding: 2px 7px;
}
body#profilepage-candy table.list td {
	background: #e5bad4 url(/images/list_value_bg_candy.gif) repeat-x top left;
	border-right-color: #d6b9cd;
	border-bottom-color: #c2a7bc;
}
body#profilepage-coolmint table.list td {
	background: #b5d4d7 url(/images/list_value_bg_coolmint.gif) repeat-x top left;
	border-right-color: #b2d1d6;
	border-bottom-color: #9ebabe;
}
body#profilepage-gecko table.list td {
	background: #d1dab5 url(/images/list_value_bg_gecko.gif) repeat-x top left;
	border-right-color: #c9d6b8;
	border-bottom-color: #b3bfa5;
}
body#profilepage-olive table.list td {
	background: #e1e5cf url(/images/list_value_bg_olive.gif) repeat-x top left;
	border-right-color: #d0d7c8;
	border-bottom-color: #bfc7b9;
}
body#profilepage-pumpkin table.list td {
	background: #d6c5b8 url(/images/list_value_bg_pumpkin.gif) repeat-x top left;
	border-right-color: #cdc2b8;
	border-bottom-color: #b6afa8;
}
body#profilepage-silver table.list td {
	background: #bebebe url(/images/list_value_bg_silver.gif) repeat-x top left;
	border-right-color: #bdc1c2;
	border-bottom-color: #a4aaab;
}
body#profilepage-sunrise table.list td {
	background: #d6d4b8 url(/images/list_value_bg_sunrise.gif) repeat-x top left;
	border-right-color: #cdcfb8;
	border-bottom-color: #b6baa8;
}
table.list tr.alt td,
table.list tr.last-alt td {
	background: #eaedee url(/images/list_value_alt_bg.gif) repeat-x top left;
	border-right-color: #d6dcde;
	border-bottom-color: #c5cdcf;
}
body#profilepage-candy table.list tr.alt td,
body#profilepage-candy table.list tr.last-alt td {
	background: #f7edf3 url(/images/list_value_alt_bg_candy.gif) repeat-x top left;
	border-right-color: #dbdcdf;
	border-bottom-color: #d0ced4;
}
body#profilepage-coolmint table.list tr.alt td,
body#profilepage-coolmint table.list tr.last-alt td {
	background: #edf6f7 url(/images/list_value_alt_bg_coolmint.gif) repeat-x top left;
	border-right-color: #d8e0e0;
	border-bottom-color: #c8d4d7;
}
body#profilepage-gecko table.list tr.alt td,
body#profilepage-gecko table.list tr.last-alt td {
	background: #f5f7ed url(/images/list_value_alt_bg_gecko.gif) repeat-x top left;
	border-right-color: #dbe0dd;
	border-bottom-color: #ced5cf;
}
body#profilepage-olive table.list tr.alt td,
body#profilepage-olive table.list tr.last-alt td {
	background: #edeeea url(/images/list_value_alt_bg_olive.gif) repeat-x top left;
	border-right-color: #d8dddc;
	border-bottom-color: #c8cecc;
}
body#profilepage-pumpkin table.list tr.alt td,
body#profilepage-pumpkin table.list tr.last-alt td {
	background: #f7f1ed url(/images/list_value_alt_bg_pumpkin.gif) repeat-x top left;
	border-right-color: #dbdddd;
	border-bottom-color: #d0d1cf;
}
body#profilepage-silver table.list tr.alt td,
body#profilepage-silver table.list tr.last-alt td {
	background: #eee url(/images/list_value_alt_bg_silver.gif) repeat-x top left;
	border-right-color: #d8ddde;
	border-bottom-color: #c8cecf;
}
body#profilepage-sunrise table.list tr.alt td,
body#profilepage-sunrise table.list tr.last-alt td {
	background: #f7f6ed url(/images/list_value_alt_bg_sunrise.gif) repeat-x top left;
	border-right-color: #dbe0dd;
	border-bottom-color: #d0d4cf;
}
table.list tr.first th {
	border-top: 3px solid #bec8ca;
}
body#profilepage-candy table.list tr.first th {
	border-top-color: #c2b6c1;
}
body#profilepage-coolmint table.list tr.first th {
	border-top-color: #b0c1c4;
}
body#profilepage-gecko table.list tr.first th {
	border-top-color: #bbc3b5;
}
body#profilepage-olive table.list tr.first th {
	border-top-color: #c3c9c4;
}
body#profilepage-pumpkin table.list tr.first th {
	border-top-color: #bcb8b5;
}
body#profilepage-silver table.list tr.first th {
	border-top-color: #b6babb;
}
body#profilepage-sunrise table.list tr.first th {
	border-top-color: #bcbeb5;
}
table.list tr.first td {
	border-top: 3px solid #c3d4d8;
}
body#profilepage-candy table.list tr.first td {
	border-top-color: #d6b9cd;
}
body#profilepage-coolmint table.list tr.first td {
	border-top-color: #b2d1d6;
}
body#profilepage-gecko table.list tr.first td {
	border-top-color: #c9d6b8;
}
body#profilepage-olive table.list tr.first td {
	border-top-color: #d0d7c8;
}
body#profilepage-pumpkin table.list tr.first td {
	border-top-color: #cdc2b8;
}
body#profilepage-silver table.list tr.first td {
	border-top-color: #bdc1c2;
}
body#profilepage-sunrise table.list tr.first td {
	border-top-color: #cdcfb8;
}
table.list tr.last th {
	border-bottom: 3px solid #bec8ca;
}
body#profilepage-candy table.list tr.last th {
	border-bottom-color: #c2b6c1;
}
body#profilepage-coolmint table.list tr.last th {
	border-bottom-color: #b0c1c4;
}
body#profilepage-gecko table.list tr.last th {
	border-bottom-color: #bbc3b5;
}
body#profilepage-olive table.list tr.last th {
	border-bottom-color: #c3c9c4;
}
body#profilepage-pumpkin table.list tr.last th {
	border-bottom-color: #bcb8b5;
}
body#profilepage-silver table.list tr.last th {
	border-bottom-color: #b6babb;
}
body#profilepage-sunrise table.list tr.last th {
	border-bottom-color: #bcbeb5;
}
table.list tr.last td {
	border-bottom: 3px solid #c3d4d8;
}
body#profilepage-candy table.list tr.last td {
	border-bottom-color: #d6b9cd;
}
body#profilepage-coolmint table.list tr.last td {
	border-bottom-color: #b2d1d6;
}
body#profilepage-gecko table.list tr.last td {
	border-bottom-color: #c9d6b8;
}
body#profilepage-olive table.list tr.last td {
	border-bottom-color: #d0d7c8;
}
body#profilepage-pumpkin table.list tr.last td {
	border-bottom-color: #cdc2b8;
}
body#profilepage-silver table.list tr.last td {
	border-bottom-color: #bdc1c2;
}
body#profilepage-sunrise table.list tr.last td {
	border-bottom-color: #cdcfb8;
}
table.list tr.last-alt th {
	border-bottom: 3px solid #cdd2d4;
}
body#profilepage-candy table.list tr.last-alt th {
	border-bottom-color: #cfced2;
}
body#profilepage-coolmint table.list tr.last-alt th {
	border-bottom-color: #cad3d4;
}
body#profilepage-gecko table.list tr.last-alt th {
	border-bottom-color: #ced3d0;
}
body#profilepage-olive table.list tr.last-alt th {
	border-bottom-color: #ced3d3;
}
body#profilepage-pumpkin table.list tr.last-alt th {
	border-bottom-color: #cfd1d0;
}
body#profilepage-silver table.list tr.last-alt th {
	border-bottom-color: #cfd4d5;
}
body#profilepage-sunrise table.list tr.last-alt th {
	border-bottom-color: #cfd2d0;
}
table.list tr.last-alt td {
	border-bottom: 3px solid #d6dcde;
}
body#profilepage-candy table.list tr.last-alt td {
	border-bottom-color: #dbdcdf;
}
body#profilepage-coolmint table.list tr.last-alt td {
	border-bottom-color: #d8e0e0;
}
body#profilepage-gecko table.list tr.last-alt td {
	border-bottom-color: #dbe0dd;
}
body#profilepage-olive table.list tr.last-alt td {
	border-bottom-color: #d8dddc;
}
body#profilepage-olive table.list tr.last-alt td {
	border-bottom-color: #dbdddd;
}
body#profilepage-silver table.list tr.last-alt td {
	border-bottom-color: #d8ddde;
}
body#profilepage-sunrise table.list tr.last-alt td {
	border-bottom-color: #dbe0dd;
}
div.page-links {
	clear: both;
}
div.page-links:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.page-buttons {
	float: left;
	font-size: 86%;
	padding: 0;
}
div.page-buttons input,
div.page-buttons a.button,
div.page-buttons a.button-disabled {
	font-size: 91%;
	margin-right: 5px;
}
div.page-buttons span {
	line-height: 2.1em;
}
div.page-nav {
	float: right;
	text-align: right;
	white-space: nowrap;
	font-size: 86%;
	padding: 5px 0;
}
div.page-nav strong {
	padding: 0 5px;
}
div.page-nav a {
	background-color: #fcfdfd;
	text-decoration: none;
	border: 1px solid #d9dee0;
	padding: 3px 6px;
}
div.page-nav a:hover {
	background-color: #e95197;
	text-decoration: none;
	color: #fff;
	border-color: #777;
}
div.page-nav a.previous {
	border-width: 2px;
	margin: 0 2px 0 0;
	padding: 3px 4px;
}
div.page-nav a.next {
	border-width: 2px;
	margin: 0 0 0 2px;
	padding: 3px 4px;
}
div.page-nav span {
	color: #87969a;
	padding: 0 2px;
}
div.link-image a {
	float: left;
	background-color: #fff;
	line-height: 0em;
	font-size: 0;
	border: 2px solid #ccd6d9;
}
div.link-image a:hover {
	border-color: #e95197;
}
div.no-link-image img {
	border: 2px solid #ccd6d9;
}
div.tag-cloud a.t1 {
	font-size: 86%;
}
div.tag-cloud a.t2 {
	font-size: 92%;
}
div.tag-cloud a.t3 {
	font-size: 100%;
}
div.tag-cloud a.t4 {
	font-size: 120%;
}
div.tag-cloud a.t5 {
	font-size: 150%;
}
a.arrow-next,
a.arrow-previous {
	float: left;
	width: 24px;
	height: 23px;
	background: url(/images/arrow_next_bg.gif) no-repeat top left;
}
a.arrow-previous {
	background: url(/images/arrow_previous_bg.gif) no-repeat top left;
}
a.arrow-next:hover,
a.arrow-previous:hover {
	background-position: 0 -25px;
}
a.close {
	background-image: url(/images/icons/close.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding: 0 0 0 16px;
}
strong.alert,
strong.error,
strong.warning {
	font-weight: bold;
	color: #e62020;
}
span.required {
	font-weight: bold;
	color: #e95197;
}
span.detail {
	color: #87969a;
}
span.more {
	color: #87969a;
	padding-left: 3px;
}
span.separator {
	font-weight: bold;
	color: #999;
	padding: 0 5px;
}

/* Page content
-------------------------------------------------- */
#quicksearch {
	background: #51646b url(/images/quicksearch_bg.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}
#quicksearch:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#quicksearch div.photo {
	float: left;
	width: 271px;
	height: 180px;
}
#quicksearch div.search {
	float: right;
	width: 264px;
	text-align: left;
}
#quicksearch h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 123%;
	font-weight: bold;
	color: #c5dc00;
	margin: 0 0 0 35px;
	padding: 0.8em 0;
}
#quicksearch dl {
	float: left;
}
#quicksearch dt {
	float: left;
	clear: left;
	width: 95px;
	height: 2.2em;
	line-height: 1.8em;
	text-align: right;
	font-size: 78%;
	margin: 0;
	padding: 0;
}
#quicksearch dd {
	float: right;
	clear: right;
	width: 165px;
	height: 2.2em;
	font-size: 78%;
	margin: 0;
	padding: 0;
}
#quicksearch label {
	font-weight: bold;
	color: #bfbfbf;
}
#quicksearch label.to {
	padding: 0 2px;
}
#quicksearch div.buttons {
	clear: both;
	font-size: 78%;
	margin: 0 0 0 97px;
	padding: 0.6em 0 0;
}
#quicksearch div.buttons p {
	padding-bottom: 0.3em;
}
#quicksearch div.buttons a {
	padding: 0 0 0 2px;
}
#intro:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#intro h2 {
	float: left;
	width: 368px;
	height: 133px;
	background: url(/images/intro_title_bg.gif) no-repeat 10px 6px;
	text-indent: -10000px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
#intro ol {
	float: right;
	width: 157px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#intro ol a {
	float: left;
	width: 100%;
	height: 133px;
	background: url(/images/intro_list_bg.gif) no-repeat 0 13px;
}
#intro li {
	text-indent: -10000px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
#home div.about,
#home div.features {
	width: 243px;
	border-top: 1px dashed #c9d2d2;
	padding: 0.5em 0 0;
}
#home div.about {
	float: left;
}
#home div.about p {
	color: #697f85;
	padding: 0 0 1em;
}
#home div.features {
	float: right;
}
#home div.features ul {
	color: #697f85;
	margin: 0;
	padding: 0.2em 0 0.5em;
}
#home div.features li {
	background: url(/images/icons/bullet_alt.gif) no-repeat 10px 0.35em;
	list-style-type: none;
	margin-bottom: 0.4em;
	padding-left: 20px;
}
#home div.features p {
	font-size: 78%;
	padding: 0 0 1.4em 7px;
}
#home div.features p:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#home div.footer {
	clear: both;
}
#home div.footer div.about,
#home div.footer div.features {
	line-height: 0em;
	font-size: 0;
	padding: 0;
}
#home div.faces {
	width: 100%;
	padding: 0.5em 0 0;
}
#home div.faces:after,
#member-home div.faces:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#home div.faces h3,
#member-home div.faces h3 {
	padding-bottom: 0.6em;
}
#home div.faces div.row,
#member-home div.faces div.row {
	clear: both;
	padding: 0 0 6px;
}
#home div.faces div.row:after,
#member-home div.faces div.row:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#home div.faces div.link-image,
#home div.faces div.no-link-image,
#member-home div.faces div.link-image,
#member-home div.faces div.no-link-image {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 3px;
}
#home div.faces div.link-image a,
#member-home div.faces div.link-image a {
	width: 60px;
	height: 60px;
}
#home div.faces p,
#member-home div.faces p {
	clear: both;
	text-align: center;
	font-size: 86%;
	padding: 0.3em 0 1.2em;
}
#home div.interests,
#member-home div.interests {
	clear: both;
	border-top: 1px dashed #c9d2d2;
	padding: 0.5em 0 0;
}
#member-home h3 {
	padding-bottom: 0.4em;
}
#member-home div.alerts {
	border-bottom: 1px dashed #c9d2d2;
	padding: 0 0 1em;
}
#member-home div.alerts ul {
	font-size: 86%;
	margin: 0.2em 0 0;
	padding-left: 5px;
}
#member-home div.alerts li {
	margin-bottom: 0;
	padding-bottom: 0.8em;
}
#member-home div.alerts li {
	background: url(/images/icons/smile.gif) no-repeat 0 0.1em;
	list-style-type: none;
	padding-left: 21px;
}
#member-home div.alerts li.smiles-new {
	background-image: url(/images/icons/smile_new.gif);
}
#member-home div.alerts li.messages {
	background-image: url(/images/icons/message.gif);
}
#member-home div.alerts li.messages-new {
	background-image: url(/images/icons/message_new.gif);
}
#member-home div.alerts li.icon {
	background-image: url(/images/icons/profile.gif);
}
#member-home div.alerts li.photos {
	background-image: url(/images/icons/photos.gif);
}
#member-home div.alerts li.profile {
	background-image: url(/images/icons/profile.gif);
}
#member-home div.alerts p {
	padding-bottom: 0.4em;
}
#member-home div.alerts p.link {
	padding: 0;
}
#member-home div.profile {
	border-bottom: 1px dashed #c9d2d2;
	padding: 0.5em 0 1.7em;
}
#member-home div.profile:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#member-home div.profile div.options {
	float: left;
	width: 94px;
	font-size: 86%;
}
#member-home div.profile div.options p {
	padding: 0 0 0 10px;
}
#member-home div.profile div.icon {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	padding: 0 0 0.7em;
}
#member-home div.profile div.icon:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#member-home div.profile div.stats {
	float: right;
	width: 385px;
	font-size: 86%;
}
#member-home div.profile div.stats th {
	width: 150px;
}
#member-home div.news {
	border-bottom: 1px dashed #c9d2d2;
	padding: 0.5em 0 1em;
}
#member-home div.news ul {
	font-size: 86%;
	margin: 0.2em 0 0;
	padding: 0 0 0.4em;
}
#member-home div.news li {
	background: url(/images/icons/bullet.gif) no-repeat 10px 0.35em;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
#member-home div.news span.separator {
	padding: 0 3px;
}
#member-home div.news p {
	font-size: 86%;
	padding: 0 0 0.5em 10px;
}
#member-home div.faces {
	clear: both;
	padding: 0.5em 0 0;
}
#search div.form dt.label {
	width: 135px;
}
#search div.form dd.field {
	width: 330px;
}
#search div.form div.buttons {
	margin-left: 170px;
}
#search div.checklist ul {
	list-style-type: none;
	margin-bottom: 0.4em;
	padding-left: 0;
}
#search div.checklist div.first {
	float: left;
	width: 150px;
}
#search div.checklist div.second {
	float: right;
	width: 175px;
}
#search-results #top-links {
	padding: 0 0 0.8em;
}
#search-results #bottom-links {
	border-top: 1px dashed #c9d2d2;
	padding: 0.8em 0 0;
}
#search-results span.separator {
	padding: 0 3px;
}
#search-results div.profile {
	clear: both;
	border-top: 1px dashed #c9d2d2;
	margin-bottom: 1.3em;
}
#search-results div.profile:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#search-results div.icon {
	float: left;
	width: 94px;
	text-align: center;
	font-size: 86%;
	margin-top: 1.2em;
}
#search-results div.icon div.link-image {
	float: left;
	width: 94px;
	height: 94px;
	margin: 0 auto;
}
#search-results div.details {
	float: left;
	width: 265px;
	overflow: hidden;
	margin-top: 1.1em;
	padding: 0 5px 0 18px;
}
#search-results div.details p {
	overflow: hidden;
	font-size: 86%;
}
#search-results div.details p.username {
	padding-bottom: 0.3em;
}
#search-results div.details p.username img {
	vertical-align: bottom;
	padding-left: 1px;
}
#search-results div.details p.stats {
	padding-bottom: 0.8em;
}
#search-results div.details p.headline {
	font-size: 100%;
	padding-bottom: 0;
}
#search-results div.details span.more {
	padding-left: 2px;
}
#search-results div.details span.separator {
	padding: 0 1px;
}
#search-results div.options {
	float: right;
	width: 115px;
	background-color: #fff;
	margin-top: 1.5em;
}
#search-results div.options ul {
	list-style-type: none;
	text-align: left;
	font-size: 86%;
	color: #697f85;
	margin-top: 0;
	padding-left: 15px;
}
#search-results div.options li {
	background: url(/images/icons/smile.gif) no-repeat top left;
	margin-bottom: 0;
	padding: 0 0 1em 21px;
}
#search-results div.options li.message {
	background: url(/images/icons/message.gif) no-repeat 0 0.1em;
}
#search-results div.options li.photos {
	background: url(/images/icons/photos.gif) no-repeat 0 0.1em;
}
#search-results ul.profiles {
	float: left;
	width: 100%;
	list-style-type: none;
	border-top: 1px dashed #c9d2d2;
	margin: 0;
	padding: 1.05em 0;
}
#search-results ul.profiles li {
	float: left;
	width: 135px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#search-results ul.profiles li.last {
	width: 94px;
}
#search-results ul.profiles div.link-image {
	width: 94px;
	height: 94px;
	padding: 0 0 0.3em;
}
#search-results ul.profiles div.link-image a {
	width: 90px;
	height: 90px;
}
#search-results ul.profiles p {
	width: 94px;
	text-align: center;
	font-size: 86%;
	padding-bottom: 0;
}
#profile div.status p {
	padding: 0.4em 0 0.6em;
}
#profile div.options,
#admin-profile div.options {
	float: left;
	width: 120px;
}
#profile div.vip-badge,
#options table.themes div.vip-badge {
	position: absolute;
	width: 40px;
	height: 41px;
	background: url(/images/vip_badge.png) no-repeat top left;
}
body#profilepage-candy #profile div.vip-badge,
#options table.themes td.candy div.vip-badge {
	background-image: url(/images/vip_badge_candy.png);
}
body#profilepage-coolmint #profile div.vip-badge,
#options table.themes td.coolmint div.vip-badge {
	background-image: url(/images/vip_badge_coolmint.png);
}
body#profilepage-gecko #profile div.vip-badge,
#options table.themes td.gecko div.vip-badge {
	background-image: url(/images/vip_badge_gecko.png);
}
body#profilepage-olive #profile div.vip-badge,
#options table.themes td.olive div.vip-badge {
	background-image: url(/images/vip_badge_olive.png);
}
body#profilepage-pumpkin #profile div.vip-badge,
#options table.themes td.pumpkin div.vip-badge {
	background-image: url(/images/vip_badge_pumpkin.png);
}
body#profilepage-silver #profile div.vip-badge,
#options table.themes td.silver div.vip-badge {
	background-image: url(/images/vip_badge_silver.png);
}
body#profilepage-sunrise #profile div.vip-badge,
#options table.themes td.sunrise div.vip-badge {
	background-image: url(/images/vip_badge_sunrise.png);
}
#profile div.options div.icon,
#admin-profile div.options div.icon {
	width: 94px;
	height: 94px;
	padding: 14px 0 0.6em 10px;
}
#profile div.options div.icon:after,
#admin-profile div.options div.icon:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#profile div.options p {
	text-align: center;
	font-size: 86%;
	padding-bottom: 0;
}
#profile div.options dt {
	text-align: center;
	font-size: 86%;
	padding: 0 0 0.5em;
}
#profile div.options dd {
	font-size: 86%;
	padding: 0 0 0.6em;
}
#profile div.options div.form {
	width: auto;
}
#profile div.options p.message {
	padding: 0.4em 0 0.8em;
}
#profile div.options div.buttons-full input {
	margin-bottom: 0;
}
#profile div.options ul {
	list-style-type: none;
	text-align: left;
	font-size: 86%;
	color: #697f85;
	border-top: 1px solid #e5e5e5;
	margin: 1em 0 0;
	padding: 1em 0 0 10px;
}
#profile div.options li {
	background: url(/images/icons/smile.gif) no-repeat top left;
	margin-bottom: 0;
	padding: 0 0 1em 21px;
}
#profile div.options li.message {
	background: url(/images/icons/message.gif) no-repeat 0 0.1em;
}
#profile div.options li.favourites {
	background: url(/images/icons/favourites.gif) no-repeat top left;
}
#profile div.options li.block {
	background: url(/images/icons/block.gif) no-repeat top left;
}
#profile div.options li.flag {
	background: url(/images/icons/flag.gif) no-repeat top left;
}
#profile div.stats {
	float: right;
	width: 365px;
	font-size: 86%;
	margin: 0;
	padding: 14px 0 1em;
}
#profile div.stats th {
	width: 130px;
}
#profile div.details {
	border-bottom: 1px dashed #c9d2d2;
	padding: 0 0 0.6em;
}
#profile div.about,
#profile div.interests,
#profile div.partner,
#profile div.photos {
	clear: both;
	border-bottom: 1px dashed #c9d2d2;
	padding: 0.6em 0;
}
#profile div.details:after,
#profile div.interests:after,
#profile div.partner:after,
#profile div.interests dl:after,
#profile div.partner dl:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#profile div.interests dl,
#profile div.partner dl {	
	margin: 0;
	padding: 0.5em 0;
}
#profile div.interests dt,
#profile div.partner dt {
	float: left;
	clear: both;
	width: 110px;
	text-transform: uppercase;
	text-align: right;
	font-size: 86%;
	font-weight: bold;
	color: #697f85;
	padding: 0.2em 10px 0.6em 0;
}
#profile div.interests dd,
#profile div.partner dd {
	float: right;
	width: 378px;
	line-height: 1.3em;
	padding: 0 0 0.6em;
}
#profile div.photos {
	border-bottom: none;
	padding-bottom: 0;
}
#profile div.photos table {
	margin: 0.5em 0 0;
}
#profile div.photos td {
	padding: 5px 9px;
}
#admin-profile div.info {
	float: right;
	width: 365px;
	padding: 14px 0 0;
}
#top100 {
	padding: 10px 0 0;
}
#top100 ul {
	float: left;
	list-style-type: none;
	margin: 0 0 1.2em;
	padding-left: 30px;
}
#top100 li {
	float: left;
	width: 145px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#top100 h4 {
	padding-bottom: 0.7em;
}
#top100 li div.link-image {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	padding: 0 0 0.4em;
}
#top100 li div.link-image a {
	width: 90px;
	height: 90px;
}
#top100 li p {
	font-size: 86%;
}
#news-articles dt {
	background: url(/images/icons/bullet.gif) no-repeat 0 0.5em;
	padding-left: 9px;
}
#news-articles dd {
	padding-left: 9px;
}
#news-articles dd.date {
	font-size: 86%;
	padding-bottom: 1.5em;
}
#news-article p.back {
	font-size: 86%;
	padding-top: 1em;
}
#send-smile,
#add-favourite,
#block-user,
#flagged-profile {
	text-align: center;
}
#send-smile h3,
#add-favourite h3,
#block-user h3 {
	padding-bottom: 0.5em;
}
#flagged-profile h3 {
	padding: 1.5em 0 1em;
}
#send-smile div.link-image,
#add-favourite div.link-image,
#block-user div.link-image,
#flag-profile div.link-image {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	padding: 0 0 1.6em;
}
#smiles #top-links,
#favourites #top-links,
#profile-views #top-links,
#blocked-users #top-links {
	padding: 0 0 0.8em;
}
#smiles #bottom-links,
#favourites #bottom-links,
#profile-views #bottom-links,
#blocked-users #bottom-links {
	border-top: 1px dashed #c9d2d2;
	padding: 0.8em 0 0;
}
#smiles div.check-all,
#favourites div.check-all,
#blocked-users div.check-all {
	background-color: #f7f8f8;
	border-top: 1px dashed #c9d2d2;
	padding: 0.3em 0;
}
#smiles div.profile,
#smiles div.profile-selected,
#favourites div.profile,
#favourites div.profile-selected,
#profile-views div.profile,
#blocked-users div.profile,
#blocked-users div.profile-selected {
	clear: both;
	border-top: 1px dashed #c9d2d2;
	padding-bottom: 1em;
}
#smiles div.profile-selected,
#favourites div.profile-selected,
#blocked-users div.profile-selected {
	background: #f7f8f8;
}
#smiles div.profile:after,
#smiles div.profile-selected:after,
#favourites div.profile:after,
#favourites div.profile-selected:after,
#profile-views div.profile:after,
#blocked-users div.profile:after,
#blocked-users div.profile-selected:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#smiles div.check,
#favourites div.check,
#blocked-users div.check {
	float: left;
	width: 30px;
	margin-top: 30px;
}
#smiles div.icon,
#favourites div.icon,
#profile-views div.icon,
#blocked-users div.icon {
	float: left;
	width: 64px;
	text-align: center;
	font-size: 86%;
	margin-top: 0.8em;
}
#smiles div.icon div.link-image,
#favourites div.icon div.link-image,
#profile-views div.icon div.link-image,
#blocked-users div.icon div.link-image {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
#smiles div.details,
#favourites div.details,
#profile-views div.details,
#blocked-users div.details {
	float: right;
	width: 392px;
	margin-top: 1em;
}
#smiles div.details p,
#favourites div.details p,
#profile-views div.details p,
#blocked-users div.details p {
	font-size: 86%;
}
#smiles div.details p.username,
#favourites div.details p.username,
#profile-views div.details p.username,
#blocked-users div.details p.username {
	padding-bottom: 0.3em;
}
#smiles div.details p.stats,
#favourites div.details p.stats,
#profile-views div.details p.stats,
#blocked-users div.details p.stats {
	padding-bottom: 0.5em;
}
#smiles div.details p.sent,
#profile-views div.details p.viewed {
	padding: 0;
}
#smiles div.details span.separator,
#favourites div.details span.separator,
#profile-views div.details span.separator,
#blocked-users div.details span.separator {
	padding: 0 1px;
}
#conversations,
#conversation {
	width: 100%;
	padding: 0 0 0.4em;
}
#conversations div.results,
#conversation div.results {
	clear: both;
	padding: 0.8em 0;
}
#conversations th.check {
	width: 5%;
}
#conversations th.icon {
	width: 8%;
}
#conversations th.member {
	width: 38%;
}
#conversations th.messages {
	width: 10%;
	text-align: center;
}
#conversations th.read {
	width: 10%;
	text-align: center;
}
#conversations th.last-message {
	width: 29%;
	text-align: center;
}
#conversations td.icon {
	vertical-align: top;
	padding: 0.6em 0 0 5px;
}
#conversations td.icon a {
	float: left;
	width: 30px;
	height: 30px;
	background: url(/images/icons_big/message.gif) no-repeat 0 0.2em;
}
#conversations td.icon a.new {
	background-image: url(/images/icons_big/message_new.gif);
}
#conversations td.member p {
	padding: 0;
}
#conversations td.member span.nav {
	font-size: 86%;
	color: #777;
	padding: 0 0 0 3px;
}
#conversations td.member a.new {
	font-weight: bold;
}
#conversations td.messages,
#conversations td.read,
#conversations td.last-message {
	text-align: center;
	font-size: 86%;
}
#conversations td.last-message a {
	background-image: url(/images/icons/last_message.gif);
	background-repeat: no-repeat;
	background-position: 100% 55%;
	padding: 0 22px 0 0;
}
#conversation th.author {
	width: 18%;
}
#conversation td.author {
	padding-bottom: 1em;
}
#conversation th.message {
	width: 82%;
}
#conversation td.author-header {
	font-size: 86%;
	font-weight: bold;
}
#conversation td.message-header {
	font-size: 86%;
}
#conversation td.message-header div.time {
	float: left;
	background: url(/images/icons/message_post.gif) no-repeat 0 70%;
	padding: 0 0 0 16px;
}
#conversation td.message-header div.time a {
	background: none;
	color: #2e3e45;
}
#conversation td.message-header div.buttons {
	float: right;
	color: #87969a;
}
#conversation td.author {
	vertical-align: top;
	font-size: 86%;
}
#conversation td.message {
	vertical-align: top;
}
#conversation td.message div.post {
	padding: 0.8em 0 1em;
}
#conversation td.message div.post p {
	padding-bottom: 1.5em;
}
#conversation td.message div.edited {
	font-size: 86%;
	font-style: italic;
	color: #87969a;
	padding: 0 0 1em;
}
#conversation td.author-footer {
	font-size: 86%;
}
#conversation td.message-footer {
	font-size: 86%;
}
#profile-views #top-links {
	padding-bottom: 0.8em;
}
#profile-views #bottom-links {
	padding-top: 1em;
}
#profile-views div.details {
	width: 422px;
}
#profile-views div.details p.username {
	color: #5f6567;
}
#profile-views div.alert {
	margin: 1.2em 0 0.4em;
}
#icon div.icon {
	text-align: center;
	padding: 0 0 0.8em;
}
#icon div.icon div.no-link-image {
	margin: 0 0 0.4em;
}
#icon div.icon p.delete {
	font-size: 86%;
}
#icon h3 {
	padding: 0.5em 0 0;
}
#icon-photos table {
	width: 100%;
}
#icon-photos td {
	width: 25%;
	padding: 5px 0;
}
#add-icon div.header {
	border-bottom: 1px dashed #c9d2d2;
	margin: 0 0 0.8em;
	padding: 0 0 0.8em
}
#add-icon div.header:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#add-icon div.preview {
	float: left;
	width: 113px;
}
#add-icon div.preview p {
	padding-bottom: 0.5em;
}
#add-icon div.instructions {
	float: left;
	width: 300px;
}
#add-icon div.instructions ul {
	padding-left: 20px;
}
#add-icon div.buttons {
	clear: none;
	float: right;
	width: 70px;
	margin: 0;
}
#add-icon div.buttons input.button,
#add-icon div.buttons input.button-hover {
	margin: 0 0 0.8em;
}
#add-icon #cropper-preview {
	width: 90px;
	height: 90px;
	border: 2px solid #ccd6d9;
}
#add-icon #cropper {
	clear: both;
	text-align: center;
	padding: 1em 0 1.2em;
}
#photos div.photos {
	padding: 1em 0 0;
}
#photos div.photos:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#photos div.row {
	clear: both;
}
#photos div.odd {
	float: left;
	width: 247px;
}
#photos div.even {
	float: right;
	width: 247px;
}
#photos dt {
	float: left;
	width: 30px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #bbb;
	margin: 0;
	padding: 0;
}
#photos dd.photo {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;
}
#photos div.photo {
	width: 204px;
}
#photos div.photo:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#photos dd.info {
	clear: both;
	width: 200px;
	color: #555;
	margin: 0 0 0 38px;
	padding: 0.4em 0 1.6em;
}
#photos dd.info p {
	font-size: 86%;
	padding: 0 0 0.4em;
}
#edit-photo {
	text-align: center;
}
#edit-photo div.photo {
	width: 204px;
	margin: 0 auto;
}
#edit-photo div.photo:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#edit-photo div.form {
	clear: both;
	margin: 1em auto 0;
}
#options table.themes {
	width: 350px;
}
#options table.themes td {
	width: 25%;
	text-align: center;
}
#options table.themes div.vip-badge {
	position: relative;
	margin: 5px auto 0;
}
#options table.themes td.default {
	background-color: #cad3d3;
}
#options table.themes td.candy {
	background-color: #f2dae8;
}
#options table.themes td.coolmint {
	background-color: #cdeff2;
}
#options table.themes td.gecko {
	background-color: #e9f2cd;
}
#options table.themes td.olive {
	background-color: #d2d3cb;
}
#options table.themes td.pumpkin {
	background-color: #f2c09d;
}
#options table.themes td.silver {
	background-color: #d3d3d3;
}
#options table.themes td.sunrise {
	background-color: #f2eb9d;
}
#options table.themes td.name {
	padding: 0.2em 0 1em;
}
#options table.themes tr.last td.name {
	padding-bottom: 0;
}
#delete-profile div.textform {
	padding-top: 0.2em;
}
#help p {
	padding-bottom: 1.5em;
}
#help ol,
#rules ol {
	color: #87969a;
	margin: 0.2em 0 1.2em;
	padding-left: 35px;
}
#rules li span {
	color: #474e50;
}
#help-answers div.answer {
	border-bottom: 1px dashed #c9d2d2;
	margin: 0 0 0.5em;
	padding: 0 0 0.8em;
}
#help-answers p.back {
	font-size: 86%;
}
#contact div.captcha div.validator {
	display: none;
}
#contact div.captcha p {
	padding: 0 0 0.5em;
}
#full-login div.form dt.label {
	width: 135px;
}
#full-login div.form dd.field {
	width: 330px;
}
#full-login div.form div.buttons {
	margin-left: 170px;
}
#full-login p.remember {
	padding: 0.4em 0 0 5px;
}
#verify h3 {
	padding-bottom: 0.7em;
}
#verify ol {
	color: #87969a;
}
#verify li span {
	color: #474e50;
}
#verify div.alert {
	margin-top: 0.5em;
}
#verified div.textform {
	padding-bottom: 0.8em;
}
#upgrade-account p.intro {
	background: url(/images/vip_badge.gif) no-repeat top left;
	padding-left: 47px;
}
#upgrade-account div.features {
	border-bottom: 1px dashed #c9d2d2;
	padding: 0.2em 0 0.8em 10px;
}
#upgrade-account div.features:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#upgrade-account div.features div.first {
	float: left;
	width: 240px;
}
#upgrade-account div.features div.second {
	float: right;
	width: 240px;
}
#upgrade-account div.features ul {
	font-size: 86%;
	margin: 0.4em 0 0;
	padding: 0 0 1em;
}
#upgrade-account div.features li {
	background: url(/images/icons/bullet_alt.gif) no-repeat 10px 0.35em;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
#upgrade-account div.form {
	clear: both;
	padding: 0.5em 0 0.6em;
}
#upgrade-account div.form dt.label {
	width: 65px;
}
#upgrade-account div.form dd.field {
	width: 400px;
	font-size: 100%;
}
#upgrade-account div.form dd.field p {
	padding: 0.7em 0 0 6px;
}
#upgrade-account div.form div.buttons {
	margin-left: 100px;
}
#upgrade-account strong.alert {
	padding: 0 0 0 4px;
}
#upgrade-cheque div.form,
#upgrade-success div.form {
	border-top: 1px dashed #c9d2d2;
	border-bottom: 1px dashed #c9d2d2;
	margin: 0.5em 0 0.7em;
	padding: 0.5em 0 0;
}
#upgrade-cheque ol {
	color: #87969a;
}
#upgrade-cheque li p {
	padding: 1em 0 0.2em;
}
#upgrade-cheque li span {
	color: #474e50;
}
#upgrade-success h3 {
	padding-bottom: 0.7em;
}
#submit-order {
	text-align: center;
	padding: 80px 0 0;
}
#submit-order h2 {
	padding: 0 0 0.6em;
}
#submit-order p {
	font-size: 86%;
}
#submit-order input {
	font-size: 100%;
}
#emoticons ul {
	list-style-type: none;
	margin: 0.8em 0 1.5em;
	padding-left: 5px;
}
#emoticons li {
	white-space: nowrap;
	margin-bottom: 0.6em;
}
#emoticons li a {
	background: none;
}
#emoticons img {
	margin: 0 5px;
}
#emoticons p {
	font-size: 86%;
	padding: 0 0 0 60px;
}
#terms dl {
	width: 501px;
	margin: 0 0 0.5em;
}
#terms dl:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#terms dt {
	float: left;
	clear: both;
	width: 30px;
	font-size: 86%;
	font-weight: bold;
	color: #697f85;
	padding: 0.4em 0 0 10px;
}
#terms dd {
	float: right;
	width: 455px;
	line-height: 1.3em;
	padding: 0.2em 0 0.5em;
}
body#termsbox #terms dl {
	width: 368px;
}
body#termsbox #terms dd {
	width: 320px;
}
#terms ol,
#privacy ol {
	list-style-type: lower-alpha;
	font-size: 86%;
	font-weight: bold;
	color: #697f85;
	margin: -0.5em 0 0;
}
#terms ol.single,
#privacy ol {
	margin-bottom: 1.2em;
}
#terms li span,
#privacy li p {
	font-size: 116%;
	font-weight: normal;
	color: #474e50;
}
#terms div.footer,
#privacy div.footer {
	padding: 0.4em 0;
}
#terms p.close {
	font-size: 86%;
	padding: 0 0 2em 160px;
}
#privacy ol {
	list-style-type: decimal;
	margin-top: 0.3em;
}
#privacy li {
	margin-bottom: 0.8em;
}
#privacy li p {
	padding-bottom: 0.1em;
}
#privacy li strong {
	color: #697f85;
}
#browse ul {
	font-size: 86%;
	margin: 0 0 0;
	padding: 0;
}
#browse li {
	background: url(/images/icons/bullet.gif) no-repeat 5px 0.35em;
	list-style-type: none;
	margin: 0 0 0.7em;
	padding-left: 15px;
}
#online dt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #189ed4;
	margin: 0;
	padding: 0 0 0.2em;
}
#online dd {
	background: url(/images/icons/bullet.gif) no-repeat 0 45%;
	color: #697f85;
	margin: 0 0 0 10px;
	padding: 0 0 0.2em 10px;
}
#online dd.females {
	margin-bottom: 0.7em;
}
#links dl {
	font-size: 86%;
	margin: 0.3em 0 0.6em;
}
#links dt {
	background: url(/images/icons/bullet.gif) no-repeat 0 55%;
	padding: 0 0 0.2em 10px;
}
#links dd {
	padding: 0 0 0.8em 10px;
}
#message h3 {
	padding: 0.2em 0 0;
}

/* Styled forms
-------------------------------------------------- */
div.form,
div.textform,
table.wizard {
	width: 501px;
}
div.form div.header,
div.textform div.header {
	padding: 0 0 0.3em;
}
div.form div.header p,
div.textform div.header p {
	font-size: 86%;
}
div.form fieldset,
div.textform fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 0.6em;
}
div.form fieldset:after,
div.textform fieldset:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.form legend,
div.textform legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #189ed4;
	margin: 0;
	padding: 0 0 0.2em;
}
div.form p.info,
div.textform p.info {
	padding-bottom: 0.6em;
}
div.form dl.field,
div.textform dl.field {
	padding: 0.5em 0 0;
}
div.form dl.fields,
div.textform dl.fields {
	padding: 0.8em 0 0;
}
div.form dt.label,
div.textform dt.label {
	float: left;
	clear: both;
	width: 160px;
	text-align: right;
	font-size: 86%;
	font-weight: bold;
	color: #697f85;
	margin: 0 0 10px;
	padding: 0.2em 15px 0 0;
}
div.form dt.label span.info,
div.textform dt.label span.info {
	font-weight: normal;
}
div.form dd.field,
div.textform dd.field {
	float: right;
	width: 305px;
	text-align: left;
	font-size: 86%;
	color: #697f85;
	border-left: 1px solid #c9d2d2;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
div.textform dt.label {
	width: 100px;
}
div.textform dd.field {
	width: 365px;
}
div.form dd.field ul,
div.textform dd.field ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.form dd.field li,
div.textform dd.field li {
	white-space: nowrap;
	margin-bottom: 0;
}
div.form dd.field-full,
div.textform dd.field-full {
	clear: both;
	font-size: 86%;
	color: #697f85;
	padding: 0 0 10px;
}
div.form div.option-list,
div.textform div.option-list {
	padding: 0 0 1em 15px;
}
div.form div.option-text,
div.textform div.option-text {
	padding: 0.5em 0 0 15px;
}
div.form div.buttons,
div.form div.buttons-nav,
div.textform div.buttons,
div.textform div.buttons-nav {
	clear: both;
	text-align: left;
	margin: 0 0 0 195px;
}
div.form div.buttons-nav,
div.textform div.buttons-nav {
	margin-left: 117px;
}
div.textform div.buttons {
	margin-left: 135px;
}
div.form div.buttons-full,
div.textform div.buttons-full {
	clear: both;
	text-align: center;
}
div.form div.buttons input,
div.form div.buttons-nav input,
div.form div.buttons-full input,
div.textform div.buttons input,
div.textform div.buttons-nav input,
div.textform div.buttons-full input {
	font-size: 78%;
	margin: 0 0 0.6em;
}
div.form div.buttons p,
div.form div.buttons-nav p,
div.form div.buttons-full p,
div.textform div.buttons p,
div.textform div.buttons-nav p,
div.textform div.buttons-full p {
	font-size: 86%;
}
div.editor,
div.texteditor {
	background-color: #e6ecec;
	padding: 4px;
}
div.editor:after,
div.texteditor:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.editor div.input,
div.texteditor div.input {
	float: left;
	width: 425px;
}
div.editor div.emoticons,
div.texteditor div.emoticons {
	float: right;
	width: 62px;
	background-color: #f2f6f6;
	text-align: center;
	border: 1px solid #c9d2d2;
	margin: 29px 1px 0 0;
	padding: 4px 0;
}
div.texteditor div.emoticons {
	margin-top: 28px;
}
div.editor div.emoticons ul,
div.texteditor div.emoticons ul {
	list-style-type: none;
	text-align: left;
	margin: 0.6em 0 0.2em;
	padding-left: 4px;
}
div.editor div.emoticons li,
div.texteditor div.emoticons li {
	margin-bottom: 0.3em;
}
div.editor div.emoticons li a,
div.texteditor div.emoticons li a {
	background: none;
}
div.editor div.emoticons img,
div.texteditor div.emoticons img {
	margin: 0 0 0 6px;
}
div.editor div.emoticons p,
div.texteditor div.emoticons p {
	font-size: 91%;
	padding-bottom: 0;
}

/* Styled form fields
-------------------------------------------------- */
div.text,
div.text-hover,
div.text-small,
div.text-small-hover,
div.text-tiny,
div.text-tiny-hover {
	width: 236px;
	height: 15px;
	background: url(/images/text_bg.gif) no-repeat top left;
	margin: 0;
	padding: 4px 8px;
}
div.text-small,
div.text-small-hover {
	width: 106px;
	background: url(/images/text_small_bg.gif) no-repeat top left;
}
div.text-tiny,
div.text-tiny-hover {
	width: 46px;
	background: url(/images/text_tiny_bg.gif) no-repeat top left;
}
#login div.text,
#login div.text-hover {
	width: 115px;
	background: url(/images/login_text_bg.gif) no-repeat top left;
}
div.text-hover,
div.text-small-hover,
div.text-tiny-hover,
#login div.text-hover {
	background-position: 0 -35px;
}
div.text input,
div.text-hover input,
div.text-small input,
div.text-small-hover input,
div.text-tiny input,
div.text-tiny-hover input {
	width: 237px;
	background: #fff url(/images/text_field_bg.gif) repeat-x top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #2e3e45;
	border: none;
	margin: 0;
	padding: 0;
}
div.text-small input,
div.text-small-hover input {
	width: 107px;
}
div.text-tiny input,
div.text-tiny-hover input {
	width: 47px;
}
#login div.text input,
#login div.text-hover input {
	width: 115px;
	background-position: -1px 0;
}
div.textarea,
div.textarea-hover,
div.textarea-small,
div.textarea-small-hover,
div.textarea-tiny,
div.textarea-tiny-hover {
	width: 336px;
	height: 125px;
	background: url(/images/textarea_bg.gif) no-repeat top left;
	margin: 0;
	padding: 4px 8px;
}
div.textarea-small,
div.textarea-small-hover {
	height: 75px;
	background: url(/images/textarea_small_bg.gif) no-repeat top left;
}
div.textarea-tiny,
div.textarea-tiny-hover {
	height: 50px;
	background: url(/images/textarea_tiny_bg.gif) no-repeat top left;
}
div.textarea-hover {
	background-position: 0 -145px;
}
div.textarea-small-hover {
	background-position: 0 -95px;
}
div.textarea-tiny-hover {
	background-position: 0 -70px;
}
div.textarea textarea,
div.textarea-hover textarea,
div.textarea-small textarea,
div.textarea-small-hover textarea,
div.textarea-tiny textarea,
div.textarea-tiny-hover textarea {
	width: 337px;
	height: 123px;
	background: #fff url(/images/textarea_field_bg.gif) repeat-x top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #2e3e45;
	border: none;
	margin: 0;
	padding: 0;
}
div.textarea-small textarea,
div.textarea-small-hover textarea {
	height: 73px;
}
div.textarea-tiny textarea,
div.textarea-tiny-hover textarea {
	height: 48px;
}
div.file input {
	width: 270px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #2e3e45;
}
#quicksearch select {
	font-size: 110%;
	background-color: #c6cccd;
}
input.button,
input.button-hover,
input.button-cancel,
input.button-cancel-hover,
input.button-back,
input.button-back-hover,
input.button-big,
input.button-big-hover,
input.button-small,
input.button-small-hover,
a.button,
a.button-disabled {
	width: 70px;
	height: 23px;
	background: #e2428c url(/images/button_bg.gif) no-repeat top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0 19px 0 0;
}
input.button-cancel,
input.button-cancel-hover {
	background: #929292 url(/images/button_cancel_bg.gif) no-repeat top left;
}
input.button-back,
input.button-back-hover {
	background: #e2428c url(/images/button_back_bg.gif) no-repeat top left;
	padding: 0 0 0 19px;
}
input.button-big,
input.button-big-hover {
	width: 84px;
	background: #e2428c url(/images/button_big_bg.gif) no-repeat top left;
}
input.button-small,
input.button-small-hover {
	width: 55px;
	background: #e2428c url(/images/button_small_bg.gif) no-repeat top left;
}
#login input.button,
#login input.button-hover {
	width: 60px;
	background: #e2428c url(/images/login_button_bg.gif) no-repeat top left;
	padding: 0 16px 0 0;
}
#quicksearch input.button,
#quicksearch input.button-hover {
	width: 70px;
	background: #e2428c url(/images/quicksearch_button_bg.gif) no-repeat top left;
	padding: 0 19px 0 0;
}
a.button,
a.button-disabled {
	float: left;
	width: 84px;
	background: #e2428c url(/images/link_button_bg.gif) no-repeat top left;
	text-indent: 8px;
	line-height: 22px;
	padding: 0;
}
a.button-disabled {
	background: #929292 url(/images/link_button_disabled_bg.gif) no-repeat top left;
	color: #ddd;
}
a.button:link,
a.button:visited {
	color: #fff;
}
input.button-hover,
input.button-cancel-hover,
input.button-back-hover,
input.button-big-hover,
input.button-small-hover,
#login input.button-hover,
#quicksearch input.button-hover,
a.button:hover {
	background-color: #f859a2;
	background-position: 0 -25px;
	cursor: pointer;
}
input.button-cancel-hover,
input.button-back-hover {
	background-color: #a8a8a8;
}
