/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html{
    font-size:100.01%;
}
body{
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
    background:#ECECEC;
    padding:0;
    margin:0;
    font-size:62.5%;
    text-rendering: optimizeLegibility;
}

*{
    -moz-outline-style: none;
    outline:none;
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration:none;
    word-wrap:break-word;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition-property: color 0.3s ease-in-out;
}

*:focus{
    -moz-outline-style: none;
    outline:none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#EC2282;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {}
dl dt {}
dd {}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
hr {height: 0px; border-top:1px solid #ccc; background: #fff;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.error-msg {background:none repeat scroll 0 0 #FBE3E4; border:2px solid #FBC2C4; color:#8A1F11; margin-bottom:1em; padding:0.4em;}

input {
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-size:1.2em;
	-moz-box-shadow:1px 2px 1px #ECECEC inset;
	border:1px solid #D8D8D8;
	}

input:focus {
	border-color:#F70073;
	}

button:focus { 
    outline: none; 
}

button::-moz-focus-inner { border: 0; }

textarea {
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
}

textarea.expanded {
    height: 66px !important;
}

a img {
    border:1px solid rgba(255,255,255,0);
}

a img:hover {
    border:1px solid #f70073;
    border-color:rgba(247,0,115,0.65);
}

a:focus, a:active{
    outline:none;
}

ul, form, textarea, select, input{
    margin:0;
    padding:0;
}

img {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -moz-transition-property: opacity 0.3s ease-out;
}

img:hover {
    opacity:0.90;
}

.clear{
    clear:both;
}

.fleft{
    float:left;
}

.fright{
    float:right;
}

.ajax-loading, .ui-dialog.ajax-loading {
	min-height:100px;
	min-width:100px;
	background:transparent url(../images/ajax_loader.gif) center center no-repeat;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
    margin: 0;
}

ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

/*button{
    color:#000;
    text-shadow:0 1px #fff;
    height:28px;
    line-height:28px;
    font-size:1.1em;
    font-weight:700;
    margin:0;
    padding:0;
    background:url(../images/btn_bg.png) top left repeat-x;
    border:none;
    border-right:1px solid #bcbcbc;
    border-left:1px solid #bcbcbc;
    padding:0 15px;
    cursor:pointer;
    outline:none;
}

button:active, button:focus, button::-moz-focus-inner{
    outline: none;
    -moz-outline-style: none;
}*/



button,a.button,input.button {
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	display: inline-block;
	min-height: 35px;
	margin: 5px;
	padding: 7px 12px;
	border: 1px solid #b60056;
	border-bottom-color: #940046;
	color: white;
	font-size: 1.2em;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Background*/
	background: url('../images/btn_generic_bg.png') repeat-x #c1005b; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ff81bd),
					color-stop(1, #c1005b)
				);
	background: -moz-linear-gradient(
					center top,
					#ff81bd 20%,
					#c1005b 100%
				);
	background: gradient(
					center top,
					#ff81bd 20%,
					#c1005b 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

button:hover,
button.hover,
button.active,
a.button:hover,
input.button:hover {
	/*Background*/
	background: #d91471; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ee569e),
					color-stop(1, #a5004e)
				);
	background: -moz-linear-gradient(
					center top,
					#ee569e 20%,
					#a5004e 100%
				);
	cursor:pointer;
}

button:active,
button.active
a.button:active,
input.button:active {
	border-color: #940046;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

button.inactive,
a.button.inactive,
input.button.inactive {
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;
	
	/*Background*/
	background: #98044a; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #f3f3f3),
					color-stop(1, #e6e6e6)
				);
	background: -moz-linear-gradient(
					center top,
					#f3f3f3 20%,
					#e6e6e6 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
						0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
}

button.disabled
a.button.disabled
input.button.disabled {
    color:hsla(0,0%,100%,.7);
}

textarea.message{
    font-size:1.4em;
    padding:5px;
    border:1px solid #D8D8D8;
    background:url("../images/shadow_textbox.png") repeat-x scroll left top transparent;
}

textarea.abuse {
	height:150px;
	width:467px;
	font-size: 1.2em;
}

.abuse button.send {
	float:left;
	margin-left:0;
}

.abuse button.cancel-window {
	float:left;
}


textarea.message.empty, textarea.empty{
    color:#ccc;
    font-weight:700;
}

:focus { -moz-outline-style: none; }

.delete{
    background:url(../images/delete_normal.png) top left no-repeat;
    height:22px;
    width:22px;
    display:block;
    text-indent:-9999px;    
}

.delete:hover, .delete.hover{
    background:url(../images/delete_hover.png) top left no-repeat;
    cursor:pointer;
    display:block;
    height:22px;
    width:22px;
}

.ui-dialog.no-close-button .ui-dialog-titlebar {
	display:none;
}

.ui-dialog .ui-dialog-content.default-content {
	padding-top:25px;
	text-align:center;
}

#container{
    width:980px;
    margin:10px auto;
    padding:0;
}

#header{
    height:60px;
    background:url('../images/header_bg.png') no-repeat scroll left top transparent;
    width:978px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
}

#header .logo{
    float:left;
    margin-left:18px;
}

#header .logo a{
    display:block;
    text-indent:-9999px;
    background:url(../images/logo.png) top left no-repeat;
    width:133px;
    height:60px;
}

#header .user-info{
    float:left;
    height:40px;
    margin:10px 0 0 35px;
}

#header .user-info .image{
    float:left;
}

