/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#191919;
	color:#d4d4d4;
}
h1{
	font-size:28px;
	letter-spacing:-1px;
	color:#dbdbdb;
}
h2{
	font-size:14px;
	letter-spacing:-1px;
	color:#dbdbdb;
}
a{
	color:#ffa200;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
}
p{
	text-align:justify;
}
.promos-text p{
	text-align:justify;
	color:white;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}
th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;	
}


.sbnet,  .sbnet:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#292929;
	color:#d4d4d4;
	text-decoration:none;
	font-weight:normal;
}


.oddb,  .oddb:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#292929;
	color:#d4d4d4;
	text-decoration:none;
	font-weight:normal;
}

/* Flags Section */

.flags{
	width:950px;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
}
	.flags h1{
		position:absolute;
		font-size:14px;
		top:0;
		z-index:3;
		padding:0;
		margin:0;
	}
	.flags-content{
		width:950px;
		padding:0;
		margin:0;
		overflow:hidden;
		display:block;
		background-color:#000000;
		position:relative;
		top:0;
		z-index:9;
		line-height:2px;
	}
	.flags-content ul{
		margin:0 10px 4px 0;;
		padding:0 0 0 770px;
		list-style:none;
		position:relative;
		top:0;
		z-index:9;
	}
	.flags-content li {
		float:left;
		padding:0;
		margin:0 10px 4px 0;
		position:relative;
		top:0;
		z-index:9;
		line-height:0px;
	}

/* Header Section */
.header {
	width:950px;
	padding:0;
	margin:0;
	height:78px;
}
	.header ul {
		padding:0;
		margin:0;	
		list-style:none;
	}
	.header ul li{
		float:left;
		height:78px;
	}
	.header-menu{
		width:449px;
		background-image:url(/images/02-header-bg.gif);
		background-position:center;
		background-repeat:no-repeat;
	}
	.header-menu ul{
		padding:0;
		margin:0;
		list-style:none;
		margin-top: 26px;
	}
	.header-menu ul li{
		float:left;
	}
	.header-menu ul li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		/*color:#95b4d0;*/
		color:#FFF;
		line-height:30px;
		
	}
	.header-menu ul li a:hover {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
		color:#95b4d0;
	}
	.separator{
		background-image:url(/images/27-headermenu-division.gif);
		background-position:top;
		background-repeat:no-repeat;
		margin: 0 8px 0 8px;
	}
	.live_help{
		/*background-image:url(../images/1/05-live-help-loading.gif.jpg);
		background-position:top;
		background-repeat:no-repeat;*/
		width:275px;
		height:63px;
	}
	
/* Contact numbers, Live help and Main image section */
.contact {
	width:950px;
	padding:0;
	margin:0;
	height:158px;
}
	.contact ul{
		padding:0;
		margin:0;
		list-style:none;
	}
	.contact ul li{
		float:left;
		height:158px;
	}
	.contact-numbers{
		background-image:url(/images/04-numbers-bg.gif);
		background-position:top;
		background-repeat:no-repeat;
		width:275px;
		height:158px;
		padding:0;
		margin:0;
	}
	.contact-phone{
		padding:0;
		margin:0;
		width:275px;
		height:95px;
		text-align:left;
	}
	.contact-phone p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		padding:15px 0 0 25px;
		margin:0;
		line-height:25px;
		width:275px;
	}

