#AmpOverlay div, #AmpOverlay span, #AmpOverlay h1, #AmpOverlay p, #AmpOverlay a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#AmpOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
#AmpContainer {
	font: 14px/20px Arial, Helvetica, sans-serif;
	width: 409px;
	padding: 4px 0;		
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;	
}
#AmpContainer #AmpWrapper {
	background: #3f3e3e url('../imgs/bkg_transBorder.png');
	width: 399px;
	margin: auto;
	padding: 4px;
	text-align: left;
}
#AmpTopBar {
	background: url('../imgs/bkg_topBar.jpg') no-repeat 0 0;
	height: 30px;
	width: 399px;
	overflow: hidden;
}
	#AmpTopBar h1 {
		display: none;
	}
	#AmpTopBar a {
		background: url('../imgs/button_close.gif') no-repeat 0 0;
		float: right;
		display: block;
		height: 18px;
		width: 18px;
		margin: 7px 9px 0 0;
	}
	#AmpTopBar a span {
		display: none;
	}
#AmpExplanationPane {
	background: #3f3e3e url(../imgs/bkg_explanation.jpg) repeat-y 0 0;
	color: #cbcbcb;
	padding: 15px 43px;
	border-bottom: 1px solid #e9e9e9;
}
	#AmpExplanationPane h1 {
		background: url('../imgs/logo_AMP.gif') no-repeat 0 50%;
		height: 57px;
		width: 184px;
		margin: 8px 0 14px 0;
	}
	#AmpExplanationPane h1 span {
		display: none;
	}
	#AmpExplanationPane p {
		text-align: justify;
		margin: 0 0 16px 0;
	}
#AmpStatus {
	width : 399px;
	height : 25px;	
	margin : auto;
	background : #77a21c url('../imgs/Progress.gif') no-repeat center center;		 
}
#AmpQuestionPane {
	background: #b4fb21 url(../imgs/bkg_question.jpg) repeat-x 0 0;
	padding: 15px 43px;
	overflow: hidden;
	width: 313px;
}
	#AmpQuestionPane p {
		color: #fff;
		font-size: 1.45em;
		line-height: 1.3em;
		margin: 17px 0 2px 0;
	}
	#AmpQuestionPane span {
		display: block;
		height: 30px;
	}
	#AmpQuestionPane #AmpError {
		color: #476606;
		font-size: 1em;
		margin: 0px;
		padding: 0px;
		
		background-color:#B7DB6F;
		border:1px solid #6B9315;
		padding:2px 20px 2px 10px;
	}
	#AmpQuestionPane input {
		float: left;
		height: 90px;
		width: 115px;
		margin: 2px 0 8px 20px;
		border: 1px solid #444;
		font-size: 5.5em;
		color: #333;
		padding: 0 0 0 10px;
	}
	#AmpQuestionPane a {
		background: url('../imgs/button_submit.gif') no-repeat 0 0;
		display: block;
		float: left;
		height: 24px;
		width: 25px;
		margin: 70px 0 0 15px;
	}
	#AmpQuestionPane a span {
		display: none;
	}
