:focus { outline: none; }
img { -ms-interpolation-mode: bicubic; }
.clearer { clear: both; }
.relative { position: relative; }

body {
  margin: 0;
  border: 0;
  font-size: 14px;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: "lucida grande", "lucida sans unicode";
  background: url(../images/single/lil_top_header_bg.gif) top repeat-x;
}

form {
  padding: 0;
  margin: 0;
}

a {
  color: #2C6CA6;
  text-decoration: none;
}

a.u, a:hover { text-decoration: underline; }

#body {
  position: relative;
  width: 974px;
  margin: 0 auto;
}

/******************** header ********************/
#header_main {
  position: relative;
  top: -7px;
  width: 989px;
  height: 250px;
  background: url(../images/single/splash/homepage_main_image.jpg) no-repeat;
}

#header_logo {
  position: absolute;
  left: 145px;
  width: 199px;
  height: 43px;
  background: url(../images/single/splash/logo.jpg) no-repeat;
}


#header_bg {
  width: 958px;
  height: 135px;
  background: url(../images/single/header_bg.jpg) no-repeat;
  margin: 0 auto;
}

#header_fg {
	display: block;
	position: absolute;
	top: 56px;
	left: 130px;
	width: 198px;
	height: 82px;
	background: url(../images/single/splash/logo.jpg) no-repeat;
}

#header_fg_all {
	display: block;
	position: absolute;
  	top: 38px;
  	left: 130px;
  	width: 198px;
  	height: 82px;
	background: url(../images/single/splash/logo.jpg) no-repeat;
}


#header_music {
	position: absolute;
	top: 12px;
	right: 110px;
	width: 53px;
	height: 27px;
	background: url(../images/single/splash/music.jpg) no-repeat;
}

#header_music:hover {
  background: url(../images/single/splash/music_hover.jpg) no-repeat;
}

#header_video {
  position: absolute;
  top: 2px;
  right: 59px;
  width: 53px;
  height: 27px;
  background: url(../images/single/splash/video.jpg) no-repeat;
}

#header_video:hover {
  background: url(../images/single/splash/video_hover.jpg) no-repeat;
}

#header_photo {
  position: absolute;
  top: -2px;
  right: 0;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/lyrics.jpg) no-repeat;
}

#header_photo:hover {
  background: url(../images/single/splash/lyrics_hover.jpg) no-repeat;
}


#header_music_index {
  position: absolute;
  top: -2px;
  right: 112px;
  width: 53px;
  height: 27px;
  background: url(../images/single/splash/music.jpg) no-repeat;
}

#header_music_index:hover {
  background: url(../images/single/splash/music_hover.jpg) no-repeat;
}

#header_video_index {
  position: absolute;
  top: -2px;
  right: 59px;
  width: 53px;
  height: 27px;
  background: url(../images/single/splash/video.jpg) no-repeat;
}

#header_video_index:hover {
  background: url(../images/single/splash/video_hover.jpg) no-repeat;
}

#header_photo_index {
  position: absolute;
  top: -2px;
  right: 0;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/lyrics.jpg) no-repeat;
}

#header_photo_index:hover {
  background: url(../images/single/splash/lyrics_hover.jpg) no-repeat;
}


#header_login {
  position: absolute;
  top: -2px;
  left: 50px;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/login.jpg) no-repeat;
}

#header_login:hover {
  background: url(../images/single/splash/login_hover.jpg) no-repeat;
}

#header_join {
  position: absolute;
  top: -2px;
  left: 0;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/join.jpg) no-repeat;
}

#header_join:hover {
  background: url(../images/single/splash/join_hover.jpg) no-repeat;
}

#header_home {
  position: absolute;
  top: -2px;
  left: 0;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/home.jpg) no-repeat;
}

#header_home:hover {
  background: url(../images/single/splash/home_hover.jpg) no-repeat;
}

#header_logout {
  position: absolute;
  top: -2px;
  left: 50px;
  width: 59px;
  height: 27px;
  background: url(../images/single/splash/logout.jpg) no-repeat;
}

