/* Backend */
.excel-row fieldset {
	display:inline-block;
	margin-right:15px;
}

.excel-row label {
	margin-right:10px;
}

.excel-row {
	padding-top:10px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px solid rgb(223, 223, 233);
}

.excel-row.file-exists .excel-file-upload-field {
	display:none;
}



/* Now the rest */

.excel-upload-output #lightalert {
	display:none;
}

#lightalert {
	display:none;
}

.wizardbuttons {
	display:none;
}

.excel-upload-output img#loading {
	display:none;
}


h3.excel-upload-header {
	font-size:22px;
	font-weight:300;
}

.excel-upload-output table tr td {
	padding:5px;
	vertical-align:middle;
	overflow:visible;
	
}
.excel-upload-output table tr td a:link {
color:#1D78AF;
}
.excel-upload-output tr.first td {
	height:2px;
	padding:0px !important;
}





.printclass {
	padding:0px !important;
}