/*
	text input elements are being truncated to the right. padding-right is the cause, setting to 0px
*/
input.txtbox, input.txtbox-right, input.txtbox-calendar, .sm-form select, .sm-form-vertical select, textarea {  
	padding: 3px 0px 2px 4px;
}
/*
	force navigation tabs behind dropdown menu, IE6/IE7 z-index context bug
*/
div#sm-top-nav-tabbar {
	z-index: -1;
}
#sm-header {
	position: relative;
	z-index: 1000;
}
/* import page - tooltips fix */

#list-import-process .sm-system-help-tooltip { left: 0px; }
select.import-options,
input.import-options {
	margin: none;
	display: block;
	float: none;
	padding: none;
}
.sm-system-help-tooltip { 
	float: right;
	margin-top: -2em;
	margin-right: 70px;
}
#override-mailing-format {
	float: right;
	margin-right: 40px;
}