#header_logout:hover {
  background: url(../images/single/splash/logout_hover.jpg) no-repeat;
}

#header_search {
  position: absolute;
  top: 34px;
  left: 330px;
  width: 501px;
  height: 64px;
  background: url(../images/single/search_bar_bg.jpg) no-repeat;
}

#header_search_input {
  position: absolute;
  left: 60px;
  top: 15px;
  width: 330px;
  height: 24px;
  border: 0;
  padding-top: 6px;
  color: #435462;
  font-size: 16px;
}
#query {
	position: absolute;
	left: 60px;
	top: 18px;
	width: 330px;
	height: 24px;
	border: 0;
	padding-top: 6px;
	color: #435462;
	font-size: 16px;
}

#header_search_submit {
  position: absolute;
  top: 14px;
  left: 403px;
  width: 83px;
  height: 37px;
  background: url(../images/single/search_btn.gif) no-repeat;
}

#header_free_searches {
  position: absolute;
  top: 71px;
  left: 65px;
  color: #1668BA;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

/******************** footer ********************/
#press {
  display: block;
  margin: 30px auto 0 auto;
  width: 575px;
  height: 61px;
  background: url(../images/single/company_logos.gif) center top no-repeat;
}

#footer {
  margin: 20px auto 20px auto;
}

#footer a {
  color: #666;
  font-size: 12px;
  margin: 0 4px 0 4px;
}

#copyright {
  color: #aaa;
  font-size: 10px;
  margin-top: 4px;
}

/******************** splash page ********************/


.index #body {
  width: 989px;
}


.index #header_fg {
	position: absolute;
	left: 299px;
	width: 199px;
	height: 43px;
	background: url(../images/single/splash/logo.jpg) no-repeat;
}

.index #header_music          { background: url(../images/single/splash/music.jpg) no-repeat; right: 75px; }
.index #header_music:hover    { background: url(../images/single/splash/music_hover.jpg) no-repeat; }
.index #header_photo         { background: url(../images/single/splash/lyrics.jpg) no-repeat; right: 16px; }
.index #header_photo:hover   { background: url(../images/single/splash/lyrics_hover.jpg) no-repeat; }
.index #header_logout        { background: url(../images/single/splash/logout.jpg) no-repeat; }
.index #header_logout:hover  { background: url(../images/single/splash/logout_hover.jpg) no-repeat; }

.index #header_search {
  left: 0;
  top: 0;
  height: 0;
  background: none;
}

.index #header_search_input {
  left: 269px;
  top: 202px;
  width: 398px;
  color: #7F8BA5;
}

.index #query {
	left: 269px;
	top: 129px;
	width: 398px;
	color: #7F8BA5;
}
.index #header_search_submit {
	left: 679px;
	top: 122px;
	width: 97px;
	height: 44px;
	background: url(../images/single/splash/homepage_search_btn.gif) no-repeat;
}

.index #main {
  border: none;
}

.index #press {
  width: 789px;
  height: 74px;
  margin-top: 0;
  background: url(../images/single/splash/homepage_company_logos.gif) no-repeat;
}

/******************** search results ********************/


#loading {
  position: relative;
  width: 989px;
  height: 404px;
  text-align: center;
  background: url(../images/single/splash/loading_bg.gif) no-repeat;
  margin: 0 auto;
  padding-top: 260px;
}

#loading_text {
  position: absolute;
  color: #456888;
  top: 195px;
  left: 230px;
  width: 530px;
  height: 30px;
  font-size: 16px;
}

#main {
  position: relative;
  color: #444;
  border-bottom: 1px solid #90A4B4;
}

#invalid {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  text-align: center;
}

.divider {
  position: relative;
  border: 1px solid #90A4B4;
}

.divider_inner {
  position: relative;
  height: 69px;
  font-size: 16px;
  background: url(../images/single/tab_bar_bg.gif) repeat-x;
  border: 1px solid #E0E9F1;
}

.section {
  position: relative;
  padding: 20px 0 20px 30px;
  text-align: left;
  border-left: 1px solid #90A4B4;
  border-right: 1px solid #90A4B4;
  background: url(../images/single/section_bg.gif) bottom repeat-x;
  background-color: #F1F5F8;
}

