.appriseOverlay
	{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.6);
	display:none;
	}
.appriseOuter
	{
	background:#eee;
	box-shadow:0px 3px 7px rgba(10,4,8,0.7);
	-moz-box-shadow:0px 3px 7px rgba(10,4,8,0.7);
	-webkit-box-shadow:0px 3px 7px rgba(10,4,8,0.7);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:20px;
	-khtml-border-radius:4px;
	position:absolute;
	z-index:99999999;
	min-width:200px;
	min-height:100px;
	max-width:75%;
	position:fixed;
	display:none;
	}
.appriseInner
	{
	padding:40px 60px;
	color:#4a4a4a;
	line-height: 1.8;
	text-shadow:0px 1px 0px #fff;
	border:4px solid #dd5da4;
	border-radius:20px;
	}
.appriseInner button
	{
	background: #dd5da4;
    color: #fff;
    padding: 20px;
    border-radius:4px;
    transition:all 0.2s linear;
    width: 100%;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    margin:1px auto;
	}
.appriseInner button:hover
	{
  	background: #b34b83;
  	transition:all 0.2s linear;
}

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