
.warning, p.error, div.error, .success {
	padding: 10px 10px 10px 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em !important;
	font-weight: bold;
}

.warning {
	background: url(../furniture/icon_mini_warning.gif) 10px .9em no-repeat #ffffcc;
	border: 1px solid #cc6;
	color: #666600;
}

p.error,
div.error {
	background: url(../furniture/icon_mini_error.gif) 10px .9em no-repeat #ffdfdf;
	border: 1px solid red;
	color: red;
}

.success {
	background: url(../furniture/icon_mini_tick.gif) 10px .9em no-repeat #D1EFD1;
	border: 1px solid #6DAF6D;
	color: #456F45;
}

label.error {
	color: red;
}

.required {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
}

label .required {
	font-size: 1em;	
}


form {
	margin: 0 0 2em 0;
	font-size: 1.3em;
	position: relative;
	background-color: #F5F5F5;
	padding: 10px 0;
	overflow: hidden;
	border: 1px solid #ccc;
	line-height: 1.2em;
}


fieldset {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

fieldset h3 {
	margin: 0;
	padding: 5px;
	margin: 10px 0;
	font-size: 120%;
	color: white;
	background-color: #4E5790;
	
}

legend {
	margin-left: 0;  
	padding: 0;
	color: #40393b;
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}

legend span {
}

form p {
	font-size: 1em !important;
}



form div.row {
	padding: 5px;
	clear: both;
	overflow: hidden;
}

form div.striped {
	background-color: #eeeeee;
}




label {
	margin-right: 5px;
	color: #76716b;
	font-weight: bold;
	float: left;
	width: 43%;
	padding: 3px 0;
}

label.auto {
	width: auto;
}

label em {
	color: #40393b;
}

input {
	padding: 3px;
	width: 50%;
	float: left;
	margin: 0;
	margin-right: 3px;
	
}

input.auto {
	width: auto;
}

input.button {
	width: auto;
}

select {
	width: 50%;
	float: left;
	
}

textarea {
	padding: 3px;
	width: 50%;
	float: left;
}



input.submit, form.form-fieldsets input.submit {
	width: auto !important;
	margin: 1em 0 1em 10px;
	border: none;
	cursor: pointer;
}


form.search-again {
	margin-bottom: 3em;
}


form.search-again label {
	width: auto;
}


form.search-again input.submit {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}




/* ----- non application form forms ----- */

form.form-fieldsets {
	padding: 0;
}

form ol {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em !important;
}

form li {
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0 !important;
	list-style: none !important;
	line-height: 1em !important;
}

form.form-fieldsets input, form.form-fieldsets textarea, form.form-fieldsets select {
	width: 48% !important;
}

ol.checkboxes, ol.radio-buttons {
}

ol.checkboxes li, ol.radio-buttons li {
	float: left;
	width: 49%;
	clear: none;
}

ol.checkboxes label, ol.radio-buttons label {
	float: left !important;
	width: 85% !important;
	margin-right: 0;
}

ol.checkboxes input, ol.radio-buttons input {
	float: left !important;
	width: auto !important;
	margin-right: 10px !important;
}


form.search-again ol {
	float: left;
	width: 80%;
	margin-left: 10px;
}

form.search-again li {
	clear: none;
	width: 40%;
}

form.feedback-form ul {
	margin-top: 0 !important;
}

form.feedback-form ul li {
	padding-left: 0 !important;
	background-image: none !important;
}
