body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:10px;
    background-image: url('../images_new/background.gif');
    color: #424242;
}

a { color: #424242; text-decoration: underline; }
a:hover { text-decoration: none; }
.hidden { display: none; }
.center { text-align: center; margin: auto; }
.m_left_align { float:left; }
.m_right_align { float:right; }
.vmiddle { vertical-align:middle; }
.clear { clear: both; font-size:0; }
.bold { font-weight: bold; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.red { color: #ff0000; }

#page {
    width: 782px;
    text-align: left;
    margin: auto;
}

/*  ---- Page Header  ---- */
#header {
    margin:0px;
    padding:0px;
}

#formcontent {
    background-image: url('../images_new/01.gif');
    background-repeat:no-repeat;
    height: 183px;
    padding-top:260px;
	font-size: 20px;
	color: #393939;
	line-height:28px;
    padding-left:50px;
	padding-right:40px;
}

#facebook {
	position: relative;
	top:-54px;
	left: 194px;
}


#checkboxes {
    background-image: url('../images_new/02.gif');
    background-repeat:no-repeat;
    height: 108px;
    padding-top:100px;
    padding-left:10px;
}

#checkboxes .box {
	float: left;
	width: 450px;
	padding-left:25px;
	padding-top: 45px;
}

#checkboxes .box .text {
	height:40px;
	font-weight:bold;
}



#bonuscontent, #recapturecontent {
    background-image: url('../images_new/3.gif');
    background-repeat: repeat-y;
    padding-left:180px;
    padding-top:10px;
}

#recapturecontent {
    padding-left:180px;
    padding-top:0px;
    padding-bottom:40px;
}

#footer {
	background-image: url('../images_new/bottom.gif');
	background-repeat:no-repeat;
	text-align:center;
	padding:5px;
	color:#006;
	font-size: 9px;
}


form { display: inline }

/*#form label.error {
    color: #f40005;
    margin-left: 10px;
    vertical-align: top;
}*/

table.form_table {
    margin-top:10px;
}

table.form_table tr td {
    font-family:Arial;
    font-size:11px;
    padding:5px;
    _padding:4px;
    
}

table.form_table tr td.label {
    text-align:right;
    font-weight:bold;
}

table.form_table tr td.disclamer {
    text-align:center;
    font-size:10px;
}


table.form_table tr td .form_el {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*border: 1px solid #bec9d1;*/
    font-weight: normal;
}
