*
{ 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-align: left;
	background: #007abb url('../images/Background.jpg') no-repeat top center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li
{
	font-weight: normal;
	/* font-size: 10px;
	line-height: 10px; */
}
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; cursor: pointer; }
img { border-style: none; }
:focus  { outline: 0; }

#bcr_title, #omniturecode { display: none; }

#bcr_main
{
	position: relative;
	width: 882px;
	height: 1120px;
	margin: 10px auto;
	background: #c43a2b url('../images/bg_main.jpg') no-repeat 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
}

#bcr_headline { position: absolute; left: 61px; top: 13px; width: 752px; height: 113px; background: transparent url('../images/headline.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_subhead1 { position: absolute; left: 298px; top: 128px; width: 503px; height: 68px; background: transparent url('../images/subhead1.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_subhead2 { position: absolute; left: 363px; top: 207px; width: 381px; height: 38px; background: transparent url('../images/subhead2.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_subhead3 { position: absolute; left: 347px; top: 261px; width: 407px; height: 77px; background: transparent url('../images/subhead3.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_cta { position: absolute; left: 67px; top: 635px; width: 223px; height: 309px; background: transparent url('../images/cta.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_legal,
#bcr_billing
{
	position: absolute;
	left: 0;
	top: 960px;
	width: 100%;
	font-size: 9px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
#bcr_billing { top: 1080px; }
#bcr_billing a
{
	color: #fff;
	text-decoration: underline;
}
	#bcr_billing a:hover { color: #fcff00; }
#bcr_rating { position: absolute; left: 365px; top: 1006px; }
#bcr_box { position: absolute; left: 383px; top: 406px; width: 447px; height: 528px; background-color: #fff; border: 5px solid #000; }
#bcr_tab_entry { position: absolute; left: 383px; top: 380px; width: 133px; height: 26px; background: transparent url('../images/tab_entry.png') no-repeat 0 -26px; text-indent: -9999px; cursor: pointer; }
#bcr_tab_rules { position: absolute; left: 523px; top: 380px; width: 133px; height: 26px; background: transparent url('../images/tab_rules.png') no-repeat 0 -26px; text-indent: -9999px; cursor: pointer; }
	#bcr_tab_entry.bcr_active, #bcr_tab_rules.bcr_active { background-position: 0 0; cursor: default; }
#bcr_box div
{
	display: none;
	width: 436px;
	height: 508px;
	padding: 20px;
	background-color: #fff;
}
	#bcr_entry.bcr_active, #bcr_rules.bcr_active { display: block; }
	#bcr_entry table, #bcr_entry p { margin-bottom: 12px; }
	#bcr_table_1 input { width: 250px; font-size: 12px; }
	#bcr_table_1 .bcr_left { width: 146px; }
	#bcr_table_1 td { line-height: 32px; vertical-align: middle; }
	#bcr_table_2 td { font-size: 10px; vertical-align: top; }
	#bcr_table_2 { margin-bottom: 0 !important; }
	#bcr_table_2 .bcr_left { width: 25px; }
	#bcr_table_2 .bcr_right { padding-top: 2px; }
	#bcr_agree { font-size: 10px; }
	#bcr_agree a { color: #000; text-decoration: underline; }
#bcr_submit { display: block; margin: 0 auto 10px auto; cursor: pointer; }

#bcr_rules 
{ 
	overflow: auto;
	text-align:justify;
}
	#bcr_rules p { margin: 0 0 20px 0; }
	#bcr_rules ol 
	{ 
		padding-left:20px;
	}
	#bcr_rules li 
	{ 
		margin: 0 0 20px 0;
		text-justify:inter-word;
	}
.bcr_launch_rules { cursor: pointer; text-decoration: underline; }
	.bcr_launch_rules:hover { color: #fcff00; }
#bcr_sorry { display: none; width: 396px; height: 104px; z-index: 999; background: transparent url('../images/sorry.png') no-repeat center center; text-indent: -9999px;  }
#bcr_thanks { position: absolute; left: 425px; top: 454px; width: 349px; height: 84px; background: transparent url('../images/thanks.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_errors { text-align: center; font-size: 12px; color: #ff0000; }