html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background: #FFFFFF url(/images/avatars.jpg);
      text-align: center;
	  font: normal 12px Arial, Helvetica, sans-serif;  
	  color:#969696;  
   }
   
#wrap{
	margin: 0 auto;
	width: 420px;
	height: 170px;
	position: relative;
}


#picture {
	background: url(images/picture.png) no-repeat;
	padding: 6px;
}
#scan{
	z-index: 3;
	background: url(images/scanbar.png) no-repeat;
	height: 59px;
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#scan .submit ,
#scan .submit input{
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	color: #3E3E3E;
	outline: none !important;
}
#scan .submit{
	position: absolute;
	right: 10px;
	top: 10px;
}
#scan .submit input{	
	line-height: 0;
	text-indent: -999px;
}

#scan .text-field ,
#scan .text-field input{
	color: #3E3E3E;
	width: 300px;
	height: 32px;
}
#scan .text-field{
	position: absolute;
	left: 25px;
	top: 30px;
}
#scan .text-field input{	
	font-size: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	background: none;
}

#picture,
#content{
	float: left;
}
#content{
	padding-left: 10px;
}

#content .nickname{
		color: #3E3E3E;
		font-size: 17px;
		font-weight: bold;
		width: 210px;
}
#content .nickname span{
	color: #FFFFFF;
}
#content .viewprofile{
	background: url(images/profiles.gif) no-repeat 0 50%;
}
#content .sendmsg{
	background: url(images/pm.gif) no-repeat 0 50%;
}
#content .addbuddy{
	background:  url(images/add.gif)  no-repeat 0 50%;
}
#content .viewprofile,#content .sendmsg,#content .addbuddy{
	color: #fd7e00;
	padding-left: 20px;
	line-height: 20px;
}

a {
	color:#2474AE;
	text-decoration: none;
}
a:hover {
	color:#FD7E00;
}


#result{
	float: left;
	width: 90%;
	height: 150px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#result .result{
	height: 150px;
	width: 350px;
	position: absolute;
	bottom: 0;
	left: 26px;
}

#result				.result-bg{	float: left;width: 100%;height: 137px;}
#result				.result { background: url(images/rbgd.png) no-repeat;}

#result.online 	.result ,
#result.invisible .result ,
#result.offline 	.result { background: url(images/rbg.png) no-repeat; }

#result.InvalidID 	.result { background: url(images/rbginvalid.png)no-repeat;}


#result.online 	.result-bg { background: url(images/rbgonline.png) no-repeat 100% 100%;}
#result.invisible .result-bg { background: url(images/rbginvisible.png) no-repeat 100% 100%;}
#result.offline 	.result-bg { background: url(images/rbgoffline.png) no-repeat 100% 100%; }

.result-inner{	padding: 10px 0 0 10px;}
.result-inner{	display: none;}
#result.online .result-inner,
#result.offline .result-inner,
#result.invisible .result-inner{
	display: block;
}


div#header h1 
        {padding-left:0;}
        
#header h1 {
        -x-system-font:none;
        color:#3E3E3E;
        font-family:arial,sans-serif;
        font-size:35px;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;
        padding: 0 0 9px 0;
        margin: 0;
}
#header #intro {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        -x-system-font:none;
        color:#969696;
        font-family:arial,sans-serif;
        font-size:18px;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;
        line-height:24px;
        margin-top:10px;
        position:relative;
}
