.appriseOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
#aOverlay
{
	z-index: 15000000;
}
.appriseOuter
{
	background: #E9EEF1;
	border: 1px solid #081C42;
	box-shadow: 0px 3px 7px #333;
	-moz-box-shadow: 0px 3px 7px #333;
	-webkit-box-shadow: 0px 3px 7px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	position: absolute;
	z-index: 99999999;
	min-width: 200px;
	min-height: 50px;
	max-width: 75%;
	position: fixed;
	display: none;
}
.appriseInner
{
	padding: 20px;
	color: #333;
}
.appriseInner button
{
	border: 1px solid #081C42;
	border-radius: 3px;
	background-color: #081C42;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0 3px;
	cursor: pointer;
}
.appriseInner button:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.aButtons, .aInput
{
	margin: 20px 10px 0px 10px;
	text-align: center;
}
.aTextbox
{
	border: 1px solid #aaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}