.invalid {
  background-image: none;
}

.tab {
  position: absolute;
  top: 29px;
  left: 10px;
  height: 43px;
}

#profile_t .tab {
  width: 178px;
  background: url(../images/single/music.jpg) no-repeat;
}

#photos_t .tab {
  width: 199px;
  background: url(../images/single/video.jpg) no-repeat;
}

#blogs_t .tab {
  width: 201px;
  background: url(../images/single/lyrics.jpg) no-repeat;
}

#f_s .tab {
  width: 207px;
  background: url(../images/single/fs.jpg) no-repeat;
}

#f_v .tab {
  width: 207px;
  background: url(../images/single/fv.jpg) no-repeat;
}


#b_h .tab {
  width: 222px;
  background: url(../images/single/bh.jpg) no-repeat;
}

#m_p .tab {
  width: 189px;
  background: url(../images/single/mp.jpg) no-repeat;
}

#r_a_s .tab {
  width: 265px;
  background: url(../images/single/ras.jpg) no-repeat;
}
#r_a_v .tab {
  width: 269px;
  background: url(../images/single/rav.jpg) no-repeat;
}

#l_t .tab {
  width: 116px;
  background: url(../images/single/l.jpg) no-repeat;
}

table.profile td {
  padding: 0 20px 0 0;
  vertical-align: top;
}

table td.profile_tall {
  padding-bottom: 16px;
}

table.profile td.profile_data {
  padding: 10px 20px 0 10px;
}

table.profile td.long_profile_data {
  padding: 0 20px 0 10px;
}

.message_bubble {
  position: relative;
  height: 42px;
  padding-left: 50px;
  background: url(../images/single/found_alert_icon_left.gif) left no-repeat;
  margin-bottom: 20px;
}

.warning_bubble {
  position: relative;
  height: 76px;
  padding-left: 16px;
  background: url(../images/single/yellow_alert_icon_left.gif) left no-repeat;
  margin-bottom: 20px;
}

.message_bubble span, .message_bubble a, .warning_bubble span {
  position: relative;
  display: block;
  float: left;
  height: 26px;
  padding: 8px 15px 0 0;
  border-top: 1px solid #8FB75A;
  border-bottom: 1px solid #8FB75A;
  background: #F0FBDB;
  color: #000;
}

.warning_bubble span {
  height: 52px;
  background: #FFFFDC;
  padding: 16px 16px 0 8px;
  border-top: 1px solid #E8DBA6;
  border-bottom: 1px solid #E8DBA6;
  margin-right: 20px;
}

.message_bubble i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 4px;
  height: 36px;
  background: url(../images/single/found_alert_icon_right.gif) right no-repeat;
}

.warning_bubble i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 5px;
  height: 70px;
  background: url(../images/single/yellow_alert_icon_right.gif) right no-repeat;
}

.warning_bubble u {
  text-decoration: none;
  font-weight: bold;
}

.warning_bubble b {
  color: #1668BA;
}

.photo_outer {
  display: block;
  position: relative;
  width: 106px;
  height: 112px;
  background: url(../images/single/photo_shadow.gif) bottom no-repeat;
}

.photo {
  position: relative;
  width: 150px;
  height: 125px;
  padding: 7px;
  border: 1px solid #c5c5c5;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.photo td {
  text-align: center;
  vertical-align: middle !important;
  width: 88px;
  height: 88px;
  padding: 0;
}

.photo img {
  position: relative;
  max-width: 149px;
  max-height: 124px;
  border: 1px solid #c5c5c5;
}

.photo_bill {
  position: relative;
  width: 230px;
  height: 120px;
  padding: 7px;
  border: 1px solid #c5c5c5;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.photo_bill img {
  position: relative;
  max-width: 223px;
  max-height: 115px;
  border: 1px solid #c5c5c5;
}

#business .photo img {
  border: 0;
  max-width: 90px;
  max-height: 90px;
}

#business_desc {
  text-align: justify;
}