#header .user-info .edit{
    float:left;
    color:#fff;
    text-shadow:0 -1px #000;
    margin-left:10px;
}

#header .user-info .edit span{
    font-size:1.1em;
    font-weight:normal;
}

#header .user-info .edit a{
    font-size:1.8em;
    font-weight:normal;
    color:#fff;
    display:block;
}

#header .menu{
    float:right;
}

#header .menu ul{
    list-style-type:none;
}

#header .menu ul li{
    float:left;
    padding:0;
    margin:15px 0 5px 5px;
}

#header .menu ul li.last{
    background:none;
    padding-right:0;
}

#header .menu ul li a {
    color:#fff;
    font-size:1.8em;
    line-height:32px;
    padding:0 10px 4px;
    display:block;
    text-shadow:#000 0 -1px;
	height: 30px;
}

#header .menu ul li a.last {
	margin-right:5px;
}

#header .menu ul li a:hover, #header .menu ul li a.current {
	background: #c1005b; /*Fallback*/
	background: url('../images/bg_menu_selected.png') repeat-x;
    text-shadow:#bb0058 0 -1px;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#header .menu ul li.last a:hover, #header .menu ul li.last a.current {
}

#header .menu ul li a.current{
    
}

.pagination {
	margin-bottom: 5px;
	clear:both;
}

#matches-all .pagination {
	margin:0 10px 20px 10px;
}

#youViewed-all .pagination {
	margin:0 10px 20px 10px;
}

.pagination ul {
    width:100%;
    text-align:center;
	min-height:21px;
}

.pagination ul li {
    display:inline-block;
}

.pagination ul li.first {
    display:none;
}

.pagination ul li.last {
    display:none;
}

.pagination ul li a {
    display:inline-block;
    height:14px;
    width:15px;
    line-height:20px;
    background:#f3f3f3;
    text-align:center;
    color:#000;
    font-weight:700;
    margin:0 2px;
    padding:0 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #999;
}

.pagination ul li a:hover {
    background: #fa0074;
    border-color: #b80055;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #900044;
    position: relative;      
}


.pagination ul li.previous {
    float:left;
}

.pagination ul li.previous a {
    width:auto;
    border:none;
    color:#000;
    text-shadow:0 1px #f3f3f3;
    background:url(../images/prevnext_img.png) left -13px no-repeat;
    padding-left:15px;
    margin-right:8px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;    
}

.pagination ul li.previous a:hover {
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;  
}

.pagination ul li.next {
    float:right;
}

.pagination ul li.next a {
    background:url(../images/prevnext_img.png) right 4px no-repeat;
    margin-right:8px;
    padding-right:15px;
    width:auto;
    border:none;
    color:#000;
    text-shadow: 0 1px #f3f3f3;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.pagination ul li.next a:hover {
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;  
}

.pagination ul li.previous.hidden a {
    background-position:left -48px;
	text-shadow:0 1px #e9e9e9;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	color:#c4c4c4;
}

.pagination ul li.previous.hidden a:hover {
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.pagination ul li.next.hidden a {
    background-position:right -30px;
	text-shadow:0 1px #e9e9e9;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	color:#c4c4c4;    
}

.pagination ul li.selected {

}

.pagination ul li.selected a {
    background:none;
	color:#000;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}

.pagination ul li.selected a:hover {
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
}


#wrapper{
    background:url('../images/header_bg.png') no-repeat scroll left top #222;
    margin-top:5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    padding:5px;
    overflow:hidden;
}

#wrapper h1{
    margin:0;
    padding:0;
    font-size:1.8em;
    color:#fff;
    float:left;
    margin-bottom:17px;
}

#wrapper .one-column {
	background: #fff url('../images/box_generic_bg.png') bottom repeat-x;
    padding:10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
    float:left;
    min-height: 200px;
    width:950px;
}

#wrapper .one-column h1{
    color:#000;
	width:100%;
}

#wrapper .left-side{
    width:532px;
    float:left;
    margin:0;
}

#wrapper .left-side .ui-tabs .ui-widget-content{
    padding:10px 10px 8px 10px;
    min-height:1450px;
	background: #fff url('../images/box_generic_bg.png') bottom repeat-x;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.profilesList {
	font-size: 1.3em;
}

.profilesList a span.name {
	font-size: 16px;
	display: block;
	color:#EC2282;
}

.profilesList a span.name:hover {
	color:#000;
}

.profilesList span.no-pictures {
	display: inline-block;
	background: url('../images/icon_photo.png') no-repeat 4px -1px;
	color:#9e9e9e;
	font-size: 0.9em;
	float:right;
	text-align: right;
	width: 30px;
	font-weight: 700;
	line-height: 1.5;
}

