@charset "utf-8";
/* CSS Document */



/*this page is to style the admin login*/



#boxHeading h5
{
	background: url(../Images/accounthead.png);
	padding:4px;
	margin-top:-0px;
	margin-left:0px;
	background-color:red;
	
	
}
/*box that covers round the*/

#border

{
	
	margin-left:518px;
	margin-top:-241px;
	margin-bottom:50px;
	width:330px;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #9b9595;
	border-right:1px solid #9b9595;
	border-left:1px solid #9b9595;
	border-bottom:1px solid #9b9595;
	background-color:#e8e8e8;
	position:absolute;
	

	
}