body{
  background-image: url(/images/bg_body.jpg);
  background-repeat: repeat-x;
  color: #fbfef3;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: arial;
}

/* INDEX */
#main{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: auto;
}

#header{
  float: left;
  display: inline;
  width: 1000px;
  height: 130px;
  padding: 0px;
  margin: 0px;
}

#header_left{
  float: left;
  display: inline;
  width: 222px;
  height: 130px;
}

#title_h1{
  float: left;
  display: inline;
  width: 210px;
  height: 20px;
}

h1.title_h1{
  display: inline;
  font-size: 15px;
  font-weight: normal;
  color: #d3d3d3;
  padding: 0px;
  margin: 0px;
  height: 20px;
  vertical-align: text-bottom;
}

#logo{
  float: left;
  display: inline;
  width: 221px;
  height: 74px;
  margin-top: 36px;
  font-size: 0px; /* BUG IE6, IE7*/
}

#header_right{
  float: right;
  display: inline;
  width: 763px;
  height: 130px;
}

#menu{
  float: left;
  display: inline;
  width: auto;
  height: 31px;
  padding-top: 54px;
  font-size: 14px;
}

#menu_left{
  float: left;
  display: inline;
  width: 16px;
  height: 31px;
  background-image: url(/images/bg_menu_left.jpg);
  background-repeat: no-repeat;
}

#menu_center{
  float: left;
  display: inline;
  width: auto;
  height: 25px;
  padding-top: 8px;
  background-image: url(/images/bg_menu_center.jpg);
  background-repeat: repeat-x;
}

#menu_center a{
  color: #c3c3c3;
  text-decoration: none;
}

#menu_center a:hover{
  color: #fff;
}

#menu_right{
  float: left;
  display: inline;
  width: 14px;
  height: 31px;
  background-image: url(/images/bg_menu_right.jpg);
  background-repeat: no-repeat;
}

#download{
  float: right;
  display: inline;
  width: 70px;
  height: 87px;
  font-size: 13px;
  line-height: 13px;
}

#download a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#download a:hover{
  color: #999;
}

#barglass{
  float: left;
  display: inline;
  width: 763px;
  height: 43px;
  background-image: url(/images/bar_glass.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

#socialnetwork{
  float: left;
  display: inline;
  width: 190px;
  height: 30px;
  padding-top: 2px;
}


#search_tematic{
  float: left;
  display: inline;
  color: #333;
  font-size: 13px;
  width: 200px;
  height: 30px;
  margin-top: 2px;
  background-image: url(/images/box_searchtematic.jpg);
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-left: 7px;
}

#search_tematic a{
  color: #c1c1c1;
  text-decoration: none;
}

#search_tematic a:hover{
  color: #b6d63d;
  font-size: 14px;
}
/* HEADER: LOGIN */
b.welcome{
  color: #d39102;
}

#control_login{
  float: right;
  display: inline;
  width: 300px;
  height: 20px;
  color: #333;
  padding-top: 6px;
  text-align: right;
  margin-right: 25px;
}

#control_login_text a{
  font-size: 14px;
  font-weight: 500;
  color: #777;
  text-decoration: none;
}

#control_login_text a:hover{
  font-size: 14px;
  font-weight: 500;
  color: #e91600;
  text-decoration: none;
}

#info_login{
  float: right;
  display: inline;
  width: 300px;
  height: 30px;
  padding-top: 4px;
}

#control_logout{
  float: right;
  display: inline;
  width: 30px;
  height: 30px;
  padding: 0px;
  padding-right: 5px;
}
/* Content */
#content{
  float: left;
  width: 1000px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#bg_content_note{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 500px;
  background-image: url(/images/rays_note.jpg);
  background-repeat: no-repeat;
}

#bg_content{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 525px;
  background-image: url(/images/rays.jpg);
  background-repeat: no-repeat;
}

#box_search{
  float: left;
  display: inline;
  width: 507px;
  height: 69px;
  background-image: url(/images/box_search.jpg);
  background-repeat: no-repeat;
  margin-top: 133px;
  margin-left: 246px;

}

