/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	position: relative;
	float: left;
	top: 1px;
	font-size: 13px;
	padding: 5px 0;
	width: 90px;
	min-width: 90px; /* For Opera */
	margin-right: 3px;
	text-align: center;
	background-color: #ccc;
}

.tabs-nav li.tab-end {
    margin-right: 0px;
    width: 89px;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 3px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    color: #27537a;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear:both;
    padding-top: 15px;
    /*background: #C30;  declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/* end tabs */

/*----------------------------------------------------------------------- 
   Standard styles
 ------------------------------------------------------------------------ */


 html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
 }

 body {
 	color: black;
 	font-family: "Tahoma", sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	line-height: 18px;
 	min-width: 800px;
 	cursor: default;
 }

 h1 { font-size: 24pt; color: black; text-transform:lowercase; font-weight: normal; margin-top: 15px; margin-bottom: 15px; line-height: 32px; font-family: "Tahoma", sans-serif;}

 h2 { font-size: 17px; font-family: "Tahoma", sans-serif; font-weight:bold;} 
 
 h3 { font-size: 12px; color: #000; font-family: "Tahoma", sans-serif;}
 
 h4 { font-size: 12px; padding: 10px 10px 0 10px; font-family: "Tahoma", sans-serif;}
 
 h5 { font-size: 12px; font-weight: normal; font-family: "Tahoma", sans-serif; font-style: italic; margin-bottom: 18px; }

 h1 a { font-weight: normal; }
 
 p+p { margin-top: 10px;}
 
 img { border: 0; }

a {text-decoration:none}
 
 .hover{ color: #000; cursor: pointer;}
 /*.box{ border: dashed; border-color: #000; border-width: 1px; padding: 10px 0;}*/
 .box_right{ padding: 10px 0;}
 .box{ border-top: #000 solid 1px; padding: 10px 0;}
 .center{ text-align: center; }
 .loading{ display: none; text-align: center;}
 .greyed{ color: #ccc; }
 .reded{ color: #800; }
 
 .try{ margin-left: 10px;}
 .try a{ color: #600; }
 .try a:hover{ color: #ff6600; }

 div#results a{ display: block; }
 #no-results{ font-size: 16px; color: white; text-align:center; }
 #instructions{ display: none; }
 .copyright{ float: right; color: #EE5522; }
 .actions{ float:right; margin-right: 78px; color: black; display: none;}
 .actions a{ color: black; }
 .actions a:hover{ color: #ff9900; }

 #search-results .song-click, 
 #playlist .song-click, 
 #top-results .song-click, 
 ul.genre-results .song-click,  
 #suggested .song-click, 
 #results .song-click { 
 	background-color: #ccc; color: #000; font-weight:bold;
 }
 #search-results .song-click:hover,
 #playlist .song-click:hover, 
 #top-results .song-click:hover, 
 #ul.genre-results .song-click:hover, 
 #suggested .song-click:hover, 
 #results .song-click:hover { 
 	color: #FFF;
 }
 
 #currently-playing{ display: none; margin-bottom: 15px; }
 #currently-playing .box{
  background-color: #fff;
  border:1px solid #000;
  position: relative;
 }
 
 #current-title { margin-right: 10px; margin-left: 10px;}

 #currently-playing .extras{ list-style: none; color: #800; text-align: center; margin: 10px 5px 0 0}
 #currently-playing .extras li { float: right; background-color: #ccc; margin: 0 1px; text-align: center; }
 #currently-playing .extras a{ display: block; font-size: 11px; color: #675cdb; padding: 5px; }
 #currently-playing .extras a:hover{ background-color: #ccc; color:red}
 
 #powered-by { text-align: right; margin: 3px 7px 0 0;}
 
 .song{ 
  	cursor: pointer; 
  	margin-left: 2px;  
  	display:block;
  	opacity: .99;
 }
 .song:hover {font-weight:bold;}
 .good-song { color: #99CC00;}
 .song-title {
	padding: 2px 3px;
	height:15px;
	overflow:hidden;
 }


 h3.error {
	color: #FFF;
	background-color: #333;
	border: 1px dashed #FFF;
	padding: 10px;
	margin: 10px;
  }
 h3.error a { color: #645DCB; } 
 h3.error a:hover { color: #645DCB; }
 .clear { clear: both; }
 
/*----------------------------------------------------------------------- 
   Layout styles
 ------------------------------------------------------------------------ */

.section { margin-bottom: 15px;}

#page-wrap {
	position: relative;
	background: url(../images/bg-top.jpg) top center repeat-x;
	height: 100%;
}

#frame {
	position: relative;
	width: 985px;
 	text-align: left;
 	background: url(../images/songza_logo.gif) 0px 41px no-repeat;
 	margin: 0 auto 0 auto;
 	height: 85%;
}

#logo {
	position: absolute;
	margin: 0; 
	padding: 0;
	top: 45px; 
	height: 75px;
}
	
#logo a {
	text-indent:-9999px;
	height: 75px;
	overflow:hidden;
	width: 242px;
	display:block;
}


#login {
	float: right;
	/*width: 215px;*/
	/*background-color: #EEE;*/
	text-align:center;
	padding: 3px 0px 3px 5px;
	margin-top:3px;
	font-size: 12px;
	color: #fff;
	/*border: 1px dashed #DDD;*/
}

#login .doIt{ color: #AAA;}

#login img { border: 1px solid #999; position:relative; top:4px; margin-right: 7px;}
#login a { color: #fff;}
#login a:hover { text-decoration: underline;}

#content {
	width: inherit;
}

#left-col {
	float: left;
	width: 447px; 
	margin-left: 268px;
}

#right-col {
	display: none;
	float: right;
	right: 0;
	width: 600px; 
	margin-top: 11px;
}

#playlist-col {
    width: 260px;
}