.profilesList ul li.profile-search-info {
	display: inline-block;
	width: 150px;
	padding: 6px 14px 8px 14px;
	margin:0 8px 10px 0;
	border:1px solid #d7d7d7;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-border-radius:6px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -moz-transition-property: -moz-box-shadow 0.3s ease-in-out;  
    -o-transition: -o-box-shadow 0.3s ease-in-out;
}

.profilesList ul li.profile-search-info:hover {
	border:1px solid #bbb;
	-webkit-box-shadow: 0 0 10px #c5c5c5;
	-moz-box-shadow: 0 0 10px #c5c5c5;
	box-shadow: 0 0 10px #c5c5c5;
}

.profilesList ul li.profile-search-info.last {
	margin:0;
}


.profilesList ul li.profile-search-info .short-info {
	font-size: 0.9em;
	margin:0 0 5px 0;
}

.profilesList ul li.profile-search-info .short-info .online {
	background: #29da11;
	float:right;
	height:6px;
	width: 6px;
	border:1px solid #44f72c;
	border-bottom:1px solid #15a302;
	border-right:1px solid #15a302;
	margin-top:9px;
}

.profilesList .profiles {
	
}

#profile-search-form {
	font-size: 1.1em;
	background: #fff;
	padding:10px 10px 0 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;		
}

#profile-search-form #searchContainer {
	background: #f8f8f8;
	border:1px solid #d7d7d7;
	padding: 6px 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#profile-search-form #searchContainer li {
	height: 50px;
	min-height: 50px;
	border-right:1px solid #d7d7d7;
	padding:0 15px 0 0;
	margin:0 24px 0 0;
}

#profile-search-form #searchContainer li select,input {
	margin:0 0 5px 0;
}

#profile-search-form #searchContainer li label {
	display: inline-block;
	width: 58px;
	line-height: 1.5;
}

#profile-search-form #searchContainer li label.title {
	font-weight: 700;
}

#profile-search-form #searchContainer li.search-i-am label.title {
	width: 37px;
	line-height: 1.2em;
}

#profile-search-form #searchContainer li.search-in label.title {
	width: 34px;
}

#profile-search-form #searchContainer li.search-looking-for label {
	width: 38px;
}

#profile-search-form #searchContainer li.search-looking-for label.title {
	width: 70px;
}

#profile-search-form #searchContainer li.search-ages label {
	width: 34px;
}

#profile-search-form #searchContainer li.search-who-are label {
	width: 70px;
}

#profile-search-form #searchContainer li.search-who-are label.title {
	width: 50px;
}

#profile-search-form #searchContainer li.search-button {
	border-right:none;
	padding:0;
	margin:0;
}

.profilesList li div.location {
	font-size:1em;
	color: #aaaaaa;
	margin-top:5px;
}

.profilesList .profile-newMembers-info {
	float:left;
	text-align: center;
	margin:0 7px 10px 0;
}

.profilesList .profile-newMembers-info div.image a {
	display: block;
}

.profilesList .profile-newMembers-info span.name {
	display: inline;
	margin-right:3px;
}

.profilesList .profile-newMembers-info .online {
	background: #29da11;
	height:6px;
	width: 6px;
	border:1px solid #44f72c;
	border-bottom:1px solid #15a302;
	border-right:1px solid #15a302;
	margin-top:9px;
	display: inline-block;
}

.profilesList .profile-newMembers-info.last {
	margin:0;
}

.profilesList .profile-onlineMembers-info {
	float:left;
	text-align: center;
	margin:0 7px 10px 0;
}

.profilesList .profile-onlineMembers-info div.image a {
	display: block;
}

.profilesList .profile-onlineMembers-info span.name {
	display: inline;
	margin-right:3px;
}

.profilesList .profile-onlineMembers-info .online {
	background: #29da11;
	height:6px;
	width: 6px;
	border:1px solid #44f72c;
	border-bottom:1px solid #15a302;
	border-right:1px solid #15a302;
	margin-top:9px;
	display: inline-block;
}

.profilesList .profile-onlineMembers-info.last {
	margin:0;
}

.messages-list{
    margin:0;
    float:left;
}

.messages-list ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.messages-list ul li{
    margin-bottom:5px;
    overflow:hidden;
    width:100%;
}

.messages-list ul li{
    margin-bottom:5px;
    overflow:hidden;
    width:100%;
}

.messages-list ul li .image {
    float:left;
    height:102px;
    width:102px;
}

.messages-list ul li .image a {
    display: block;
    height: 102px;
    width: 102px;
}

.messages-list ul li .message {
    background:transparent url(../images/bubbles.png) no-repeat 0 -250px;
    float:right;
    margin-left:-1px;
    width:369px;
    font-size:1em;
    text-shadow:none;
    line-height:1.4;
    padding: 8px 10px 3px 18px;
}

.messages-list ul li .message.dashboard {
	min-height:82px;
}

