/* CSS reset starts */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/* CSS reset ends */
body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background: repeat-x url("../images/body-bg-light.jpg");
	background-color: #ebf5f7;
}

div#wrapper {
	background: repeat-x url("../images/body-bg.jpg");
	background-position: 14px 12px;
	width: 973px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 570px;
	/*	border-left: 2px solid black;
	border-right: 2px solid black;*/
}

div#rc-logo {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	padding: 10px;
}

div#wm-logo {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
}

div#wm-girl {
	margin-left: 50px;
	margin-top: 75px;
	float: left;
}

div#wm-flirt {
	margin-left: 125px;
	margin-top: 75px;
	float: left;
}

div#bowled {
	margin-left: 120px;
	margin-top: 50px;
	float: left;
}

div#age-check {
	margin-left: 120px;
	margin-top: 30px;
	float: left;
	font-size: 12px;
	color: #060d40;
	font-weight: bold;
	text-decoration: none;
	width: 255px;
}

div#age-check input {
	width: 20px;
}

div#error {
	color: #cc3333;
	float: left;
	width: 255px;
	font-size: 11px;
	margin-top: 15px;
}

div#error_msg {
	color: red;
	float: left;
	width: 255px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	margin-left: -5px;
}

div#overlay {
	position: absolute;
	margin-top: 40px;
	margin-left: 40px;
	z-index: 5;
	float: left;
	background-image: url(../images/mis.png);
	background-repeat: repeat-x;
	padding: 10px;
}

input {
	border: 1px solid #ddd;
	background: #fafafa;
}

textarea {
	border: 1px solid #ddd;
	background: #fafafa;
}

.checkbox {
	border: none;
}

div#menu { /*border-bottom: 2px solid blue;*/
	margin: 0 auto;
}

div#home_girl {
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

div#15-winners {
	
}

div#home_text {
	font-size: 13px;
	color: #ffffff;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	height: 157px;
}

div#spotted_text {
	font-size: 13px;
	color: #ffffff;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: left;	
}


div#home_text img {
	float: left;
}

div#home_flirt {
	position: relative;
	margin-top: 10px;
	z-index: 3;
}

div#home_input {
	position: relative;
	margin-top: -20px;
	z-index: 2;
}

div#home_bar1 {
	margin-top: -20px;
	padding-left: 50px;
	float: left;
	z-index: 1;
}

div#home_bar2 {
	margin-top: -20px;
	padding-left: 10px;
	float: left;
	z-index: 1;
}

div#home_know {
	margin-top: 10px;
	float: left;
}

div#home_know a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

div#home_left {
	width: 350px;
	float: left;
	text-align: center;
	margin-left: 75px;
}

.toolTip {
	width: 300px;
	background: #fff;
	font-size: 11px;
	line-height: 15px;
}

/*Forms*/
div.box {
	padding: 30px 10px 10px 20px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.tnc {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

.tnc a {
	text-decoration: underline;
	color: #333333;
}

div.box p {
	padding-bottom: 14px;
}

div.box input .input-text {
	border: 1px solid #3b6e22;
	color: #666666;
	width: 170px;
}

div.box label {
	display: block;
	margin-bottom: 10px;
	color: #555555;
}

div.box label span {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
	width: 115px;
	text-align: left;
}

.submitButton {
	background-image: url(../images/button.gif);
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 3px 2px 3px;
	border: 0px;
	cursor: pointer;
	height: 22px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

select {
	border: 1px solid #ddd;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*End Forms*/ /* Rounded Corners */
	/* here's the box... the image is the upper-left corner */
#csc {
	background: #fff url("../images/tl.png") no-repeat;
	width: 350px;
	height: auto;
	position: relative;
	padding: 0;
	z-index: 5;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr,.bl,.br {
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
}

.IE {
	margin-bottom: -2px; /* this is for IE */
}

/* change position and image: top-right */
.tr {
	background: transparent url("../images/tr.png") no-repeat;
	top: 0;
	right: 0;
}

/* change position and image: bottom-left */
.bl {
	background: transparent url("../images/b1.gif") no-repeat;
	bottom: 0;
	left: 0;
}

/* change position and image: bottom-right */
.br {
	background: transparent url("../images/b2.gif") no-repeat;
	right: 0;
	bottom: 0;
}

/* End rounded corners*/
#simpleTooltip {
	padding: 7px;
	border: 1px solid #A6A7AB;
	width: 300px;
	font-size: 11px;
	line-height: 15px;
	background-color: #a2e4fe;
}

div#contest {
	display: none;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 16px;
}

div#contest a {
	color: #ed3338;
	text-decoration: none;
}

div#terms {
	display: none;
	font-size: 9px;
	padding: 25px 10px;
	line-height: 10px;
}

