blockquote {
	border: 4px solid #819CCC;
	background: white;
	margin: 1em 0;
	padding: 5px;
	font-size:small;
	font-style: italic;
	width: 540px;
}


div#progressBar {
	height: 45px;
}

div#progressBar div.step {
	float: left;
	width: 90px;
	margin-right: 5px;
	text-align: center;
	border-top: 5px solid #ccc;
	color: #999;
	padding: 6px 0;
	height: 4em;
	font-size: x-small;
	
}

div#progressBar div.stepNumber {
	font-weight: bold;
}

div#progressBar div.stepName {

}

div#progressBar div.current {
	border-color: #819CCC;
	color: #113488;
}

div#progressBar div.completed {
	color: #666;
	border-color: #666;
}

.required {
	color: red;
	position: relative;
}

div.error {
	background: #fee url(../furniture/icon_error.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #f00;
	font-size: small;
}

div.warning {
	background: #ffd url(../furniture/icon_warning.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #ffcc00;
	font-size: small;
}

div.notice {
	background: #def url(../furniture/icon_notice.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #0099ff;
	font-size: small;
}

div.success {
	background: #efe url(../furniture/icon_success.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #33cc00;
	font-size: small;
}


div#mainContentArea form div.row {
	padding: 4px 5px;
	vertical-align: middle;
	clear: both;
	background-color: #fff;
	font-size: small;
}

div#mainContentArea form div.striped {
	background-color: #E5ECF6;
}

div.row label {
	width: 40%;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: bold;
	margin-right: 5px;
	font-size:small;
}

div.row input,
div.row textarea,
div.row select {
	width: 53%;
	font-family: Arial, helvetica, sans-serif;
	font-size: 100%;
}

div.row p {
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

div#mainContentArea form div.row div.float {
	padding-top: 4px;
	float: left;
}

div#mainContentArea form label.auto {
	margin-right: 1em;
	font-weight: normal;
}

div#mainContentArea form .auto {
	width: auto !important;
	display: inline !important;
	float: left !important;
}

div#mainContentArea form fieldset {
	border: 0;
	margin: 1em 0 !important;
	background: white;
	padding: 7px;
}


div#mainContentArea form fieldset legend {
	color: #113388;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div#mainContentArea form fieldset h2 {
	background-color: #426BB3;
	color: white;
	padding: 3px;
	margin-bottom: 10px;
}

div.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

div.fieldsetTopSpacer {
	height: 10px;
}

div#vacanciesMap {
	width: 350px;
	float: right;
}

div#row3552,
div#row3574 {
	margin-bottom: 40px;
}
