@charset "utf-8";
/* CSS Document */

@import url('../css/default.css');

BODY#AdminLogin {
	background: #000 url('../images/abcwager-bbc/bg.jpg') no-repeat 50% 0;
}
#bodyContainer {
	background: none;
	margin: 0;
	padding: 0;
}
#AdminLogin #mainContainer {
	width: 500px;
	height: 470px;
	margin: 0 auto;
}
#agentsForm {
	background: none;
	width: 500px;
	height: 470px;
	margin: 0 auto;
	position: relative;
}
#agentsForm P {
	margin:0;
	position: absolute;
}
#agentsForm P#accField {
	top:189px;
	left:198px;
}
#agentsForm P#passField {
	top:237px;
	left:198px;
}
#agentsForm P#submField {
	top:230px;
	left:340px;
}
#agentsForm P#errorMsg {
	top:135px;
	left:20px;
	width:460px;
	margin: 0;
	color: #F00;
	text-align:center;
	font-weight: bold;
}
#agentsForm P INPUT {
	background: none;
	font: bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:24px;
	width:125px;
	border: none;
	outline:none;
	-moz-outline:none;
}
#agentsForm P#submField INPUT {
	width: auto;
	height: auto;
}
#agentsForm P#copyright {
	display:none;
}
#player {
	background: transparent;
}

@media (max-width: 575px) {
	#agentsForm P#accField {
    left: 124px !important; /*bbc*/
	}
	#agentsForm P#passField {
	    left: 124px !important;/*bbc*/
	}
	#agentsForm P#submField {
	    top: 287px !important; /*bbc*/
	    left: 124px !important; /*bbc*/
	}
}