/* used for download request page */
body{
	margin:0px;
	padding:0px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h3{
	margin:0px;
	padding-left:70px;
	height:54px;
	font-size: 20px;
	color:#0549ad;
	line-height:54px;
	text-align:left;
	background: url('http://my.bigfishgames.com/images/download/iframe_logo.gif') no-repeat top left;
}

h4{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size: 18px;
	color:#0549ad;
}

#dlbox {
	margin: 0px auto;
	padding: 0px;
	width: 498px;
	text-align: left;
	color: #000000;
	background: url('http://my.bigfishgames.com/images/download/step3bkg.gif') repeat-y top left;
}

#dlbox div{
	margin: 0px;
	padding: 0px;
	border: 2px solid #0066c6;
}

#dlbox .dltopbox {
	height: 10px;
	width: 498px;
	overflow: hidden;
	background: url('http://my.bigfishgames.com/images/download/topbox.gif') no-repeat top left;
	border:medium none;
}

#dlbox .step1 {
	background:#FDF1FE url('http://my.bigfishgames.com/images/download/step1.gif') no-repeat left top;
	border-top:medium none;
	border-bottom:medium none;; padding-left:202px; padding-right:10px; padding-top:0px; padding-bottom:10px
}

#dlbox .step2 {
	background: #F9D6FC url('http://my.bigfishgames.com/images/download/step2.gif') no-repeat top left;
	border-top:medium none;
	border-bottom:medium none;; padding-left:202px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

#dlbox .step3 {
	background: url('http://my.bigfishgames.com/images/download/securesite.gif') no-repeat 25px center;
	border-top: medium none;
	border-bottom: 1px solid #ffffff; padding-left:202px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

#dlbox .dlbotbox {
	height: 10px;
	width: 498px;
	background: #ffffff url('http://my.bigfishgames.com/images/download/botbox.gif') no-repeat top left;
	border:medium none;
}

#dlbox .checkbox {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

#dlbox .alt{
	text-align:center;
	background-image:url('none');
	padding-left:10px
}

form{
	width:500px;margin: 0 auto 20px auto;
}
