/* GRAPHICS */
#branding{background:url(../images/bkgd_branding.png) bottom left no-repeat;}
#branding h1 #veriplace_logo a{width:316px; height:89px; background:url(../images/hereIAm.png) 0 0 no-repeat; text-indent:-9999px;}

/* FOOTER: protected by Veriplace */
#protectedByVeriplace{width:127px; height:53px; background: url(../images/protectedByVeriplace.png) 0 0 no-repeat;}

/* MAX USAGE */
#content.maxUsage #map{width:600px; height:400px; background:url(../images/map.png) 0 0 no-repeat;}

/* BUTTONS */
.button {
	text-indent: -9000px;  
	height: 37px;
	line-height:37px;
	/*\*/
	display: block;
	/*/
	display: inline-block;
 	/**/	
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0 5px 0 0;
	-moz-outline:none;
	background-color:transparent;
	border:0;
	float:left; 
	width:199px;
}

.button:focus::-moz-focus-inner, .tab:focus::-moz-focus-inner { 
	/* removes dotted outline in FF */
	-moz-outline: none; 
	outline:none;
	border:none;
}
button::-moz-focus-inner { 
	/* removes dotted outline in FF */
	-moz-outline: none; 
	border: none;
	outline:none;
}

.iAcceptLocateMyPhone{background:url(../images/btn_iAcceptLocateMyPhone.png) 0 0 no-repeat; }
/*NO ROLLOVER YET... .continue:hover{background-position:-80px;}*/

.continue{background:url(../images/btn_continue.png) 0 0 no-repeat; }
/*NO ROLLOVER YET... .continue:hover{background-position:-80px;}*/

.startOver{background:url(../images/btn_startOver.png) 0 0 no-repeat;}
/*NO ROLLOVER YET... .shareWhereIAm:hover{background-position:-80px;}*/

.tryAgain{background:url(../images/btn_tryAgain.png) 0 0 no-repeat; }
/*NO ROLLOVER YET... .shareWhereIAm:hover{background-position:-80px;}*/