.messages-list ul li .message.new {
    background-position:0 0;
}

.messages-list ul li .message-footer {
    background:transparent url(../images/bubbles.png) no-repeat left bottom;
    width:397px;
    height:4px;
    float:right;
}

.messages-list ul li .message-footer.new {
    background-position:0 -246px;
}

.messages-list ul li .message .header{
    
}

.messages-list ul li .message .header .name {
	color:#ec2282;
    font-size: 1.2em;
}

.messages-list ul li .message .header .name:hover {
    color: #000;
}

.messages-list ul li .message .header .info {
    color:#aaaaaa;
    font-size:1.1em;
}

.messages-list ul li .message .header .report-user{
    margin-left:5px;
    font-size:1.1em;
    font-weight:normal;
}

.messages-list ul li .message .header .report-user a{
    color:#b8b8b8;
}

.messages-list ul li .message .header .when{
    float:right;
    color:#b8b8b8;
    font-size:1.1em;
    font-weight:normal;
    margin:1px 0 0 0;
}

.messages-list ul li .message .header .delete{
    position:relative;
    float:right;
    margin:0 -5px 0 5px;
}

.messages-list ul li .message .content{
    font-size:1.2em;
    font-weight:normal;
    line-height:1.3;
}

.messages-list ul li .message .content p{
    margin:0;
    padding:0;
}

.messages-list ul li .message .content .show-more a{
    font-weight:700;
    font-size: 0.900em;
}

.messages-list ul li .message .content .message-read-more {
    font-weight:700;
}

.messages-list ul li .message .content .message-read-more:hover {
    color:#ec2282;
}

.messages-list ul li .message .content .message-new-flag {
    width:34px;
    background:#f70073;
    display:block;
    margin-top:37px;
    float:right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity:1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;  
}

.messages-list ul li .message textarea{
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-size:1.2em;
    border:none;
    background:transparent !important;
    width:100%;
    padding:0;
    overflow:visible;
    display:block;
    height:35px;
}

.messages-list ul li .message textarea.expanded {
	height:150px !important;
}

.messages-list ul li.show-more-messages button{
    width:100%;
    margin-top:10px;
    background:url(../images/btn_bg_2.png) top left repeat-x;
    height:38px;
    font-size:1.2em;
}

.messages-list ul li.show-more-messages button.loading{
    background:url(../images/ajax.gif) center center no-repeat;
    border:1px solid #BCBCBC;
    text-indent:-9999px;
}

.messages-list ul li.write .image{
    /*background:url(../images/tooltip_conversation_shadow.png) right 10px no-repeat;*/
}

.messages-list ul li.write .message{
    /*background:url(../images/shadow_textbox.png) top left repeat-x; */
}

.messages-list ul li .other{
    float:left;
	clear:left;
	margin:5px 0 15px 65px;
}

.messages-list .no-messages {
    text-align: center;
    width: 510px;
    margin:20px 0 0 0;
}

.messages-list .no-messages {
    font-size: 1.6em;
}

/* Updates dashboard */

.updates-list{
    margin:0;
    float:left;
}

.updates-list ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.updates-list ul li{
    margin-bottom:5px;
    overflow:hidden;
    width:100%;
}

.updates-list ul li{
    margin-bottom:5px;
    overflow:hidden;
    width:100%;
}

.updates-list ul li .image {
    float:left;
    height:50px;
    width:50px;
}

.updates-list ul li .message{
    background:transparent url(../images/bubbles_updates.png) no-repeat 0 -250px;
    float:right;
    margin-left:-1px;
    width:420px;
    font-size:1em;
    text-shadow:none;
    line-height:1.4;
    padding: 5px 10px 3px 18px;
}

.updates-list ul li .message.new {
    background-position:0 0;
}

.updates-list ul li .message-footer {
    background:transparent url(../images/bubbles_updates.png) no-repeat left bottom;
    width:448px;
    height:4px;
    float:right;
}

.updates-list ul li .update-input {
	background:transparent url(../images/bubbles_updates_input.png) no-repeat;
}

.updates-list ul li .update-input-footer {
	background:transparent url(../images/bubbles_updates_input.png) no-repeat left bottom;
}

.updates-list ul li .message-footer.new {
    background-position:0 -246px;
}

.updates-list ul li .message .header{
    height:19px;
}

.updates-list ul li .message .header .name {
	color:#ec2282;
    font-size: 1.2em;
}

.updates-list ul li .message .header .name:hover {
    color: #000;
}

.updates-list ul li .message .header .info {
    color:#aaaaaa;
    font-size:1.1em;
}

.updates-list ul li .message .header .report-user{
    margin-left:5px;
    font-size:1.1em;
    font-weight:normal;
}

.updates-list ul li .message .header .report-user a{
    color:#b8b8b8;
}

.updates-list ul li .message .header .when{
    float:right;
    color:#b8b8b8;
    font-size:1.1em;
    font-weight:normal;
    margin:1px 0 0 0;
}

