@media all
{
	/*-----------------------------------------------------------------------------------*/
	/*-------------------------------------- IE7+8 --------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	* {
		vertical-align: top;
	}
	
	#col3_content legend {
		background:#fff;
	}
	
	#col3_content legend span {
		top:0px;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*--------------------------------------- IE7 ---------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	*:first-child+html #col3_content button,
	*:first-child+html #col3_content input[type=submit] {overflow: visible;}
	
	*:first-child+html #col3_content input[type=file],
	*:first-child+html #col3_content input.attachment_readonly {
		float:left;
	}
	
	*:first-child+html #col3_content button.submit,
	*:first-child+html #col3_content input.submit {
		line-height:11px;
	}
	
	*:first-child+html #col3_content fieldset {
		padding-top:0px;
	}
	
	*:first-child+html #col3_content legend {
		margin-left:-7px;
	}
	
	*:first-child+html #col3_content legend span {
		top:14px;
	}
	
	*:first-child+html #col3_content #appl_form_nav {
		overflow: visible !important;
	}
}