.appriseOverlay
	{
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
	zoom: 1;
	display: none;
	z-index: 99999;
	}
.appriseOuter
	{
	border:1px solid #fff;
	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;
	background-color: #FFF;
	}
.appriseInner
	{
	padding: 20px;
	color: #666;
	font-size: 14px;
	}
.appriseInner button
	{
	border: 1px solid #31A3B1;
	-khtml-border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	background-color: #31A3B1;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 10px;
	padding-left: 10px;
	}
.appriseInner button:hover
	{

	}
.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;
	}
