/* 
	M & T Bank
	Modal Windows Screen CSS
	Alison Endacott
	2/2009


	This will only be seen if the modal windows are opened in a new window instead of in the page
 */

#modalContent 
{
	margin-top: 2em;
}

/* footer */		

#footer ul
{
	width: 565px;
	background: transparent;
}

	#footer li a 
	{
		color:#076324;
	}
	
#modal-footer 
{
	width: 565px;
	margin: 1em auto;
	height: auto;
	overflow: visible;
}
