@charset "utf-8";
/* Animal Services | Lost Pets */
/* Author | michelladams */


/*Basic Elements---------------------------------------------------*/

html{
	 margin:0px;
	 padding:0px;
	 }
	 
body{
	 font: 16px arial,sans-serif; 
	 line height: 1.8px;
	 color:#898989;
	 background: #fff;
	 margin:0px;
	 padding:0px;
	 background-image:url(bg.png);
	 background-repeat:repeat;
	 }
	 
p{
  	font: 16px arial,sans-serif; 
	color:#898989;
	}
  
h1{
   font: 24px arial,sans-serif; 
   letter-spacing: 1px;
   margin-bottom:0px;
   color:#898989;
   font-style:normal;
   }
   
h2{
   font: 16px arial,sans-serif; 
   letter-spacing: 1px;
   margin-bottom:0px;
   color: #898989;
   }
   
a:link{
	   font-weight: bold;
	   text-decoration: none;
	   color: #7da7d8;
	   }
	   
a:visited{
		  font-weight: bold;
		  text-decoration: none;
		  color: #898989;
		  }
		  
a:hover, #a:active{
				  text-decoration:underline;
				  font-weight:bold;
				  color:#7da7d8;
				  }
				  
/*input{
	background-color:#fff;
	border:inset 1px;*/
}
textarea{
	background-color:#fff;
	border:inset 1px;
}
				  
/*---------------------------------------end of basic page elements*/



/*Form Fields---------------------------------------------------*/

form
{
	 font: 16px arial,sans-serif; 
	 line height: 1.8px;
	 background: #000;
	 margin:0px;
	 padding:0px;
}

radio
{
	background:#000;
	margin:0px;
	padding:0px;
	border:medium, #000;
}

/*----------------------------------------------end of form fields*/


/*Images---------------------------------------------------*/


#banner2{
	position:absolute;
	top:0px;
	left:263px;
	z-index:2;
		}


#content{
		position:absolute;
		top:50px;
		left:266px;
		z-index:2;
		}

#container{
		
		position:absolute;
		top:266px;
		left:295px;
		width:700px;
		z-index:3;
		}
		
#head{
		position:absolute;
		top:70px;
		left:280px;
		z-index:3;
		}

#view{
		position:absolute;
		bottom:25px;
		left:810px;
		z-index:3;
		}

.x {
	font-size: 10px;
}

#confirmation{
		position:absolute;
		top:50px;
		left:40px;
		z-index:3;
		}
