
/* RECORD POPUP STYLES  */



body
{

        background-image:url("../images/record_body_background.jpg");
	background-position:50% 0px;
        background-repeat:no-repeat;
        color:#FFFFFF;
	font-family:arial, helvetica;
	background-color:#000000;
	margin:0px;
	padding:0px;
}

body a
{
	color:#6C96FF;
}

input.record_submit
{	
        float:left;
        display:block;
        border:none;
	/*
        width:47px;
        height:20px;
        background:url("../images/player_record.png");
        margin:5px 0px 0px 10px;
	*/
	margin-top:2px;
	height:24px;
	margin-left:10px;
	cursor:pointer;
}

input.enter_email
{
	width:340px;
	padding:3px 0px 3px 5px;
	border:1px solid #B6C6D4;
}

#record_container input
{
        float:left;
}


#record_container
{
	position:relative;
        width:450px;
        height:350px;
        margin:75px auto 20px auto;	
}

#about_container
{
	position:relative;
	width:500px;
	height:380px;
	font-size:14px;
	margin:40px auto 20px auto;	
}

#record_container a
{
	color:#4C6FB2;
}

#loading_animation
{
        position:absolute;
        left:0px;
	right:0px;
	margin:0px auto 0px auto;
        top:40%;
        width:71px;
        height:71px;
}


div.clear
{
	clear:both;
	padding-bottom:50px;
}

.small_text
{
	font-size:14px;
}
