/* GRAPHICS.CSS */

/* TOP: TLP LOGO */
#top.landingPg #theLostPhone_logo{width:100px; height:102px; background-image:url(../images/theLostPhone_100.png);}
#top #theLostPhone_logo{width:60px; height:61px; background:transparent url(../images/theLostPhone_60.png) 0 0 no-repeat;}

/* LANDING PAGE: Instructions */
ol#app-instructions li.one{background: url(../images/one.png) 0 0 no-repeat;}
ol#app-instructions li.two{background: url(../images/two.png) 0 0 no-repeat;}

/* FOOTER: SHARED STYLES - protected by Veriplace */
.veriplace{width:112px; height:28px; background: url(../images/veriplace.png) 0 0 no-repeat;}
.veriplace a{width:112px; height:28px; display:block; text-indent:-9999px; cursor:pointer;}

/* FACEBOOK Share Button */
.fb_shareBtn{display:block; margin-top:.75em; margin-bottom:10px; width:60px;}
/* Facebook button: FF2 solution to button extending to width of li and distorted graphic */
.FBConnectButton,
.FBConnectButton_Small{width:60px; display:-moz-inline-block;}
.FBConnectButton_Text{}


/* please wait... loader */	
.loader{margin:0 auto; width:128px; height:15px; display:block; background:url(../images/loader.gif) 0 0 no-repeat;}
	

/* BUTTONS */
.button, input.button {
	text-indent: -9000px;  
	height: 31px;
	/*\*/
	display: block;
	/*/
	display: inline-block;
 	/**/	
	border: none;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin: 0 5px 0 0;
	-moz-outline:none;
	border:0;
   }

/* used on facebook.jsp */	
#buttons{margin:1em 0; display:block; position:relative; height:30px;}

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

/* --- buttons --- */
.continue{ width:101px; background:transparent url(../images/btn_continue.png) 0 0 no-repeat;}
.doItNow{ width:101px; background:transparent url(../images/btn_doItNow.png) 0 0 no-repeat;}	
.iAccept{ width:101px; background:transparent url(../images/btn_iAccept.png) 0 0 no-repeat;}	
.noSkip{ width:101px; background:transparent url(../images/btn_noSkip.png) 0 0 no-repeat;}
.ok{ width:101px; background:transparent url(../images/btn_ok.png) 0 0 no-repeat;}
.tryItNow{ width:101px; background:transparent url(../images/btn_tryItNow.png) 0 0 no-repeat;}
.yesShareOnFacebook{ width:216px; background:transparent url(../images/btn_yesShareOnFacebook.png) 0 0 no-repeat;}	