.updates-list ul li .message .header .delete{
    position:relative;
    float:right;
    margin:0 -5px 0 5px;
}

.updates-list ul li .message .content{
    margin:1px 0;
    font-size:1.2em;
    font-weight:normal;
    line-height:1.3;
}

.updates-list ul li .message .content p{
    margin:0;
    padding:0;
}

.updates-list ul li .message .content .show-more a{
    font-weight:700;
    font-size: 0.900em;
}

.updates-list ul li .message .content .message-read-more {
    font-weight:700;
}

.updates-list ul li .message .content .message-read-more:hover {
    color:#ec2282;
}

.updates-list ul li .message .content .message-new-flag {
    width:34px;
    background:#f70073;
    display:block;
    margin-top:37px;
    float:right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity:1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;  
}

.updates-list ul li .message textarea{
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-size:1.2em;
    border:none;
    background:transparent !important;
    width:100%;
    padding:0;
    overflow:visible;
    display:block;
    margin-top:5px;
    height: 33px;
}

.updates-list ul li.show-more-messages button{
    width:100%;
    margin-top:10px;
    background:url(../images/btn_bg_2.png) top left repeat-x;
    height:38px;
    font-size:1.2em;
}

.updates-list ul li.show-more-messages button.loading{
    background:url(../images/ajax.gif) center center no-repeat;
    border:1px solid #BCBCBC;
    text-indent:-9999px;
}

.updates-list ul li.write .image{
    /*background:url(../images/tooltip_conversation_shadow.png) right 10px no-repeat;*/
}

.updates-list ul li.write .message{
    /*background:url(../images/shadow_textbox.png) top left repeat-x; */
}

.updates-list ul li .other{
    float:left;
	margin:5px 0 15px 67px;
}

.left-chars-counter {
	float:right;
	margin:15px 0 0 0;
	font-weight:bold;
	font-size:1.8em;
	color: #ccc;
	font-family: Georgia;
}

.left-chars-counter.counter-error-length {
	color:#EC2282;
}

.updates-list .no-messages {
    text-align: center;
    width: 510px;
    margin:20px 0 0 0;
}

.updates-list .no-messages {
    font-size: 1.6em;
}

/* End updates dashboard */


.wide-messages ul li .image {
	width:50px;
	height:50px;
}

.wide-messages ul li .message {
	width:528px;
    background:transparent url(../images/bubbles_profile.png) no-repeat 0 -250px;
}

.wide-messages ul li .message-footer {
	width:556px;
	background:transparent url(../images/bubbles_profile.png) no-repeat left bottom;
}

.messages-list ul li .message-input {
	background:transparent url(../images/bubbles_profile_input.png) no-repeat;
}

.messages-list ul li .message-input-footer {
	background:transparent url(../images/bubbles_profile_input.png) no-repeat left bottom;
}

#wrapper .right-side{
    float:right;
    margin:0 0 0 5px;
    width:428px; 
}

#wrapper .right-side .container{
    margin-bottom:10px;
}

#wrapper .right-side .container .ui-widget-content{
    padding:5px;
    padding-right:0;
	background: #fff url('../images/box_generic_bg.png') bottom repeat-x;
	min-height: 308px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

#wrapper .right-side .container ul.profiles{
    margin:0;
    padding:0;
    list-style-type:none;
}

#wrapper .right-side .container ul.profiles li{
    float:left;
    margin-right:3px;
    margin-bottom:8px;
	width:102px;
	height:138px;
	overflow:hidden;
}

#wrapper .top-side ul.profiles li{
    float:left;
    margin-right:5px;
    margin-bottom:8px;
}

#wrapper .right-side .container ul.profiles li a {
    display:block;
    width:100px;
    min-height:100px;
}


#wrapper .right-side .container ul.profiles li .name{
    text-align:center;
    display:block;
    color: #ec2282;
    font-size: 1.2em;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition-property: color 0.3s ease-out;      
}

#wrapper .right-side .container ul.profiles li .name:hover {
    color:#000;
}

#wrapper .right-side .container ul.profiles li .info {
	font-weight: normal;
	color:#aaaaaa;
	font-size:1em;
}

#wrapper .right-side .container ul.profiles li .info:hover {
	color:#aaaaaa;
}

#wrapper .right-side .container ul.profiles li span.online{
    background:url(../images/online.png) top left no-repeat;
    display:block;
    text-indent:-9999px;
    float:left;
}

#wrapper .right-side .simple{
    background: #fff url('../images/box_generic_bg.png') bottom repeat-x;
    -moz-border-radius:6px 6px 0 0;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-radius:6px 6px 0 0;
    padding:5px;
    padding-right:0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

#wrapper .right-side .simple .header{
    width:100%;
    height:40px;
    line-height:40px;
}

#wrapper .right-side .simple .header h3.title{
    font-size: 1.8em;
    text-shadow:none;
    margin: 10px 0 0 5px;
    padding:0;
    float:left;
    margin-left:5px;
}

