body {
	height: 100%;
	margin: 0;
	background-color: #444;	
	background-image: url(/img/affiliates/betsafe-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	line-height: 45px;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(/img/affiliates/header-bg.jpg) top left repeat-x #fff;
}

div.form-bg {
	width: 370px;
	height: 225px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: auto;
	background: url(/img/affiliates/form-bg.png) top left;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.form-bg  form{
	overflow: auto;
	height: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
}

div.form-bg  form input {
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 290px;
	height: 33px;
	padding: 0 10px 0 10px;
	margin: 20px auto;
	color: #666;
	border: 1px solid #bec2c4;
	clear: both;
	display: block;
}

div.form-bg  form .logo{
	margin-left: 20px;
}	

div.form-bg  form .button {
	background: #e3e3e3;
	border: 1px solid #bbb;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
	padding: 8px 0 9px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 80px;
	cursor: pointer;
	float: right;
	margin-right: 30px;
	margin-bottom: 15px;
}

div.form-bg  form .button:hover{
	background: #d1d1d1;	
}

#flashMessage {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #eaeff3;
	color: #e34848;
	position: fixed;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
	text-align: center;
	font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
	padding: 20px 0;
}