div#terms a {
	font-size: 13px;
	color: #ed3338;
	text-decoration: none;
}

div#privacy {
	display: none;
	font-size: 9px;
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 10px;
}

div#privacy a {
	font-size: 11px;
	color: #ed3338;
	text-decoration: none;
}

div#winner {
	display: none;
	padding-top: 25px;
}

.small_print {
	height: 200px;
	overflow: auto;
	text-align: justify;
	padding: 0 10px;
}

div#goto_bay {
	font-size: 12px;
}

div#goto_bay a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

/* Asset Page Starts*/
div#center_content {
	position: relative;
	width: 575px;
	float: left;
	margin: 40px auto;
	font-size: 12px;
	z-index: 1;
}

div#side_content {
	width: 200px;
	float: left;
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
}

div#side_content a {
	color: black;
	font-size: 12px;
}

div#side_box {
	height: 435px;
	width: 160px;
	overflow: auto;
	background-color: #fff;
	margin: 7px auto 5px auto;
}

.video_large {
	margin-bottom: 30px;
}

.video_small {
	clear: both;
	padding-top: 10px;
}

.video_small img {
	padding: 2px;
	margin-top: 5px;
	border: 2px solid #aaa;
}

.video_small a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.video_views {
	font-size: 10px;
	color: #333;
}

div#toolbar {
	width: 575px;
	float: left;
}

div#toolbar_group {
	float: left;
}

div#toolbar_group_text {
	float: left;
	width: 300px;
	margin-top: 8px;	
	font-size: 12px;
	font-weight: bold;
	color: #6d6e71;
}

div#toolbar_share {
	margin-top: 10px;
	z-index: 1;
	position: relative;
}

div#toolbar_comments {
	float: left;
	margin-top: -21px;
	padding-left: 10px;
	z-index: 2;
	position: relative;	
}

div#toolbar_comments a {
	text-decoration: none;
	color: #6d6e71;
	font-weight: bold;	
}

div#comments { /*width: 475px;*/
	margin-top: 20px;
	text-align: left;
	/*margin-left: 50px;*/
}

.comment {
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	/*	border: 1px solid #ff9999;*/
}

.comment_name {
	color: red;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 100px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.comment_text {
	float: left;
	width: 350px;
	text-align: justify;
	line-height: 15px;
}

div#add_comment {
	padding: 5px;
	/*border: 1px solid #0066cc;*/
}

div#comments label {
	color: #0066cc;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 100px;
}

div#comments_content {
	display: none;
}

.mis {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #ff0101;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	line-height: 20px;
}

.mis1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ff0101;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	line-height: 20px;
}

.mis2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #14276f;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	line-height: 20px;
}

/* Asset Page Ends*/
div#spotted {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: 30px;
	background-color: #ebf5f7;
	-moz-border-radius: 1em;
	font-size: 12px;
}


.album {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border: solid #9fcbee 1px;
}

.album_cover {
	width: 130px;
	padding: 10px;
	float: left;
	height: 130px;
}

.album_cover img {
	padding: 3px;
	border: 1px solid #ccc;
}

.album_text {
	float: left;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 180px;
}

.album_personal_img {
	width: 340px;
	border: solid #9fcbee 1px;	
}

.wm_blue_text {
	color: #0099cc;
}

.photos {
	width: 160px;
	float: left;
	padding: 10px;
	margin-top: 10px;
}

label.error {
	color: red;
	padding: 2px;
}

div#ringtones {
	clear: both;
	background-image: url(../images/RT.gif);
	background-repeat: no-repeat;
	height: 570px;
	padding-left: 113px;
}

div#ringboxes {
	clear: both;
	float: left;
	margin-top: 229px;
	width: 531px;
}

.ringbox {
	float: left;
	margin-left: 9px;
	padding: 5px;
	background-image: url(../images/ringbg.gif);
	background-repeat: no-repeat;
	height: 262px;
	width: 155px;
}

.ringtext {
	float: left;
	margin-top: 140px;
}

.ringtext a{
	margin-top: 3px;
	float: left;
	padding-left: 4px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fa6b6b;
}

.ringtext a:hover{
	text-decoration: underline;
}

.ringtxt {
	float: left;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #575557;
	width: 85px;
}

.ringtext img {
	margin-left: 25px;
	margin-top: 20px;
}

.ring_swf {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

div#ring_head {
	margin-top: 15px;
}

h1 {
	font: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

div#screensavers {
	width: 780px;
	float: left;
	margin: 40px auto;
}

