@charset "UTF-8";
/* CSS Document */

.Bluelink11 A:link {font-size: 11pt; font-weight: 100; font-family: verdana, helvetica, arial; text-decoration: none; color: #660000;}
.Bluelink11 A:visited {font-size: 11pt; font-weight: 100; font-family: verdana, helvetica, arial; text-decoration: none; color: #660000;}
.Bluelink11 A:active {font-size: 11pt; font-weight: 100; font-family: verdana, helvetica, arial; text-decoration: none; color: #660000;}
.Bluelink11 A:hover {font-size: 11pt; font-weight: 100; font-family: verdana, helvetica, arial; text-decoration: underline; color: #660000;}

/*h1 { 
text-indent: -9999px;
height: 50px;
margin: 0;
padding: 0;
}
h2 { 
text-indent: -9999px;
}
h3 { 
text-indent: -9999px;
}*/

#container {

display: none;
}

#thankyou {
width: 920px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
padding: 15px 25px 15px 25px;
color: #c21832;
font-family: Arial, Helvetica;
background: #fbdd4e url(images/croc.jpg) no-repeat 85% center;	
}


#content {
width: 940px;
background-color:#fbdd4e;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
padding: 15px 15px 0px 15px;
color: #c21832;
font-family: Arial, Helvetica;
background: #fbdd4e url(images/susie.jpg) no-repeat 73% bottom;	
}

table#tracks {
color: #c21832;
font-family: Arial, Helvetica;
font-size: 12px;
}

#left_content{
float: left;
width: 475px;
}

#tracklist_heading {
margin: 0 0 20px 0;
}

#left_content ul {
list-style: none;
padding: 0;
}

#left_content li {
padding: 10px 0 0 30px;
background: url(images/bullet.png) no-repeat left;
}

#right_content{
float: right;
width: 440px;
}

#form {
width: 410px;
background-color:#69bed4;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
color: #000;
font-size: 13px;	
}

.submit_btn {
margin: 0 0 60px 228px;	

}

.clear {
clear: both;
}

.fine_print {
font-size: 12px;
text-align: center;
}