#input_search{
  float: left;
  display: inline;
  width: 400px;
  height: 50px;
  padding-left: 30px;
  padding-top: 14px;
}

#input_search input{
  height: 40px;
}

#button_search{
  float: left;
  display: inline;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  padding-left: 10px;
}

#block_box_info{
  float: left;
  display: inline;
  width: 1000px;
  height: 80px;
  padding-top: 95px;
  padding-left: 20px;
}

#box_info_home{
  float: left;
  display: inline;
  width: 328px;
  height: auto;
}

#box_info_topten{
  float: left;
  display: inline;
  width: 312px;
  height: 84px;
  background-image: url(/images/box_topten.jpg);
  background-repeat: no-repeat;
}

#box_title{
  float: left;
  display: inline;
  width: 280px;
  height: 20px;
  text-align: right;
  padding-top: 45px;
}

h2.box_title{
  color: #666;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

#box_info_cd{
  float: left;
  display: inline;
  width: 312px;
  height: 84px;
  background-image: url(/images/box_cd.jpg);
  background-repeat: no-repeat;
}

#box_info_microfono{
  float: left;
  display: inline;
  width: 312px;
  height: 84px;
  background-image: url(/images/box_microfono.jpg);
  background-repeat: no-repeat;
}

#box_info_center{
  float: left;
  display: inline;
  width: 315px;
  height: auto;
  background-image: url(/images/box_info_center.jpg);
  background-repeat: repeat-y;
}

#list_info{
  float: left;
  display: inline;
  width: 300px;
  height: auto;
  text-align: left;
}

#list_info ul{
  padding: 0px;
  margin: 0px;
  padding-left: 35px;
  color: #333;
}

#list_info li{
  text-align: left;
  vertical-align: top;
  list-style-image: url(/images/pointer_info.jpg);
  font-size: 14px;
  color: #666;
}

#box_info_bottom{
  float: left;
  display: inline;
  width: 315px;
  height: 28px;
  background-image: url(/images/box_info_bottom.jpg);
  background-repeat: no-repeat;
}

/* PLAYER */
#box_player{
  float: left;
  display: inline;
  width: 960px;
  height: auto;
}

#player_search{
  float: left;
  display: inline;
  width: 510px;
  height: 64px;
  background-image: url(/images/listing/player_search.jpg);
  background-repeat: no-repeat;
  margin-left: 244px;
  margin-top: 9px;
}

#player_search_input{
  float: left;
  display: inline;
  width: 405px;
  height: 50px;
  padding-top: 13px;
  padding-left: 25px;
}

#player_search_input input{
  height: 40px;
}

#player_search_play{
  float: left;
  display: inline;
  width: 45px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
}

#player_flash{
  float: left;
  display: inline;
  width: 710px;
  height: 70px;
  margin-left: 146px;
}

#player_titlesong{
  float: left;
  display: inline;
  width: 514px;
  height: 36px;
  background-image: url(/images/listing/player_titlesong.jpg);
  background-repeat: no-repeat;
  margin-left: 244px;
}

/* LISTING SONG */
#box_listing{
  float: left;
  display: inline;
  width: 675px;
  height: auto;
  margin-left: 163px;
  margin-top: 10px;
}

#box_listing_top{
  float: left;
  display: inline;
  width: 675px;
  height: 117px;
  background-image:  url(/images/listing/box_listing_top.jpg);
  background-repeat: no-repeat;
}

#menu_listing{
  float: left;
  display: inline;
  width: 650px;
  height: 110px;
}

#ico{
  float: left;
  display: inline;
  width: 650px;
  height: 61px;
  font-size: 0px; /* BUG IE6, IE7*/
  padding-top: 0px;
}

#listing_ico{
  float: left;
  display: inline;
  width: 164px;
  height: 61px;
}

#button{
  float: left;
  display: inline;
  width: 650px;
  height: 26px;
  margin-top: 2px;
}