#results_for {
  position: absolute;
  top: 20px;
  left: 280px;
  height: 32px;
  text-align: left;
  padding: 6px 0 0 40px;
  background: url(../images/single/checkbox_icon.gif) left top no-repeat;
}

#see_firefox {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 198px;
  height: 48px;
  background: url(../images/internal/firefox.gif) no-repeat;
}

#see_video {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 198px;
  height: 48px;
  background: url(../images/internal/videoigoogle.gif) no-repeat;
}

#see_music {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 198px;
  height: 48px;
  background: url(../images/internal/musicigoogle.gif) no-repeat;
}

#see_orkut {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 198px;
  height: 48px;
  background: url(../images/internal/orkutapp.gif) no-repeat;
}

#see_scrap {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 256px;
  height: 49px;
  background: url(../images/internal/musicalscrap.gif) no-repeat;
}
.username_match {
  position: absolute;
  top: 0;
  left: 3px;
  width: 101px;
  height: 16px;
  background: url(../images/single/possible_match_badge.gif) no-repeat;
}

#photos .username_match {
  position: relative;
  clear: both;
  margin-bottom: 12px;
}

.pd {
  color: #2C6CA6;
}

.ps {
  min-width: 200px;
  height: 1px;
  margin: 6px 0 6px 0;
  background: #DBE2E8;
  overflow: hidden;
}

.profile_separator {
  height: 1px;
  background: #fff;
  border-top: 1px solid #BED1DE;
  margin: 20px 53px 20px 53px;
}

.profile_network {
  position: relative;
  padding-left: 30px;
}

.profile_network img {
  position: absolute;
  left: 1px;
  top: -1px;
}

.view_more {
  position: absolute;
  top: -1px;
  left: 426px;
  width: 106px;
  height: 24px;
  background: url(../images/single/view_more_btn.gif) no-repeat;
}

#photos .photo_outer {
  float: left;
  margin: 0 22px 6px 0;
}

.photos_subtitle {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 12px 0;
}

.photos_subtitle img {
  position: relative;
  top: 3px;
}

.photos_subtitle span {
  font-weight: normal;
  font-size: 14px;
}

.more_photos {
  display: block;
  width: 127px;
  height: 23px;
  color: #000;
  padding-top: 5px;
  text-align: center;
  background: url(../images/single/more_photo_btn.gif) no-repeat;
  margin: 0 auto;
}

#photos_upsell {
  display: block;
  width: 873px;
  height: 113px;
  background: url(../images/single/photos-videos_upsell_image.gif) no-repeat;
}

.upsell_text {
  text-align: center;
  padding: 6px 0 0 0;
}

.blog {
  display: block;
  position: relative;
  float: left;
  width: 390px;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
  margin: 0 30px 0 0;
  border-bottom: 1px solid #DBE2E8;
  background: url(../images/single/blog-updates_default_icon.gif) left no-repeat;
}

.bp {
  padding-left: 30px;
  background-position: center left;
}

.premium #networks.section {
  padding-left: 20px;
  padding-right: 0;
}

.network {
  position: relative;
  float: left;
  width: 180px;
  height: 24px;
}

.network span {
  position: absolute;
  bottom: 6px;
  left: 32px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.premium .network {
  width: 234px;
}

.premium .network i {
  position: absolute;
  right: 20px;
  bottom: 6px;
  color: #bbbbcc;
  font-size: 11px;
  line-height: 18px;
}

.premium .network a {
  position: absolute;
  bottom: 6px;
  right: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #3077B4;
  font-weight: bold;
  white-space: nowrap;
}

table.mx th {
  padding-right: 20px;
  text-align: center;
}

table.mx td {
  font-size: 12px;
  padding-right: 20px;
  text-align: center;
}

pre {
  font-family: 'courier new', courier;
  font-size: 12px;
}


/******************** login ********************/
#login_t .divider_inner {
  height: auto;
  padding: 10px 0 10px 0;
}

#login input.text {
  width: 200px;
  padding: 4px 0 4px 4px;
  border: 1px solid #d0d0d0;
  margin-left: 8px;
}

