body {
	font:80% verdana, sans-serif;
	margin:0 0 100px 50px;
}
fieldset {
	border:0;
	min-width:730px;
	max-width:954px;
}
fieldset legend {
	background:#5c2d91;
	clear:both;
	color:#fff;
	padding:10px 50px 10px 10px;
}
#export {
	float:right;
}
p {
	background:#cecece;
	clear:left;
	float:left;
	margin:5px 0;
	padding:10px;
	width:100%;
}
.tooltip-icon {
	background:#f0f;
	color:#fff;
	cursor:help;
	float:left;
	font-weight:bold;
	margin-left:-40px;
	text-align:center;
	width:20px;
}
.error-icon {
	background:#f00;
	color:#fff;
	float:left;
	font-weight:bold;
	margin-left:-40px;
	text-align:center;
	width:20px;
}
.check-icon {
	background:#8bc200;
	color:#fff;
	float:left;
	font-weight:bold;
	margin-left:-40px;
	text-align:center;
	width:20px;
}
.fixed-width {
	float:left;
	width:80%;
}
.fixed-width-short {
	float:left;
	width:25%;
}
.notify {
	background:#ff9;
	border:solid 1px #000;
	color:#f00;
}
.confirm {
	background:#c6e870;
	border:solid 1px #000;
	color:#000;
}
.tooltip {
	background:inherit;
	border:solid 1px #000;
}
.disabled {
	position:absolute;
	visibility:hidden;
}
img#logo {
	padding:0 10px 0 10px;
}