#wrapper .right-side .show-all{
    float:right;
    margin-top:0;
    margin-right:10px;
    color:#000;
    font-weight:700;
    font-size: 1.1em;
    position:absolute;
    z-index:100;
}

#wrapper .right-side .header .show-all {
	position:relative;
}

#wrapper .right-side .tabs .show-all{
    color:#b6b6b6;
    text-shadow:none;
    margin:-34px 0px 0px 350px;
}

#wrapper #youViewed .show-all{
    float:left;
    margin-left:140px;
}

#wrapper #matches .show-all{
    float:left;
    margin-left:140px;
}

#footer{
    margin:10px 0 15px 0;
    width:auto;
    text-align:center;
}

#footer .menu{
    margin-bottom:10px;
}

#footer .menu ul{
    list-style-type:none;
    margin:0;
    padding:0;
    left:50%;
    position:relative;
    float:left;
}

#footer .menu ul li{
    display:block;
    float:left;
    position:relative;
    right:50%;
    margin:0 5px;
}

#footer .menu ul li a{
    color:#61605c;
    font-weight:700;
    text-shadow:#fff 0 1px;
    display:block;
    text-align:center;
    font-size:1.1em;
}

#footer .copyright{
    color:#afad9e;
    text-shadow:#fff 0 1px;
    font-size:1.1em;
    margin-bottom:5px;
}

#footer .legal-notice{
    color:#afad9e;
    text-shadow:#fff 0 1px;
    font-size:1em;
}


::-moz-selection {
    color: #fff;
    color: rgba(255,255,255,.85);
    background: #ec2282;
    }
::selection {
    color: #fff;
    color: rgba(255,255,255,.85);
    background: #ec2282;
    }

.match-message-text {
	font-size:1.6em;
	position: relative;
	margin-top:14px;
	display:block;
}

.mutual-like {
	margin-top:15px;
	margin-bottom:10px;
	font-size:1.8em;
	color:#F80072;
}

.ignored {
	margin-top:14px;
	margin-bottom:10px;
	font-size:1.8em;
}

.receiver-text {
	margin-top: -4px;
}


/* Search */

#searchContainer {background:#fff;overflow:hidden}
#searchContainer li {display:inline-block;padding:3px;vertical-align:text-top}
#searchContainer .title {line-height:20px;vertical-align:text-bottom}
#searchContainer .search-looking-for {}
#searchContainer .search-looking-for label {}
#searchContainer .search-looking-for input {}
#searchContainer .search-looking-for span {float:right; display: block;}
#searchContainer .search-who-are span {float:right; display: block;}
#searchContainer .search-in select {width:140px}
#searchContainer .search-near input {width:140px}
#searchContainer .search-ages label {display:inline-block;min-width:25px}
#searchContainer .search-ages select {}
#wrapper .one-column div.no-results {text-align: center;}
#wrapper .one-column div.no-results span {font-size: 18px; font-weight: 700;}

/* Registration */

#registerForm {
	}

#registerForm button, #signinForm button {
	margin: 0;
	margin-top:10px;
	}
	
#registerForm dt, #signinForm dt {
	font-size: 1.2em;
	}
	
#registerForm input, #signinForm input {
	font-size: 1.6em;
	font-weight: 700;
	}

#registerForm input.email-address, input.password {
	width: 271px;
	padding: 6px 2px;
	}

#signinForm input.username, input.password {
	width: 271px;
	padding: 6px 2px;
	}

#registerForm input.birthday {
	width: 96px;
	padding: 6px 2px;
	}

#registerForm p.error-msg, #signinForm p.error-msg {
	padding:.4em;
	margin-bottom:1em;
	border:2px solid #FBC2C4;
	background:#FBE3E4;
	color:#8a1f11;
	}

#registerForm a.terms {
	border-bottom: 1px solid #ccc;	
	}

#registerForm a.terms:hover {
	text-decoration: none;
	color: #F70073;	
	}

#registerForm dt.birthday {
	margin-top:5px;
	}
	
#registerForm dt.agree {
	margin:20px 0 10px 0;
	}	

/* Matches -> Show all, Requests -> Show all */
#matches-all ul.profiles, #requests-all ul.profiles, #requested-all ul.profiles {
	padding:10px 0 0 12px;
}

#matches-all ul.profiles li, #requests-all ul.profiles li, #requested-all ul.profiles li {
	float:left;
	margin:0 7px 10px 0;
}

#matches-all .info, #requests-all .info, #requested-all .info {
	text-align:center;
}

#matches-all a.name, #requests-all a.name, #requested-all a.name {
	color:#EC2282;
	font-size:16px;
}

#matches-all a .online, #requests-all a .online, #requested-all a .online {
	background:none repeat scroll 0 0 #29DA11;
	border-color:#44F72C #15A302 #15A302 #44F72C;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	height:6px;
	margin-top:9px;
	width:6px;
}

#matches-all .location, #requests-all .location, #requested-all .location {
	text-align:center;
}


/* You viewed -> Show all, Viewed you -> Show all */
#youViewed-all ul.profiles, #viewedYou-all ul.profiles {
	padding:10px 0 0 12px;
}