#submit_login_button {
  position: relative;
  display: block;
  width: 62px;
  height: 27px;
  background: url(../images/themes/azure1/buttons/login_btn.gif) no-repeat;
  margin-top: 10px;
}

#forgot_password_link {
  font-size: 12px;
}

.error_message {
  font-weight: bold;
  color: #CC3300;
}

.label2 { margin-top: -40px; margin-left:0px }

.gtxt{ width:125px; background:#000 none repeat scroll 0%; display:block;color:#fff;font-weight:100; padding:0px 2px 0px 2px; opacity:.85;fifff;font-weight:100; padding:1px 10px 0pt; }

/* webkit-only (safari, chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

/* Floating  */
#rightcontent_ie {
width:250px;
	BORDER-RIGHT: #aaaaaa 2px solid; BORDER-TOP: #aaaaaa 2px solid; RIGHT: 10px; BACKGROUND: #fff; BORDER-LEFT: #aaaaaa 2px solid; BORDER-BOTTOM: #aaaaaa 2px solid; POSITION: absolute; TOP: 130px; TOP: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+130 : document.body.scrollTop+130);
}
#rightcontent_ie P {
	FONT-SIZE: 10px
}

#rightcontent {
  position: fixed;
  right:1px;
  top:300px;
  position:expression(eval(navigator.appName=='Microsoft Internet Explorer') ? 'absolute' : 'fixed');
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
                      documentElement.scrollTop+300 : document.body.scrollTop+300);
  background:#fff;
  border:2px solid #aaaaaa;
}

#rightcontent p {
  font-size:10px
}

#a_option {
color:#1694d9;
text-decoration:none;
font-family:Arial,Helvetica,FreeSans,sans-serif;
font-size:75%;
line-height:1.00;
outline:0;
}

#a_option_1 {
color:#1694d9;
text-decoration:none;
font-family:Arial,Helvetica,FreeSans,sans-serif;
font-size:80%;
line-height:1.00;
outline:0;
}
/* BTNS */
.btn_option{
  font-weight:bold;
	background:#fff url(../images/btn.gif) no-repeat left bottom;
	padding:4px 10px;
	border:1px solid #aa9;
	border-top-color:#ccb;
	border-left-color:#ccb;
	cursor:pointer;
}
.btn_option:hover{
	text-decoration:none;
	background-position:right bottom;
}

/* */
td{font:normal 12px verdana;color:#000000;}
.res{width:98%;background-color:#F7F7F7;height:25px;text-align:left;}
.res font{font:normal 11px verdana;padding-left:5px;}
.res span{font:normal 11px verdana;color:#778899;}
.res a,.res a:visited{font:normal 11px tahoma;color:#555;padding-right:10px;}
.res a:hover{color:#cc0000;}
.res a b{font:bold 14px tahoma;color:#555;}
.res a img{border:0px;margin:auto;vertical-align:middle;}
.no{width:2%;background-color:#F7F7F7;text-align:center;}

.photo_app {
  position: relative;
  width: 245px;
  height: 292px;
  padding: 7px;
  border: 1px solid #c5c5c5;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.photo_app img {
  position: relative;
  max-width: 245px;
  max-height: 292px;
  border: 1px solid #c5c5c5;
}


#app_1 {
	display: block;
	position: absolute;
	top: 10px;
	left: 33px;
	width:400px;
	text-align: justify;

}

#app_2 {
	display: block;
	position: absolute;
	top: 11px;
	left: 482px;
	width:400px;
	text-align: justify;

}

#app_3 {
	display: block;
	position: absolute;
	top: 545px;
	left: 483px;
	width:400px;
	text-align: justify;

}

#app_4 {
	display: block;
	position: absolute;
	top: 545px;
	left: 32px;
	width:400px;
	text-align: justify;

}

/* Lyrics tag */
.tag-cloud {
list-style-type:none;
text-align:center;
}

.tag-cloud li {
display:inline;
margin-right:7px;
line-height:1.25;
}

.tag-cloud li a {
text-decoration:none;
}
#tagcloud.section dt {

font-weight:bold;
}
.tag-cloud-1 {
font-size:1em;
}
.tag-cloud-2 {
font-size:1.25em;
}
.tag-cloud-3 {
font-size:1.75em;
}
.tag-cloud-4 {
font-size:2em;
}
.tag-cloud-5 {
font-size:2.25em;
}
.tag-cloud-6 {
font-size:2.75em;
}
.tag-cloud-7 {
font-size:3.25em;
}

/* index page ad*/

#left_ad {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 170px;
	height: 582px;
	background: url(imgad.gif) no-repeat;
}

/* shoutboxList */
/* shoutboxInput */
div#shoutbox {
    font-size: 11px;
    line-height: 1.181818;
}

