/*******************************************************/
/* 
Author: Mark Leppke
Department: User Experience
Project: Application Template
Description: Basic Template for Commercial Web Applications
Revisions by: Matt Soltvedt
Version: 3.4
*/

/****************** Template Structure  ******************/

	
/* brandBar */
.brandBar {
	position: relative; /* I.E. has problems with absolutely positioned images in a div with no specified position type. */
	margin-bottom: -5px;
	}
.brandBar img {
	/*margin-top: 9px;*/
	}
	
/* login */
.login { margin-left: -3px; }
	

/*                                                */
/****************** Main Content ******************/
/*                                                */
	

/* Forms and Fields*/

.auto_width {
	width: auto;
}
img {
	vertical-align: text-top!important;
	}
	
.clear {
	display: inline;
}