#youViewed-all ul.profiles li, #viewedYou-all ul.profiles li {
	float:left;
	margin:0 7px 10px 0;
}

#youViewed-all .info, #viewedYou-all .info {
	text-align:center;
}

#youViewed-all a.name, #viewedYou-all a.name {
	color:#EC2282;
	font-size:16px;
}

#youViewed-all a .online, #viewedYou-all a .online {
	background:none repeat scroll 0 0 #29DA11;
	border-color:#44F72C #15A302 #15A302 #44F72C;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	height:6px;
	margin-top:9px;
	width:6px;
}

#youViewed-all .location, #viewedYou-all .location {
	text-align:center;
}



.cancel-window {
	float:left;
	color:#aaa !important;
	font-size:1em;
	display:block;
}

.cancel-window.simple {
	float:right;
	margin:20px 5px 0 0;
}

.cancel-window:hover {
	color:#666 !important;
}

li.show-more-messages {
	background: url(../images/btn_bg_2.png) repeat-x;
	border:1px solid #ccc;
	height:36px;
	font-weight: 700;
	font-size:1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

li.show-more-messages:active {
	background: url(../images/btn_bg_2_active.png) repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #EEE;
	-webkit-box-shadow: inset 0 0 2px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 2px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 2px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

li.show-more-messages a {
	display:block;
	text-align:center;
	padding:10px;
}

li.show-more-messages a.loading span {
	display:none;
}

li.show-more-messages a.loading {
	display:block;
	background: url(../images/ajax.gif) no-repeat center 10px;
	height:28px;
}

li.update-type-1 {
}

li.update-type-2 {
}

li.update-type-3 {
}

.sign-up-header {
	font-size:1.4em;
	color:#fff;
	margin:9px 0 0 20px;
	float:left;
}

.sign-up-header a.button {
	min-height: 10px !important;
	font-size: 1.1em;
}

#feedback-badge {
	display:none;
	background: url('../images/feedback.png') no-repeat;
	width:62px;
	height: 124px;
	margin-left:-25px;
}

#feedback-badge:hover {
	margin-left:-23px;
}

#feedback-badge:active {
	margin-left:-27px;
}

#feedback-badge span {
	display: none;
}

#feedbackForm h4 {
	font-size: 1.1em;
	font-weight: 700;
	margin-top:2px;
}

#feedbackForm .feedback-msg {
	margin-bottom:5px;
	font-size: 1.1em;
}

#feedbackForm .email-address {
	font-size: 1.1em;
	width:200px;
	height: 25px;
	padding: 0 0 0 5px;
}

#feedbackForm textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 1.1em;
	width:417px;
	height:130px;
	margin-bottom: 5px;
}

#feedbackForm textarea:focus {
	border-color:#F70073;
}

#feedbackForm .send {
	float:left;
	margin-left:0;
}

#feedbackForm h1.help {
	font-size:2.4em;
	text-shadow: none;
	font-weight: normal;
}

#feedbackForm div.form-container {
	clear:left;
	font-size:1.2em;
}

#feedbackForm div.form-container .title {
	margin:5px 0;
}

#feedbackForm div.form-container button {
	margin:0;
}

#wrapper .helpContainer {
	font-size:1.1em;
}

#wrapper .helpContainer h1 {
	font-size:1.8em;
	text-shadow: none;
	font-weight: normal;
}

#wrapper .helpContainer p.intro {
	clear:left;
	font-size:1.2em;
}

#wrapper .helpContainer textarea.message {
	width:400px;
	height: 150px;
}

#wrapper .helpContainer input.email-address {
	width:402px;
	height: 24px;
	padding:2px 4px;
}

#wrapper .helpContainer button {
	margin-left:0;
}

#helpForm {
	width:412px;
}

#helpForm dt {
	font-size:1.2em;
}

.popup-feedback-box {
	min-height: 250px;
	min-width: 450px;
}

#wrapper .left-side .ui-tabs .ui-widget-content.ui-widget-content-non-registered {
	height:760px;
	min-height:760px;
}

#wrapper .right-side .non-registered {
	height:814px;
	min-height:814px;
}

#wrapper.non-registered {
	padding-bottom:0px;
}

#wrapper.non-registered .right-side .container ul.profiles li {
	height: 121px;
}
 
.popup-just-registered-box .ui-dialog-titlebar {
	display: none;
}

#just-registered-profile-box h4 {
	margin: 10px 0 5px 0;
}


#justRegisteredForm button {
	margin-right:0;
	font-size: 1em;
	float:right;
}

#justRegisteredForm dt {
	float:left;
	clear:left;
	margin:5px 10px 5px 0;
}

#justRegisteredForm dd {
	float:left;
	margin:5px 0;
}

#justRegisteredForm .submit {
	clear:both;
}

#justRegisteredForm dt.location {
	font-weight: 700;
	margin:10px 0 0 0;
}

#justRegisteredForm dd.location {
	clear:both;
}