/* Menu and Login section */
.login {
	background-image:url(/images/26-division.gif);
	background-repeat:repeat-x;
	height:43px;
	width:950px;
}
	.login ul{
		padding:0;
		margin:0;
		list-style:none;
	}
	.login ul li{
		float:left;
		height:43px;
	}
	.login-menu {
		padding-left:5px;
		text-align:left;
		color:#6283a1;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
		.login-menu ul{
			padding:0;
			margin:0;
			list-style:none;
		}
		.login-menu ul li{
			float:left;
			padding-top:15px;
			margin: 0 10px 0 10px;
		}
		.login-menu a{
			color:#6283a1;
			font-weight:bold;
			text-decoration:none;
			padding-top:15px;
		}
		.login-menu a:hover{
			color:#6283a1;
			font-weight:bold;
			text-decoration:underline;			
		}
	.login ul li form {
		padding:0;
		margin:0 0 0 50px;
		text-align:right;
	}
	.input-login{
		background-image:url(/images/07-input-bg.gif);
		background-position:center;
		background-repeat:repeat-x;
		border:#555555 solid 1px;
		width:106px;
		height:22px;
		padding:0;
		margin:0;
		color:#FFFFFF;
		font-weight:bold;
		vertical-align:top;
		margin:10px 5px 0 20px;
	}
	.select-login{
		background: #666;
		border:#555555 solid 1px;
		width:106px;
		height:25px;
		padding:0;
		margin:0;
		font-weight:bold;
		vertical-align:top;
		margin:10px 5px 0 5px;
		color:#FFF;
	}
	.input-send{
		margin:7px 5px 0 5px;
	}

/* Content index Section  */
.content {
	background-image:url(/images/27-content-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	width:930px;
	padding:10px;
	text-align:left;
	overflow:hidden;
	display:block;
}	
.no_cols{
	background-color:#000000;
	width:950px;
	text-align:left;
	display:block;
	overflow:hidden;
	}
	
	.promo-left-section{
		float:left;
		overflow:hidden;
		display:block;
		margin: 10px 0 0 0;		
	}
	.promo-right-section{
		float:right;
		margin: -460px -10px 0 0;
	}	
	.promo-left{
		background-image:url(/images/10-promos-bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		padding:0;
		margin:0 20px 0 0;
		background-color:#2a2a2a;
		float:left;
	}
		.promo-left ul{
			padding:0;
			margin:0;
			list-style:none;
		}
		.promo-left ul li{
			margin:15px 0 0 3px;
			padding:0;
			overflow:hidden;
		}
		.promo-left a{
			color:#6283a1;
			font-weight:bold;
			text-decoration:none;
			vertical-align:bottom;
			display:inherit;
		}
		.promo-left a:hover{
			color:#6283a1;
			font-weight:bold;
			text-decoration:underline;
		}
	.section-right{
		overflow:hidden;
		}
	.news1{
		background-image:url(/images/18-first-box-bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#1a1a1a;
		width:664px;
		text-align:justify;
	}
	.news2{
		background-image:url(/images/20-second-box-bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#080808;
		width:664px;
		text-align:justify;
	}
	.news-content{
		padding:12px;
	}
	.newstitle{
		color:#ffa200;
		font-weight:bold;
	}
	.newsdate{		
		color:#8d8d8d;
		font-weight:bold;
	}
	.newsbody{	
		color:#d4d4d4;
		padding-right:12px;
	}
	.pages {
		width:664px;
		padding:0;
		margin:0;
		list-style:none;
		text-align:center;
	}
	.pages li{
		float:left;
		width:220px;
	}
	.pages li a{
		color:#6283a1;
		font-weight:bold;
		text-decoration:none;
	}
	.pages li a:hover{
		color:#6283a1;
		font-weight:bold;
		text-decoration:underline;
	}

/* Footer Section */
.footer{
	background-image:url(../images/29-bottom-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	padding-bottom:20px;
	width:950px;
	color:#454545;
	font-weight:bold;
	overflow:hidden;
	display:inline-block;
}		
	/* Footer Menu */
	.footer-menu{
		text-align:center;
		display:inline-block;
		overflow:hidden;
	}
	.footer-menu ul{
		padding:0;
		margin:-10px 0 10px 0;
		list-style:none;
	}
	.footer-menu li{
		float:left;
		margin:22px 0 0 22px;
	}
	
	/* Footer Copyright*/
	.footer-bottom{
		margin:15px 0 0 30px;
		padding:0;
		overflow:hidden;
		display:inline-block;
	}
	.footer-bottom div{
		float:left;
	}
	.18age{
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.cashier{
		margin:8px 15px 0 15px;
		padding:0 0 0 0;
	}
	.footer-logo{
		margin:0 15px 0 0;
		padding:0 0 0 0;
	}
	.footer-copyright{
		margin:15px 15px 0 0;
		padding:0 0 0 0;
		text-align:left;
	}
/* Content Styles */

.tb-payouts{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tb-payouts td{
	border-bottom:#0066FF solid 1px;
}
.col-header{
	background-color:#666666;
	color:#FFFFFF;
}
.bonuses{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	height:220px;
}
.bonuses ul{
	margin:0 0 10px -15px;
}
.bonuses h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0 5px 0;
}
#mainlevel-nav{	
	background-image:url(/images/07-input-bg.gif);
	background-position:center;
	background-repeat:repeat-x;
	border:#555555 solid 1px;
	height:22px;
	padding-left:5px;
	margin:0;
	list-style:none;
}
#mainlevel-nav li{
	float:left;
	margin-top:3px;
	padding:0;
}
#mainlevel-nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#mainlevel-nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#mainlevel-subnav{
	border-top:0px;
	border-right:#555555 solid 1px;
	border-bottom:#555555 solid 1px;
	border-left:#555555 solid 1px;
	height:22px;
	padding-left:5px;
	margin:0;
	list-style:none;
}
#mainlevel-subnav li{
	float:left;
	margin:3px 4px 0 4px;
	padding:0;
}
#lines-subnav{
	border-top:0px;
	margin:0;
	list-style:none;
	width:600px;
	height:auto;
}
#lines-subnav li{
	float:left;
	margin-top:3px;
	padding:0;
}
#lines-separator{
	background-image:url(/images/27-headermenu-division.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 2px 0 2px;
	padding:0;
	position:relative;
	top:0;
	z-index:9;
}
.nav-separator{
	background-image:url(/images/27-headermenu-division.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
	padding:0;
	position:relative;
	top:0;
	z-index:9;
}
.sitemap{
	margin-left:20px;
}
.sitemap li{
	margin:5px;
}
.signup-header{

	padding:5px;
	text-align:left;
	font-size:16px;
	background-color:#2f3dac;
	color:#FFFFFF;
}
.signup-table{
	border:#cccccc solid 1px;
	background-color:#e6e6e6;
}
.signup-table td{
	color:#000000;
}
.img img{
	border:#666666 solid 2px;
	margin-right:10px;
}
.right {
	float:right;
	margin:-15px 0 20px 0;
}
.news {
	border-bottom:#666666 solid 1px;
	margin-bottom:10px;
}

.line-content{
	margin-left:13px;
	font-weight:bold;
	background-color:#222222;
	width:233px;
	overflow:hidden;
}
.promo-line-title {
	margin-left:20px;
}
.promo-line-title a{
	color:#ffa200;
	font-weight:bold;
	text-decoration:none;
}
.promo-line-title a:hover{
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
}
.articles-archive{
	margin:0 0 10px 0;
	padding:0;
}
.articles-archive h2{
	margin-left:20px;
	letter-spacing:1px;
}
.articles-archive h2 a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.articles-archive h2 a:hover{
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
}
.articles-archive ul{
	margin-left:32px;
}
.articles-archive li{
	font-size:12px;
	font-weight:bold;
}
.articles-archive a{
	color:#ffa200;
	font-weight:bold;
	text-decoration:none;
}
.articles-archive a:hover{
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
}
.article-line-title {
	margin:20px;
}
.article-line-title a{
	font-size:12px;
	color:#ffa200;
	font-weight:bold;
	text-decoration:none;
}
.article-line-title a:hover{
	font-size:12px;
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
}
.line-league{
	margin:0;
	padding:0 0 0 15px;
	font-size:12px!important;
}
.line-league a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px!important;
}
.line-league a:hover{
	color:#ffa200;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px!important;
}
.registered-pin{
	font-weight:bold;
	font-size:15px;
	margin:-27px -10px 0 158px;
}
.registered-pass{
	font-weight:bold;
	font-size:15px;
	margin:-27px -10px 0 95px;
}


/* Lines Menu structure */

.lines-menu-title{
	background-image:url(../images/lines/lines-title.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:234px;
	height:34px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}
.lines-menu-content{
	overflow:hidden;
	display:inline-block;
/*	width:234px; */
}
.lines-menu-image{
	float:left;
	width:79px;
	height:53px;
	margin:0px 0px 0px 0px;
}
.lines-menu-text{
	float:left;
	margin:23px 0 0 0;
	font-size:14px;
}
	.lines-menu-text a{
		font-size:14px;
		font-weight:normal;
		color:#FFF;
		text-decoration:none;
	}
	.lines-menu-text a:hover{
		font-size:14px;
		font-weight:normal;
		color:#ffa200;
		text-decoration:none;
	}
	.lines-menu-options{
		width:120px;
	}
.lines-menu-division{
	background-image:url(../images/lines/division.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:2px!important;
	width:230px;
	margin-left:2px;
}

.promo-left-content-why {
	background-color:#222;
	width:234px;
	margin-left:12px;
}

.promo-left-content-why h1{
	margin-bottom:-15px;
}
.promo-left-content-why ul li{
	padding: 10px;
	line-height: 10px;
	margin-top: 5px;
	list-style: circle;
}

/*   Promo Page   */

.promo-box-container img{
	padding:0;
	margin:0;
	overflow:hidden;
	display:inline-block;
}
.promo-box{
	width:666px;
	background-image:url(../images/promos/00-promo-box-shadows.png);
	background-position:top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}
	.promo-box h1{
		color:#ffcb47;
		font-weight:normal;
		font-size:20px;
		margin:0 0 3px 10px;
	}
	.special-p{
		color:#fff!important;
		margin:0 0 3px 10px;
	}
	.special-p2{
		color:#757575;
		margin-left:100px!important;
	}
	.promo-box p{
		color:#757575;
		margin:5px 10px 5px 10px;
	}
	.promo-box blockquote{
		margin-left:120px;
		color:#757575;
	}
	.promo-box-content{
		width:623px;
		min-height:237px;
		margin:0 0 0 20px;
		padding:0;
		background-color:#000;
		background-image:url(../images/promos/02-promo-box-bg.jpg);
		background-position:top;
		background-repeat:no-repeat;
		display:inline-block;
		overflow:hidden;
	}
		.promo-box-image{
			float:left;
			width:168px;
		}
		.promo-box-text{
			width:455px;
			float:left;
		}
	.promo-box-footer{
	}
	
/* Registration */
.blackbg{
	background-color:#000;
}
.register-form{
	display:inline-block;
	overflow:hidden;
	margin-left:10px;
}
.register-title{
	background-image:url(/images/1/register-title-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.register-number{
	font-size:30px;
	line-height:0;
}
.box{
	float:left;
	width:303px;
	display:inline-block;
	overflow:hidden;
	color:#FFF;
	text-align:right;
	margin:5px 3px 0 3px;
}
.boxPredictem{
	float:left;
	width:915px;
	display:inline-block;
	overflow:hidden;
	color:#FFF;
	text-align:right;
	margin:5px 3px 0 3px;
}
.box-content{
	background-image:url(/images/1/register-box-bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding-right:12px;
}
.box-contentPredictem{
	background-image:url(/images/1/register-box-bg-predictem.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding-right:12px;
	text-align:left;	
}
.box-content p{
	margin:0;
	padding:24px 8px 0 15px;
	text-align:justify;
	line-height:18px;
	color:#bcbcbc;
}
/* Registration */


/* Track List Section */
	.track-list{
		width:650px;
		overflow:hidden;
		display:inline-block;
	}
	.col-1{
		float:left;
		padding:0;
		margin:3px 15px 3px 15px;
		width:20%;
		overflow:hidden;
		display:inline-block;
	}
	.col-2{
		float:left;
		padding:0;
		margin:3px 15px 3px 15px;
		width:20%;
		overflow:hidden;
		display:inline-block;
	}
	.col-3{
		float:left;
		padding:0;
		margin:3px 15px 3px 15px;
		width:20%;
		overflow:hidden;
		display:inline-block;
	}
	.col-4{
		float:left;
		padding:0;
		margin:3px 15px 3px 15px;
		width:20%;
		overflow:hidden;
		display:inline-block;
	}
/* Track List Section */

/* new DGS style */

/* Login */
#bp_login_div{
	width:460px;
	text-align:left!important;
	margin:10px 0 0 0;
}
.bp-login-field{}
	.field-username{}
	.field-password{}
.bp-login-old{
	display:inline-block;
}
.bp-login-partner{
	display:inline-block;
	margin:0 0 0 15px;
}
.right-div-field{
	float:left;
	width:100px;
	display:inline-block;
	margin-right:10px;
}
.bp-login-submit{
	float:left;
	display:inline-block;
	border:none;
	color:#000;
	width:67px;
	height:22px;
	padding-bottom:1px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
	
	text-shadow:2px 2px 2px #999;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    
    background-image: -moz-linear-gradient(top, #ffffff, #393939); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #393939)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#393939'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#393939')"; /* IE8 */
}
	.bp-login-submit:hover{	
		background-image: -moz-linear-gradient(top, #393939, #cccccc); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #393939),color-stop(1, #cccccc)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc')"; /* IE8 */
	}
.left-div-field{
	display:none;
}
.bp-login-input-field{
	display:inline-block;
	border:#555555 solid 1px;
	width:98px;
	height:23px;
	color:#FFF;
	outline:none;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    
	-moz-box-shadow: inset 1px 1px 2px #1f1f1f;
	-webkit-box-shadow: inset 1px 1px 2px #1f1f1f;
	box-shadow: inset 1px 1px 2px #1f1f1f;
    
    background-image: -moz-linear-gradient(top, #555555, #6d6d6d); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #6d6d6d)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#6d6d6d'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#6d6d6d')"; /* IE8 */
}
/* End Login */

/* Registration */

#bp_signup_form1, #bp_signup_form2{
	width:450px;
	padding:10px 15px;
	margin:15px auto;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    
    background-image: -moz-linear-gradient(top, #555555, #6d6d6d); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #6d6d6d)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#6d6d6d'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#6d6d6d')"; /* IE8 */
}
.intro-p{
	font-size:14px;
}
.step1{
}
.step1-error{
	color:#FF0;
	font-weight:bold;
}
.bpsignup-div{
	margin:5px 0 5px 0;
	clear:both;
	display:inline-block;
	width:450px;
}
label{
	float:left;
	width:130px;
	font-size:13px;
	font-weight:bold;
	margin-right:20px;
	text-align:right;
}
	.error{
		float:left;
		color:#FF0!important;
		font-weight:bold;
	}
#bp_signup_form1 input[type="text"], #bp_signup_form2 input[type="text"], .input-text-field, .valid, .select-field{
	width:200px;
	color:#FFF!important;
	float:left;
	padding:2px 8px;
	border:#aaaaaa solid 1px;
	outline:none;
	background:#555555;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    
	-moz-box-shadow: inset 2px 2px 2px #1f1f1f;
	-webkit-box-shadow: inset 2px 2px 2px #1f1f1f;
	box-shadow: inset 2px 2px 2px #1f1f1f;
}
.valid {
	margin:0px;
}
.div-submit1{
	text-align:center;
}

	.input-button{
		border:none;
		color:#000;
		width:100px;
		height:30px;
		padding-bottom:1px;
		text-transform:uppercase;
		font-weight:bold;
		margin-right:10px;
		
		text-shadow:1px 1px 1px #999;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
    
		-moz-box-shadow: 2px 2px 4px #000000;
		-webkit-box-shadow: 2px 2px 4px #000000;
		box-shadow: 2px 2px 4px #000000;
		
		background-image: -moz-linear-gradient(top, #ffffff, #393939); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #393939)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#393939'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#393939')"; /* IE8 */
	}
		.input-button:hover{	
			background-image: -moz-linear-gradient(top, #393939, #cccccc); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #393939),color-stop(1, #cccccc)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc')"; /* IE8 */
		}
#field_address2{
	margin:0 0 0 150px;
}

.step2-error{
	color:#FF0!important;
	font-weight:bold;
}
/* End Registration */

/* new DGS style */