#listing_button{
  float: left;
  display: inline;
  width: 140px;
  height: 26px;
  margin-left: 25px;
}

#listing_button_left{
  float: left;
  display: inline;
  width: 12px;
  height: 26px;
  background-image: url(/images/listing/listing_button_left.jpg);
  background-repeat: no-repeat;
  font-size: 0px;
}

#listing_button_center{
  float: left;
  display: inline;
  width: auto;
  height: 26px;
  padding-top: 4px;
  font-size: 11px;
  background-image: url(/images/listing/listing_button_center.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
}

#listing_button_right{
  float: left;
  display: inline;
  width: 12px;
  height: 26px;
  background-image: url(/images/listing/listing_button_right.jpg);
  background-repeat: no-repeat;
}

#listing_button a{
  color: #fff;
  text-decoration: none;
}

#listing_button a:hover{
  color: #f79700;
  text-decoration: none;
}

#box_listing_center{
  float: left;
  display: inline;
  width: 675px;
  height: auto;
  background-image:  url(/images/listing/box_listing_center.jpg);
  background-repeat: repeat-y;
}

#listing_song{
  float: left;
  display: inline;
  width: 675px;
  height: auto;
}

#searchResult{
  float: left;
  display: inline;
  width: 650px;
  height: 29px;
  margin-left: 36px;
}

#playlistElement{
  float: left;
  display: inline;
  width: 650px;
  height: 29px;
  margin-left: 36px;
}

#playlist{
  float: left;
  display: inline;
  width: 650px;
  height: 29px;
  margin-left: 36px;
}

#playlistStorageInputs{
  float: left;
  display: inline;
  width: 650px;
  height: 28px;
  color: #333;
  margin-left: 10px;
}

#input_saveplaylist{
  float: left;
  display: inline;
  width: 450px;
  height: 28px;
  padding-top: 4px;
  padding-left: 18px;
}

#input_saveplaylist input{
  width: 330px;
}

#button_clearsave{
  float: left;
  display: inline;
  width: auto;
}

#song_text{
  float: left;
  display: inline;
  width: 530px;
  color: #333;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  font-family: arial;
}

#song_text .title_result_song{  /* View: searchView_Webservice.js*/
  width: 525px;
  height: 22px;
  padding-top: 6px;
  padding-left: 5px;
}

#song_text .title_result_song a{
  color: #333;
  text-decoration: none;
}

#button_song{
  float: left;
  display: inline;
  width: 100px;
  height: 26px;
  margin-top: 1px;
}

#song_text .button_result_song{
  float: left;
  display: inline;
  width: 80px;
  height: 28px;
}

#button_song_left{
  float: left;
  display: inline;
  width: 9px;
  height: 27px;
  background-image: url(/images/listing/button_song_left.jpg);
  background-repeat: no-repeat;
}

#button_song_center{
  float: left;
  display: inline;
  width: auto;
  height: 25px;
  background-image: url(/images/listing/button_song_center.jpg);
  background-repeat: repeat-x;
  padding-top: 5px;
}

#button_song_center a{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

#button_song_center a:hover{
  color: #f59c00;
}

#button_song_right{
  float: left;
  display: inline;
  width: 9px;
  height: 27px;
  background-image: url(/images/listing/button_song_right.jpg);
  background-repeat: no-repeat;
}

#box_listing_bottom{
  float: left;
  display: inline;
  width: 675px;
  height: 40px;
  background-image:  url(/images/listing/box_listing_bottom.jpg);
  background-repeat: no-repeat;
}

/* REGISTER */
#register_because{
  float: left;
  display: inline;
  width: 306px;
  height: auto;
  margin-top: 26px;
  margin-left: 64px;
}

#box_beacuse_listening{
  float: left;
  display: inline;
  width: 310px;
  height: 100px;
  background-image: url(/images/because_01.jpg);
  background-repeat: no-repeat;
}

#box_beacuse_sharing{
  float: left;
  display: inline;
  width: 310px;
  height: 100px;
  background-image: url(/images/because_02.jpg);
  background-repeat: no-repeat;
}

