.appriseOverlay
{
	background: rgba(0,0,0,0.3);
	display: none;
	left: 0;
	position: fixed;
	top: 0;
}
.appriseOuter
{
	background: #eee;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 3px 7px #333;
	display: none;
	khtml-border-radius: 4px;
	max-width: 75%;
	min-height: 50px;
	min-width: 200px;
	moz-border-radius: 4px;
	moz-box-shadow: 0 3px 7px #333;
	position: fixed;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 3px 7px #333;
	z-index: 99999999;
}
.appriseInner
{
	color: #333;
	font-family: Arial;
	padding: 20px;
	text-shadow: 0 1px 0 #fff;
    font-size:14px;
}
.appriseInner button
{
	background: 0;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;
	color: #232d3d;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	khtml-border-radius: 3px;
	margin: 0 3px;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 2px #ccc;
	padding: 4px 10px;
	text-shadow: 0 1px 0 #fff;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 2px #ccc;
}
.appriseInner button:hover
{
	color: #d85054;
}
.aButtons,.aInput
{
	margin: 20px 10px 0;
	text-align: center;
}
.aTextbox
{
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	khtml-border-radius: 4px;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 0 #fff;
	padding: 5px 10px;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 0 #fff;
	width: 180px;
}