#misc-col {
    width: 300px;  
    margin-left: 27px;
}

.side-col {
    float: right;
}

#footer {
	clear: both;

	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}

#footer-nav {
	list-style-type: none;
}

#footer-nav li {
	display: inline;
	padding-right: 10px;
}

#footer-nav li a { color: #FF9900; }
#footer-nav li a:hover { text-decoration: underline; }

#footer-bar {
	width: 800px;
	padding: 3px;
	background-color: #D41;
	color: #DDD;
	margin: 15px auto 0 auto;
}

#footer-bar a{ color: #FE5; margin-left: 10px;}
#footer-bar a:hover{ color: #F90; text-decoration: underline;}


/*----------------------------------------------------------------------- 
   Search
 ------------------------------------------------------------------------ */
 
.form { margin: 15px 0 15px 0px;}  

input{ font-size: 14pt; }
input#query{
margin-top:80px;
margin-left:18px;
height:24px;
width:380px;
border:0px;
}
#submit {
position:absolute;
margin-top:66px;
margin-left:6px;
font-size:24pt;
}


#search-results {
	display: none;
	margin-bottom: 25px;
}

a#results-more {
	display: block;
	margin: 10px 0px;
	padding: 5px;
	background-color: #ccc;
	color: #000;
	text-align: center;
}

/*----------------------------------------------------------------------- 
   Playlist
 ------------------------------------------------------------------------ */

#playlist{ 
 	list-style-type: none;
 	color: #000;
 	margin-bottom: 25px;
}

#playlist li {
	clear: both;
}

#playlist li .song-title {
	float: right;
	width: 235px;
	text-align: left;
	height:15px;
	overflow:hidden;
}

.song-mp3 {
	color: black;
}


#play-marker img{
	top: 3px;
	cursor: default;
}

img.grip{ position:relative; 
	top:4px; 
	padding-right: 4px; 
	cursor: move;
}

#dragHelper li div {
	float: right;
	width: 235px;
	text-align: left;
}

#playlist-message, #change-message {
	text-align: center;
	border: 1px dashed #ccc;
	color: #000;
	padding: 5px 3px;
	margin: 0 0 5px 0;
}

#playlist-message a, #change-message a { color: #645DCB; }
#playlist-message a:hover, #change-message a:hover { text-decoration: underline;}

/*----------------------------------------------------------------------- 
   Playlist Actions
 ------------------------------------------------------------------------ */
ul.playlist-actions {
	list-style: none;
	float: right;
	width: 180px;
}

ul.playlist-actions li {
	float: right;
}

ul.playlist-actions li a {
	display: block;
	position: relative;
	padding: 0px 7px;
	text-align: center;
	cursor: pointer;
	bottom: 1px;
}

ul.playlist-actions li a:hover {
	color: #ff9900;
}

ul.playlist-actions li a#shuffle {
	background-color: #ccc;
	margin-left: 5px;
	color: #000;
}

ul.playlist-actions li a#hide-notify {
	background-color: #9C2706;
	margin-left: 5px;
	color: #000;
}
 
ul.playlist-actions li a#undo {
	display: none;
	background-color: #ccc;
	color: #000;
}

#notify-wrap {
	display: block;
}

ul#notify {
	position: relative;
}

#show-notify {
	display: block;
	margin-top: 20px;
	margin-left: 5px;
	padding: 0px 7px;
	background-color: #9C2706;
	color: #000;
	text-align: center;
}

#show-notify:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------- 
   Tabbed Homepage Content
 ------------------------------------------------------------------------ */
#tabbed-box { margin-bottom: 25px;}