#box_beacuse_playlist{
  float: left;
  display: inline;
  width: 310px;
  height: 100px;
  background-image: url(/images/because_03.jpg);
  background-repeat: no-repeat;
}

#because_text{
  float: left;
  display: inline;
  width: 235px;
  height: 80px;
  text-align: left;
  margin-top: 20px;
  color: #666;
  margin-left: 65px;
  font-size: 14px;
}

h2.because{
  float: left;
  display: inline;
  width: 240px;
  height: 25px;
  color: #333;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

#box_register{
  float: left;
  display: inline;
  width: 510px;
  height: 510px;
  background-image: url(/images/box_register.jpg);
  background-repeat: no-repeat;
  margin-top: 27px;
  margin-left: 57px;
  padding-left: 18px;
}

#register_text{
  float: left;
  display: inline;
  width: 490px;
  height: auto;
  text-align: left;
  padding-top: 22px;
  padding-left: 25px;
  font-size: 14px;
}

b.title_register{
  color: #777;
  font-size: 16px;
}

#line_register{
  float: left;
  display: inline-block;
  width: 500px;
  height: 27px;
  padding-top: 8px;
  color: #333;
}

#line_register .label-cont{
  float: left;
  display: inline;
  width: 110px;
  height: 24px;
  margin-top: 4px;
  text-align: right;
  margin-right: 5px;
  font-size: 14px;
}

#line_register .input-cont{
  float: left;
  display: inline;
  width: 250px;
  height: 24px;
  background: url(/images/input_register.jpg) no-repeat top left;
  border-color: #fff;
}

.line_radio{
  float: left;
  display: inline;
  width: 450px;
  color: #333;
  text-align: left;
  margin-left: 60px;
  font-size: 14px;
  height: 27px;
  padding-top: 10px;
}

#line_register input{
  display: block;
  width: 210px;
  height: 20px;
  background: #FFF;
  border: 0px;
  padding-top: 3px;
  margin-left: 5px;
  background: none;
}

#line_register select{
  display: block;
  width: 250px;
  height: 23px;
  background: #FFF;
  border: 0px;
  padding-top: 2px;
  background: none;
}

#register_termsandconditions{
  float: left;
  display: inline;
  width: 500px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ab5e02;
}

/* LOGIN */
#box_login{
  float: left;
  display: inline;
  width: 313px;
  height: 222px;
  background-image: url(/images/box_login.jpg);
  background-repeat: no-repeat;
  margin-left: 343px;
  margin-top: 108px;
  padding-bottom: 30px;
  padding-top: 40px;
  color: #333;
}

#line_login{
  float: left;
  display: inline;
  width: 313px;
  height: 50px;
}

#line_login label{
  font-weight: bold;
  font-size: 13px;
}

#line_login input{
  border: 0px;
  background: url(/images/input_login.jpg);
  width: 235px;
  height: 20px;
  background-repeat: no-repeat;
  color: #333;
  text-align: center;
}

#login_button input{
  text-align: center;
  width: 80px;
  height: 25px;
  margin-top: 10px;
  padding-bottom: 30px;
}

/* CONTACT */
b.title_contact{
  display: inline-block;
  color: #333;
  font-size: 24px;
  margin-left: 50px;
  padding-bottom: 50px;
}

#box_info_contact{
  float: left;
  display: inline;
  width: 300px;
  height: 160px;
  background-image: url(/images/box_info_contact.jpg);
  background-repeat: no-repeat;
  margin-top: 63px;
  margin-left: 40px;
}

#box_contact{
  float: left;
  display: inline;
  width: 544px;
  height: 560px;
  background-image: url(/images/box_contact.jpg);
  background-repeat: no-repeat;
  margin-top: 22px;  
  margin-left: 27px;

}

#contact_text{
  float: left;
  display: inline;
  width: 430px;
  height: auto;
  text-align: left;
  margin-top: 56px;
  padding-left: 68px;

}

#contact_input{
  float: left;
  display: inline;
  width: 400px;
  height: 35px;
}

