@charset "utf-8";
/* Security-image CSS*/

#security { 
clear: left; 
border: 0px; 
margin: 5px 0 10px 10px; 
display: block;
}

#login { float: right; 
clear: both; 
margin-top: 5px; 
}
#resetimage {
	display:block;
	width: 200px;
	float:left;
/*	clear:right;
*/}

#securityimg { 
width: 200px; /* This must match the width call to /includes/security-image.php */
border: 0px;  
margin: 5px 0 10px 10px; clear:none;
}

