body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
background-color: #ffffff;
margin: 0px;
}
#container {
 position: absolute;
    top: 35%;
    left: 20%;
}
#header{
margin:0px 0px 20px 0px;
}
#right_column {
float:left;
width:400px;
margin-right:20px;
}
#left_column {
float:left;
width:400px;
margin-left:20px;
}
#footer {
clear:both;
}
#artist_title{
padding:0px 0px 0px 5px;
}
.release_artist{
font-size:30px;
color:#333333;
}
.release_title{
font-size:30px;
color:#999999;
}
#basic_data{
}
#b2c_notes{
padding:10px;
}
#playlist{
}
#cover_art{
}
.asset_download_div{
padding:10px;
}
#feedback_div{
padding:10px 0px 0px 0px;
color:#999999;
}
#contact{
padding:10px;
}
.country_drop{
width:200px;
height:28px;
padding:3px;
border: 1px solid #CCCCCC;
}
.country_drop_disabled{
width:200px;
height:28px;
padding:3px;
border: 1px solid #CCCCCC;
background-color:#CCCCCC;
}
#footer{
text-align:center;
color:#CCCCCC;
padding:30px 0px 10px 0px;
}
#footer a:link {
color: #CCCCCC;
}
#footer a:visited {
color: #CCCCCC;
}
#footer a:hover {
color: #0099FF;
}
#footer a:active {
color: #CCCCCC;
}
.custom_header_image_style{
width:840px;
}
.feedback_text_input{
height:22px;
width:380px;
padding:3px;
border: 1px solid #CCCCCC;
}
.feedback_textarea{
height:50px;
width:390px;
padding:3px 3px 3px 3px;
border: 1px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
}
.submit_feedback{
width:140px;
height:60px;
background-color:#0099FF;
color:#FFFFFF;
border:0;
}
.submit_feedback_disabled{
width:140px;
height:60px;
background-color:#CCCCCC;
color:#FFFFFF;
border:0;
}
div#playlist{
width:90%;
margin:auto;
}
table#player{
border-collapse: collapse;
width:100%;
}
table#player td{
padding: 0 8px;
font-size:0.9em;
}
table#player tr{
border-bottom:1px dotted #ddd;
background-color: #fff;
height:37px;
}
table#player tr.hovering{
background-color: yellow;
}
table#player tr.playing{
background-color: #AEE7E7;
}
table#player tr.paused{
background-color: #D8D8D8;
}
table#player .column_button{
padding:0;
background-color:#fff;
width:37px;
text-align: center;
}
table#player .column_title{
}
table#player .column_artist{
font-weight: bold;
color:#444;
}