.screensaver {
	float: left;
	width: 240px;
	height: 340px;
	margin-left: 10px;
	background-color: #fff;
	-moz-border-radius: 1em;
}

.screensaver_swf {
	margin: 0 auto;
	text-align: center;
}

.screensaver img {
	margin-left: 70px;
}

.screensaver_txt {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

div#share {
	width: 780px;
	float: left;
	margin: 40px auto;
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

.web {
	padding: 10px;
	width: 165px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #292e72;
	text-decoration: none;
}

table tr td {
	text-align: center;
}

.msg {
	margin: 10px auto;
	color: #00529B;
	background-color: #BDE5F8;
	line-height: 20px;
	text-align: center;
	-moz-border-radius: 0.5em;
}

.error_msg {
	margin: 10px auto;
	color: #D8000C;
	background-color: #FFBABA;
	line-height: 20px;
	text-align: center;
	-moz-border-radius: 0.5em;
}

.blink {
	font-size: 15px;
	font-weight: bold;
	color: #ffcc33;
}

.smaller_text {
	font-size: 10px;
	padding-top: 3px;
}

span#positives {
	margin-top: 5px;
	color: #6d6e71;
	font-weight: bold;
}

span#negatives {
	margin-top: 5px;
	color: #6d6e71;
	font-weight: bold;
}

span.block_text {
	margin-top: 6px;
	color: #6d6e71;
	font-weight: bold;
	display:inline-block;
	font-size: 11px;
}

div#screen_share {
	padding-top: 20px;
	margin-left: 50px;
}

div#ring_share {
	float: left;
	margin-top: -50px;
}

.clear {
	clear: both;
}

div#news {
	clear: both;
	background-image: url(../images/media-page.gif);
	background-repeat: no-repeat;
	height: 570px;
	width: 975px;
	float: left;
	margin-top: -100px;
}

div#news_city {
	background-repeat: no-repeat;
	width: 780px;
	margin-top: 80px;
	float: left;
	text-align: center;
}

div#news_sources {
	float: left;
	padding-left: 300px;
}

.news_source {
	float: left;
	width: 120px;
	padding: 5px;
}

div#tshirt {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background-color: #ebf5f7;
	-moz-border-radius: 1em;
}

.t_shirt {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.t_shirt_e {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #F00;
	text-decoration: none;
}

.t_shirt_t {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.t_shirt_b {
	border: #b5998c solid 1px;
}

div#cities {
	width: 500px;
	margin-top: 250px;
	padding-left: 310px;
	float: left;
	margin-bottom: 20px;
}
div#tshirtswf {
	margin-left: auto;
	margin-right: auto;
	width:780px;
	float:left;
	padding:10px;
	margin-top: 5px;
	
	
}
.city {
	float: left;
	margin-right: 20px;
}

.city a {
	font-size: 13px;
	color: #3253ad;
	font-weight: bold;
}

div#spotted a {
	text-decoration: none;
	} 
.user_spotted {
	text-decoration: none;	
	color: #333333;
	font-size: 12px;
	float: right;	
}

div#content_photo_box{
	background-image: url('../images/content_photo_bg.gif');
	background-repeat: no-repeat;
	height: 600px;
	width:780px;
	float: left;	
}
#wallpaper {
padding: 3px;
	border: 1px solid #ccc;
	}
	
	
div#blogbox{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: 30px;
	background-color: #fff;
	-moz-border-radius: 1em;
	font-size: 12px;
	line-height: 18px;
}

#blogbox p{
	font-family: Georgia, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	
	line-height: 18px;	
}

div#blogtitle{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;	
	
}
#blogtitle a {
	color: #666666;
	text-decoration: none;
}
div.font12 {
 font-size: 12px;
}

div#cheeravatar {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: 5px;
	background-color: #ebf5f7;
	-moz-border-radius: 1em;
}

div#personal {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: 30px;
	background-color: #ebf5f7;
	-moz-border-radius: 1em;
	font-size: 12px;
}

.details {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border: solid #9fcbee 1px;
}

.details_text {
	width: 340px;
	padding: 5px;
	margin-left: 10px;
	float: left;
	text-align:center;
}

div#landing {
	margin-top: -5px;	
}

.comp_link{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-weight: bold;
	font-size:14px;
	padding-left:25px;
	text-decoration:none;
}
.footer_link{	position:relative;	font-family:Tahoma, Geneva, sans-serif;	color:#000;	font-weight: bold;	font-size:10px;	text-decoration:none;	float:right;	z-index:1;}#bay{display:none;float:right; }#overout {	width:100px;}