div.shoutboxInput form {
    padding: 0 0 0 80px;
    clear: both;
    position: relative;
    min-height: 72px;
}

* html div.shoutboxInput form {
    height: 72px;
}

div.shoutboxInput form span.avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 68px;
    height: 68px;
}

/* otherwise the little subscriber dot is at the wrong position */
div.shoutboxInput form span.avatar span.userImage {
    display: block;
}

div.shoutboxInput form textarea {
    display: block;
    width: 99%;
    height: 60px;
}

* + html div.shoutboxInput form textarea {
    width: 98%;
}

* html div.shoutboxInput form textarea {
    width: 98%;
}

div.shoutboxInput div.textareaActions {
    margin: 5px 0 0 0;
    color: #696969;
}

div.shoutboxInput div.textareaActions input#sbPost {
    float: right;
}

div.shoutboxInput div.overCharLimit #sbCharCount {
    color: red;
}

div.shoutboxInput div.overCharLimit #sbPost {
    color: #888;
}

ul.shouts {
    margin: 15px 0;
    width: 100%;
}

* html ul.shouts {
    width: auto;
}

ul.shouts li.message {
    clear: both;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 80px;
}

ul.shouts li.message .author {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    padding: 0 5px 2px 0;
    line-height: 1.5em;
    font-weight: normal;
}

ul.shouts li.message .author a {
    font-weight: bold;
}

ul.shouts li.message .author span.userImage {
    display: inline;
    float: left;
    position: relative;
    margin-left: -80px;
}

ul.shouts li.message span.date {
    margin: 0 3px 0 0;
    color: #696969;
}

ul.shouts li.message blockquote {
    padding: 5px 5px 5px 1px;
    font-size: 12px;
    line-height: 1.3;
}

ul.shouts li.message .meta {
    position: absolute;
    top: 0;
    right: 17px;
    width: 200px;
    text-align: right;
    font-size: 10px;
}

ul.shouts li.message .meta form {
    display: none;
    position: absolute;
    top: 1px;
    right: -14px;
    margin: 0;
    display: inline;
}

a.button,
input.button,
button.button,
a.confirmButton,
input.confirmButton,
button.confirmButton {
    padding: 0 4px;
    border: 1px solid #ccc;
    border-color: #999 #858585 #666 #858585;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    vertical-align: middle;
    vertical-align: baseline;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #9b9b9b url(../images/last/button.png) 0 0 repeat-x;
    font-weight: bold;
    line-height: 16px;
    text-shadow: #9b9b9b 0 -1px 1px;
}
a.confirmButton,
input.confirmButton,
button.confirmButton {
    border-color: #505050 #404040 #2d2d2d #404040;
    font-weight: bold;
    background: #515151 url(../images/last/confirm_button.png) 0 0 repeat-x;
    text-shadow: #515151 0 -1px 1px;
}


a.button:hover,
input.button:hover,
button.button:hover,
a.confirmButton:hover,
input.confirmButton:hover,
button.confirmButton:hover {
    color: #fff;
    text-decoration: none;
}
a.button:active,
input.button:active,
button.button:active,
a.confirmButton:active,
input.confirmButton:active,
button.confirmButton:active,
a.activeButton,
input.activeButton,
button.activeButton {
}

input.confirmButton[disabled],
input.disabledConfirmButton {
    color: #bbb;
}