ul.tabs-nav {
	position: relative;
	border-bottom: 1px solid #000;
	height:100%;
}

ul.tabs-nav li a { display: block; color: #fff;}
ul.tabs-nav li a:hover { color: #fff;}
ul.tabs-nav li.tabs-selected a:hover { color: #000;}


li.tabs-selected {
	background-color: #fff;
	border-color: #000;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color:#000;
}

#tabbed-content { 
	clear: both; 
	padding-top: 10px;
}

/*----------------------------------------------------------------------- 
   Tips
 ------------------------------------------------------------------------ */

#tips {
	display: none;
	margin-bottom: 10px;
}

#top-desc {
	margin-top: 10px;
	padding-left: 10px;
}

#tips ul {
	list-style-type: none;
}

#tips #did-you-know{
	margin: 0 20px 20px 10px;
}

#tips .song{ margin-left: 0px; color: #000;}
#tips .song:hover{ font-weight:bold;text-decoration:none;}

#tips #know-box {
	display: none;
}

#tips .advert {
	cursor: auto;
}

#num_played { font-weight: bold;}

/*----------------------------------------------------------------------- 
   Top and Recommended Results
 ------------------------------------------------------------------------ */
#top-box { display: none;}

#top-results, #results-holder {
	margin-left: 7px;
	margin-bottom: 15px;
}

#mightlike-box {
	display: none;
}

#mightlike {
	margin-bottom: 5px;
}

#recommended h3 {
	font-weight: normal;
	font-size: 13px;
	background-color: #ccc;
	margin-bottom: 5px;
	padding: 3px 5px;
}

#recommended ul.genre-results, #suggested-holder {
	margin-left: 7px;
	margin-bottom: 10px;
}

#recommended ul.genre-row {
	float: left;
	width: 170px;
	margin-left: 10px;
}

#recommended .genre-title {
	color: #645DCB;
	cursor: pointer;
}

#recommended .genre-title:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------- 
   Friends
 ------------------------------------------------------------------------ */

a#friends-more { 
	float:right; 
	position: relative; 
	bottom: -3px;
	color: #FE5;
}

a#friends-more:hover { color: #F90;}

/*----------------------------------------------------------------------- 
   Pie Menus
 ------------------------------------------------------------------------ */

#pie_menu{
    width: 200px;
    height: 30px;
    background-image: url("../images/4hex.gif");
    position: absolute;
}

.pie_option{
    position: absolute;
    text-align: center;
    font-size: 11px;
    width: 0px;
    height: 0px;
}

.pie_hover {
	background-color: #EE5522;
}

/*----------------------------------------------------------------------- 
   Media Player
 ------------------------------------------------------------------------ */

body > div#player-wrap {
	position:fixed;
}

div#player-wrap {
	display: none;
	width:100%;
	height: 30px;
	bottom:0pt;
	z-index:11;
	color: #FFF;
	position: absolute;
	overflow: hidden;
}

#player-ctls {
	width: 80px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.ctl-button {
	float: left;
	height: 15px;
	width: 22px;
	border-style: solid;
	border-color: #FFF;
	font-size: 9px;
	margin-top: 8px;
}

.ctl-button a {
	position: absolute;
	top: 7px;
	height: 15px;
	width: 22px;
	cursor: pointer;
}

#play {
	border-width: 1px 1px 1px 0px;
	background-image: url(../images/button_play.png);
	background-position: left 0px;	
}

#play:hover {
	background-color:#ccc;
	background-position: left -15px;	
}

#pause {
	border-width: 1px;
	background-image: url(../images/button_pause.png);
	background-position: left 0px;	
}

#pause:hover {
	background-color:#ccc;
	background-position: left -15px;	
}

.ctl-button-active {
	background: #fff;
}

#player-body {
	width: 100%;
	height: 30px;
	background:#000;
}

#player-center-wrap {
	float:left;
  	width: 100%; 
	margin-right: -95%;
}

#player-center {
	margin: 0 220px 0 325px;
}

#player-right {
	float:right;
	width:145px;
	border-width: 0 0 0 1px;
}

#ctl-volume {
	position: relative;
	width: 48px;
	height: 30px;
	border-width: 0px 1px 0px 0px;
	padding: 7px 0 0 4px;
	cursor: pointer;
	z-index: 200;
}

.vol-bar {
	width: 5px;
	background-color: #fff;
	float: left;
	margin-left: 3px;
}

.vol-fade { opacity: .2; filter: alpha(opacity=20);}

#vol1 { height: 3px; margin-top: 12px;}
#vol2 { height: 6px; margin-top: 9px;}
#vol3 { height: 9px; margin-top: 6px;}
#vol4 { height: 12px; margin-top: 3px;}
#vol5 { height: 15px; margin-top: 0px;}