#contact_input label{
  float: left;
  display: inline;
  width: 100px;
  color: #333;
  font-size: 14px;
  text-align: right;
  margin-top: 3px;
  font-weight: bold;
}

#contact_input input{
  float: left;
  display: inline;
  width: 250px;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}

#contact_input textarea{
  float: left;
  display: inline;
  width: 250px;
  color: #333;
  margin-left: 10px;

}

#contact_button{
  float: left;
  display: inline;
  width: 400px;
  height: 40px;
}

#contact_button input{
  width: 80px;
  margin-left: 180px;
  margin-top: 30px;
}


/* TERMS AND CONDITIONS */
#box_termsandconditions{
  float: left;
  display: inline;
  width: 317px;
  height: 253px;
  background-image: url(/images/box_termsandconditions.jpg);
  background-repeat: no-repeat;
  margin-top: 23px;
  margin-left: 17px;
}

#termsandconditions{
  float: right;
  display: inline;
  width: 650px;
  height: auto;
  color: #333;
  margin-top: 35px;
  text-align: left;
}

ul.termsandconditions{
  padding: 0px;
  margin: 0px;
  color: #333;
  width: 270px;
  text-align: left;
  margin-left: 28px;
  margin-top: 35px;
}

li.termsandconditions{
  list-style: none;
  padding-top: 6px;
  list-style-image: url(/images/img_li_termsandconditions.jpg);
  margin-left: 10px;
}

li.termsandconditions a{
  color: #333;
  text-decoration: none;
}

li.termsandconditions a:hover{
  color: #db9900;
}

/* Anchor UP */
li.up{ 
  list-style: none;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

li.up a{
  color: #db9900;
  text-decoration: none;
}

li.up a:hover{
  color: #b17c01;
  text-decoration: underline;
}

/* DOWNLOAD */
#download_left{
  float: left;
  display: inline;
  width: 480px;
  height: auto;
}

#ico_download{
  float: left;
  display: inline;
  width: 400px;
  height: auto;
  margin-left: 70px;
  padding-top: 54px;
}

#ico_puniz{
  float: left;
  display: inline;
  width: 214px;
  height: 209px;
  background-image: url(/images/download_ico_puniz.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#ico_net{
  float: left;
  display: inline;
  width: 153px;
  height: 162px;
  background-image: url(/images/download_ico_net.jpg);
  background-repeat: no-repeat;
  margin-top: 54px;
  text-align: center;
}

#download_text{
  display: inline-block;
  color: #333;
  font-size: 14px;
  margin-top: 11px;
}

#download_text a{
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

#download_right{
  float: left;
  display: inline;
  width: 450px;
  height: auto;
  padding-top: 17px;
  padding-left: 26px;
}

/* INSTANT MESSAGE */

b.instant_message{
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #333;
  text-align: center;
}

/* TEMAITIC AREA */
#tematic_search_letter{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 30px;
  text-align: center;
  padding-top: 8px;
}

#search_letter_left{
  float: left;
  display: inline;
  width: 23px;
  height: 24px;
  background-image: url(/images/box_lettersearch_left.jpg);
  background-repeat: no-repeat;
}

#search_letter_center{
  float: left;
  display: inline;
  width: auto;
  height: 24px;
  background-image: url(/images/box_lettersearch_center.jpg);
  background-repeat: repeat-x;
  font-size: 14px;
  color: #333;
  padding-top: 3px;
}

#search_letter_center a{
  color: #d58803;
  text-decoration: none;
}

#search_letter_center a:hover{
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
}

#search_letter_right{
  float: left;
  display: inline;
  width: 23px;
  height: 24px;
  background-image: url(/images/box_lettersearch_right.jpg);
  background-repeat: no-repeat;
}

#tematic_search{
  float: left;
  display: inline;
  width: 305px;
  height: auto;
}

#tematic_search_title{
  float: left;
  display: inline;
  width: 291px;
  height: 30px;
  background-image: url(/images/title_search.jpg);
  background-repeat: no-repeat;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 14px;
  padding-top: 4px;
  color: #ededed;
}

