@font-face {
    font-family:Arial, Helvetica, sans-serif;
   src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); 
    font-weight: normal;
    font-style: normal;
}
body{	
    font-family:Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) repeat top left;
	font-size: 12px;
	/*overflow-y: scroll;*/ }
	
.apDiv1 {
	position:absolute;
	width:150px;
	top: 20px;
	left: 5px;
	z-index: 400;
}	
.index  {position:absolute;
         width: 300px;
         top: 100px;
		 left: 50%;	 
		 margin-left: -190px;
		 
		 }
.index p.button input {font-size: 12px; }

p.button input  {
	cursor: pointer;	
	background: rgb(61, 157, 179);
	padding: 2px 2px;
	font-family: 'Arial Narrow','Arial Narrow',Arial,sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 12px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 4px;	
	margin-right: 6px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
p.button input:hover {
	background: rgb(74, 179, 198);
}
p.button input:active,
p.button input:focus
{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
