@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "Futura Md BT";
font-style:normal;

src: url("../ttf/tt0142m.ttf") format(＆truetype＊);

}
@font-face {
font-family: "Futura Md BT";
font-style:italic;

src: url("../ttf/tt0143m.ttf") format(＆truetype＊);

}

@font-face {
font-family: "Futura Md BT";
font-style:bold;

src: url("../ttf/tt0144m.ttf") format(＆truetype＊);

}



font {
	font-family: "Futura Md BT";
	}

.appriseOverlay
	{
	position:fixed;
	top:0;
	left:0;
	background:rgba(255, 255, 255, 0.9);
	display:none;
	z-index:2000;
	}
	
.appriseOuter
	{
	background:#eee;
	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;
	}
	
.appriseInner
{
	background: white;
	border-bottom: 1px solid rgb(235, 235, 235);
	padding: 15px 15px 10px 15px;
	color:#333;
	font-family: "Futura Md BT", Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow:0px 1px 0px #fff;
}

.appriseInner button
	{
	height:30px;
	width:70px;
	border:1px solid #bbb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #d5d5d5);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5));
  	background: -webkit-linear-gradient(#eee, #d5d5d5);
    	background: -o-linear-gradient(#eee, #d5d5d5);
	background: rgb(74, 171, 39);
	font-family: "Futura Md BT", Verdana, Geneva, sans-serif;
	font-size:13px;
	color:white;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:6px;
	margin-top:18px;
	cursor:pointer;
	float:right;
	}
	
.appriseInner button:hover
	{
	color:white;
	}
	
.aButtons, .aInput
	{
	margin-top: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-family:"Futura Md BT";
	font-size:12px;
	}