#ctl-indicator {
	height: 30px;
	text-align: center;
	color: #FFF;
}

#ctl-loading {
	display: none;
	padding: 7px 0 0 45px;
}

#player-left {
	float:left;
	margin-left:-5%;
	width:300px;
	border-width: 0 1px 0 0;
	padding: 0 5px 0 10px;
	color: #FFF;
}

#ctl-buttons {
	display: block;
	width: 25px;
	border-width: 0;
	text-align: center;
	margin-top: 7px;
}


a.ctl-button-play-ready {
	background-color: #5e1500;
}

a.ctl-button-play-ready:active {
	background: transparent url(../images/button_play.png) left -30px no-repeat;
}

a.ctl-button-pause-ready {
	 background-color: #5e1500;
}

a.ctl-button-pause-ready:active {
	background: transparent url(../images/button_play.png) left 0px no-repeat;
}

#songza-name {
	padding-left: 5px;
	color: #999;
}

.ctl-section {
	float: left;
	line-height: 30px;
	border-color: #333;
	border-style: solid;
}

#ctl-progress {
	display: block;
	width: 100%;
	height: 10px;
	margin: 10px;
	border-width: 0;
}

#ctl-progress-loaded {
	position: relative;
	top: -10px;
	left: 0;
	background-color: #ccc;
	width: 0%;
	height: 10px;
	opacity: 0.3;
	z-index: 1;
	cursor: pointer;
}

#ctl-progress-played {
	visibility: hidden;
	background-color: #fff;
	width: 10px;
	height: 10px;
	z-index: 10;
}

#ctl-options {
	border-width: 0 0 0 1px;
}

.ctl-action {
	float: left;
	width: 20px;
	text-align: center;
}

.failed {
	color: #fff;
}

/*----------------------------------------------------------------------- 
   Embedded Player
 ------------------------------------------------------------------------ */

#player-content, #player-content iframe {
	padding: 0;
}

#player-content.player-hidden {
	top: 50px;
	z-index: -10;
}

#player-content.player-visible {
	display: block;
	height: 250px;
	background: url("../images/bg_embed.gif") center center no-repeat #000;
}

#player-header {
	display: none;
}

/*----------------------------------------------------------------------- 
   Ads
 ------------------------------------------------------------------------ */

#ad-header {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 728px;
    height: 90px;
    border: 1px solid #666;
}

#side-ad-content iframe, #video-ad-content {
	position: relative;
	height: 250px;
	padding: 0;
}

iframe.ad-iframe a {
	border: none;
}



/* end songza */


.pie_menu{
    width: 150px;
    height: 30px;
    background: transparent url(../images/flower_main.png) no-repeat;
    position: absolute;
    top: -1000px;
	z-index: 10;
}

.hover_up{ background-position: 0px -30px; cursor:pointer; }
.hover_right{ background-position: 0px -90px; cursor:pointer; }
.hover_down{ background-position: 0px -60px; cursor:pointer; }
.hover_left{ background-position: 0px -30px; cursor:pointer; }

.shelf{ 
	background-color: #fff; 
	border: 1px solid #000; 
	width: 150px; 
	height: 80px; 
	position: absolute; 
	display: none; 
	color: black; 
	z-index:10;
}

.shelf a{ display: block; color: white; font-size: 9pt; margin-left: 5px; text-decoration: none; line-height: 1.5em;}
.shelf a:hover{ color: #CC6600; }
#right_shelf{ padding-left: 25px; font-size: 9pt; height: 70px; padding-top: 10px;}
#left_shelf{ padding-top: 5px;}
#left_shelf a { margin-bottom: 2px;}

#right_shelf a{ display: block; width: 20px; height: 40px; margin-top: 4px;}

#yes{ background: transparent url(../images/yes.png) no-repeat;  float:left; margin-left: 25px;}
#yes:hover{ background-position: 0px -40px; }


#no{ background: transparent url(../images/no.png) no-repeat; float:left; position:relative; top: 3px; margin-left: 30px;}
#no:hover{ background-position: 0px -40px; }


/* end flower */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* end thickkbox


/*
	HUMANIZED MESSAGES 1.1
	idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
	home - http://humanmsg.googlecode.com
	modified - by Scott Robbin to remove message log and utilize different rounded corner technique
*/


.humanMsg {
	font: normal 20px/50px "Century Gothic", sans-serif;
	position: fixed;
	top: 130px;
	left: 25%;
	width: 50%;
	color: white;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}
	
.rtop, .rbottom{
	display:block;
	z-index: -10;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#000;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.humanContent {
	width: 100%;
	background: #000;
}

.humanMsg p {
	padding: 0px;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 0px auto;
	}

.humanMsg a {
	display: none;
	}
	
/* end human msg*/