.structuredForm {
	margin: 0;
	padding: 0;
}

.structuredForm .feedback {
	display: none;
}

.structuredForm .section {
	margin-bottom: 10px;
}

.structuredForm .header {
	color: #444444;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}

.structuredForm .first {
	padding-top: 0;
}

.structuredForm .success {
	background: #DCF7DC url(success.gif) no-repeat 5px 3px;
	color: #006600;
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px 12px;
}

.structuredForm .error {
	background: red url(errors.gif) no-repeat 5px 5px;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

.structuredForm .error ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

.structuredForm .wait {
	font-size: 10px;
	font-style: italic;
}

.empty {
	color: #AAAAAA;
}

body.iframe {
	padding: 0;
	margin: 0;
	width: 35px;
	background-color: transparent;
	overflow: hidden;
	width: 350px;
}

body.iframe .filename {
	font-style: italic;
	display: block;
	padding: 3px 0;
}

body.iframe .button {
	position: absolute;
	top: 0;
	right: 0;
}

body.iframe #DevPanel {
	display: none;
}

body.iframe #Uploading {
	font-size: 10px;
	display: none;
}

.fileinput img, .fileinput i {
	margin-bottom: 4px;
}
.fileinput i {
	display: block;
}