#box_search_tematic_top{
  float: lefT;
  display: inline;
  width: 300px;
  height: 4px;
  background-image: url(/images/box_tematic_search_top.jpg);
  background-repeat: no-repeat;
  font-size: 0px;
}

#box_search_tematic_center{
  float: lefT;
  display: inline;
  width: 300px;
  height: auto;
  background-image: url(/images/box_tematic_search_center.jpg);
  background-repeat: repeat-y;
}

#box_search_tematic_center .input{
  float: left;
  display: inline;
  width: 300px;
  height: auto;
}

#button_searchtematic{
  float: right;
  display: inline;
  width: auto;
  height: 26px;
  margin-right: 20px;
  margin-top: 8px;
}

#button_searchtematic_left{
  float: left;
  display: inline;
  width: 6px;
  height: 26px;
  background-image: url(/images/button_searchtematic_left.jpg);
  background-repeat: no-repeat;
}

#button_searchtematic_center{
  float: left;
  display: inline;
  width: auto;
  height: 26px;
  background-image: url(/images/button_searchtematic_center.jpg);
  background-repeat: repeat-x;
}

#button_searchtematic_center input{
  float: left;
  display: inline;
  width: auto;
  height: 26px;
  background: none;
  border: 0px;
  color: #fff;
  background-image: url(/images/button_searchtematic_center.jpg);
  background-repeat: repeat-x;
}

#button_searchtematic_right{
  float: left;
  display: inline;
  width: 7px;
  height: 26px;
  background-image: url(/images/button_searchtematic_right.jpg);
  background-repeat: no-repeat;
}

#box_search_tematic_bottom{
  float: lefT;
  display: inline;
  width: 300px;
  height: 6px;
  background-image: url(/images/box_tematic_search_bottom.jpg);
  background-repeat: no-repeat;
}

#box_genery{
  float: left;
  display: inline;
  width: 660px;
  height: 350px;
  margin-left: 20px;
}

#tematic_genery_title{
  float: left;
  display: inline;
  width: 645px;
  height: 33px;
  background-image: url(/images/title_genery.jpg);
  background-repeat: no-repeat;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 14px;
  padding-top: 4px;
  color: #ededed;
}

#box_genery_top{
  float: left;
  display: inline;
  width: 660px;
  height: 8px;
  background-image: url(/images/box_genery_top.jpg);
  background-repeat: no-repeat;
  font-size: 0px;
}

#box_genery_center{
  float: left;
  display: inline;
  width: 660px;
  height: auto;
  background-image: url(/images/box_genery_center.jpg);
  background-repeat: repeat-y;
}

#text_genery{
  float: left;
  display: inline;
  text-align: left;
  width: 200px;
  height: 28px;
  margin-left: 10px;
  margin-top: 2px;
}

#text_genery .ico{
  float: left;
  display: inline;
  width: 22px;
  height: 23px;
}

#text_genery .text{
  float: left;
  display: inline;
  width: 170px;
  height: 24px;
  color: #333;
  font-size: 14px;
  padding-top: 4px;
  margin-left: 5px;
}

#box_genery_bottom{
  float: left;
  display: inline;
  width: 660px;
  height: 8px;
  background-image: url(/images/box_genery_bottom.jpg);
  background-repeat: no-repeat;
}

/* SHOW ALBUM */
h1.title_artist{
  padding: 0px;
  margin: 0px;
  font-size: 26px;
  color: #333;
  text-align: left;
}

#box_album{
  float: lefT;
  display: inline;
  width: 660px;
  height: auto;
  margin-top: 20px;
}

#box_album_top{
  float: left;
  display: inline;
  width: 660px;
  height: 8px;
  font-size: 0px;
  background-image: url(/images/box_genery_top.jpg);
  background-repeat: no-repeat;
}

#box_album_center{
  float: left;
  display: inline;
  width: 660px;
  height: auto;
  background-image: url(/images/box_generyalbum_center.jpg);
  background-repeat: repeat-y;
}