#justRegisteredForm dt.looking-for {
	clear:none;
	margin:5px 10px 5px 10px;
}

#justRegisteredForm #where_country {
	width: 150px;
	margin: 0 10px 0 0;
}

#justRegisteredForm #where_city {
	width: 200px;
	padding:3px 4px;
}

#tos {
	font-size: 1.2em;
}

#tos p.first {
	clear:both;
}

#tos h4 {
	margin:0 0 5px 0;
	font-weight: 700;
}

#request-password-lnk {
	margin: 10px 0 0 0;
	display:block;
}

#requestPasswordResetForm dt {
	font-size:1.2em;
}

#requestPasswordResetForm input {
	padding:6px 2px;
	width:271px;
	font-size:1.6em;
	font-weight:700;
}

#requestPasswordResetForm button {
	margin:0;
}

#resetPasswordForm dl {
	font-size: 1.2em;
}

#resetPasswordForm input {
	padding:6px 2px;
	width:271px;
}

#resetPasswordForm button {
	margin-left:0;
}

#mutual-likes {
	padding:0 10px 0 10px;
	background:url("../images/box_generic_bg.png") repeat-x scroll center bottom #FFFFFF;
	margin-bottom:10px;
	text-shadow: none;
}

#mutual-likes .show-all {
	font-size:1.1em;
	font-weight:700;
	margin-right:10px;
	margin-top:0;
	position:absolute;
	z-index:100;
	color:#B6B6B6;
	margin:-26px 0 0 892px;
	text-shadow:none;
}

#mutual-likes ul.profiles li {
	float:left;
	margin:0 4px 5px 0;
	text-align:center;
}

#mutual-likes ul.profiles li .name {
	color:#EC2282;
	display:block;
	font-size:1.2em;
	text-align:center;
}

#mutual-likes ul.profiles li .info {
	color:#AAAAAA;
	font-size:1em;
	font-weight:normal;
}

#mutual-likes ul.profiles li.last {
	margin-right: 0;
}

#mutualLikes {
	background: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#mutual-likes .pagination {
	display:none;
}

#report-abuse-box {
	font-size: 1em;
}

.messageBoxButtons {
	font-size: 1.2em;
}

.messageBoxButtons button {
	
}

#editSettingsForm {}
#editSettingsForm dt {float:left;clear:left;font-size: 1.2em;padding: 6px 2px;width:170px;}
#editSettingsForm dd {float:left;font-size: 1.2em;}
#editSettingsForm dt.email-digest-check {width:20px;}
#editSettingsForm dt.email-digest-check input {width:15px;}
#editSettingsForm dd.email-digest-label {padding-top:7px}
#editSettingsForm dt.billing-recurring-check {width:20px;}
#editSettingsForm dt.billing-recurring-check input {width:15px;}
#editSettingsForm dd.billing-recurring-label {padding-top:7px}
#editSettingsForm input {width: 271px;padding: 6px 2px;}
#editSettingsForm div.submit {float:left;clear:left}
#editSettingsForm span.settings-pass {margin-left:10px; display: inline-block; color:#999;}

span.premium {
	background:url(../images/premium_badge.png) top left no-repeat;
	display:inline-block;
	width:52px;
	height:16px;
	margin-left:5px;
}

.viewEditProfile span.premium {
	vertical-align:-3px;
}

ul.profiles span.premium {
	float:right;
	background:url(../images/premium_star.png) bottom left no-repeat;
	display:inline-block;
	width:23px;
	height:23px;
	position:relative;
	margin:-30px 3px 0 0;
}

a.img-lnk span.premium {
	position:absolute;
	margin:-35px 0 0 125px;
}

#mutual-likes ul.profiles span.premium {
	position:absolute;
	margin:-36px 3px 0 75px;
}

.updates-list span.premium {
	float:right;
	background:url(../images/premium_star_small.png) bottom left no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	position:relative;
	margin:-21px 3px 0 0;
}

.updates-list .write span.premium {
	float:right;
	background:url(../images/premium_star_small.png) bottom left no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	position:relative;
	margin:-15px 3px 0 0;
}

#profileUpdates .messages-list span.premium {
	float:right;
	background:url(../images/premium_star_small.png) bottom left no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	margin:-15px 0 0 36px;
}

#profileUpdates div.image a {
	width:48px;
	height:48px;
}

#privateMessage .messages-list span.premium {
	float:right;
	background:url(../images/premium_star_small.png) bottom left no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	margin:-15px 0 0 34px;
}

#privateMessage div.image a {
	width:48px;
	height:48px;
}

#messages .messages-list span.premium {
	float:right;
	background:url(../images/premium_star.png) bottom left no-repeat;
	display:inline-block;
	width:23px;
	height:23px;
	position:relative;
	margin:-30px 3px 0 0;
}

#header span.premium {
	vertical-align:-5px;
}

#header .image span.premium {
	float:right;
	background:url(../images/premium_star.png) bottom left no-repeat;
	display:inline-block;
	width:23px;
	height:23px;
	position:absolute;
	margin:-28px 0 0 18px;
}