#album_rows{
  float: left;
  display: inline;
  width: 630px;
  height: auto;
}

#album{
  float: left;
  display: inline;
  width: 207px;
  height: auto;
  margin-left: 3px;
  font-size: 0px;
}

#album_top{
  float: left;
  display: inline;
  width: 210px;
  height: 15px;
  background-image: url(/images/box_album_top.jpg);
  background-repeat: no-repeat;
}

#album_center{
  float: left;
  display: inline;
  width: 200px;
  height: auto;
  background-image: url(/images/box_album_center.jpg);
  background-repeat: repeat-y;
  font-size: 10px;
  color: #333;
  text-align: left;
  padding-left: 10px;
}

#album_bottom{
  float: left;
  display: inline;
  width: 210px;
  height: 17px;
  background-image: url(/images/box_album_bottom.jpg);
  background-repeat: no-repeat;
}

#box_album_bottom{
  float: left;
  display: inline;
  width: 660px;
  height: 8px;
  background-image: url(/images/box_genery_bottom.jpg);
  background-repeat: no-repeat;
}

/* SHOW SONG */
#box_lyric{
  float: left;
  display: inline;
  width: 480px;
  height: auto;
  margin-top: 20px;
}

#box_lyric_top{
  float: left;
  display: inline;
  width: 472px;
  height: 9px;
  background-image: url(/images/box_lyric_top.jpg);
  background-repeat: no-repeat;
  font-size: 0px;
}

#box_lyric_center{
  float: left;
  display: inline;
  width: 472px;
  height: auto;
  background-image: url(/images/box_lyric_center.jpg);
  background-repeat: repeat-y;
  text-align: left;
  padding-left: 10px;
  color: #333;
}

#box_lyric_center .title{
  font-size: 24px;
}

#box_lyric_bottom{
  float: left;
  display: inline;
  width: 472px;
  height: 17px;
  background-image: url(/images/box_lyric_bottom.jpg);
  background-repeat: no-repeat;
}

#box_songoption{
  float: left;
  display: inline;
  width: 210px;
  height: auto;
  margin-top: 20px;
}

#box_songoption_top{
  float: left;
  display: inline;
  width: 210px;
  height: 23px;
  background-image: url(/images/box_songoption_top.jpg);
  background-repeat: no-repeat;
  font-size: 0px;
}

#box_songoption_center{
  float: left;
  display: inline;
  width: 210px;
  height: auto;
  background-image: url(/images/box_songoption_center.jpg);
  background-repeat: repeat-y;
}

#option_song{
  float: left;
  display: inline;
  width: 200px;
  height: 30px;
  margin-left: 10px;
  margin-top: 10px;
}

#option_song .ico{
  float: left;
  display: inline;
  width: 45px;
  height: 28px;
}

#option_song .text{
  float: left;
  display: inline;
  width: 130px;
  height: 28px;
  color: #333;
  font-size: 14px;
  text-align: left;
  margin-top: 4px;
  font-weight: bold;
  margin-left: 10px;
}

#box_songoption_bottom{
  float: left;
  display: inline;
  width: 210px;
  height: 16px;
  background-image: url(/images/box_songoption_bottom.jpg);
  background-repeat: no-repeat;
}

/* FOOTER */
#footer{
  float: left;
  display: inline;
  width: 1000px;
  height: 80px;
  background-image: url(/images/footer.jpg);
  background-repeat: no-repeat;
  font-size: 12px;
  padding-top: 15px;
}

#footer_link{
  float: left;
  display: inline;
  width: 1000px;
  height: 21px;
}

#footer a{
  color: #db7303;
  text-decoration: none;
}

#footer a:hover{
  color: #333;
}

#logo_youtube{
  float: left;
  display: inline;
  width: 1000px;
  height: 35px
}

/* PRIVACY */
#center_info_privacy{
  float: left;
  display: inline;
  width: 960px;
  height: auto;
  color: #333;
  font-size: 12px;
  text-align: left;
}
