@import "/inc/styles/snippets/selectbox.css";

.form {
	width: 472px;
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0;
}
.popped .form{ width: 100%; }

.form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.form fieldset fieldset{
	border: 0;
	border-top: 1px solid #c5c0b6;
}
.form fieldset fieldset,
.spotform fieldset fieldset,
.form h4 {
	cursor: default;
	clear: both;
	margin: 0 0 -1px 0;
	padding: 5px 0;
}
.form h3 {
    padding: 4px 0;
    position: relative;
   	text-align: left;
	color: #002c5c;
}
.form fieldset fieldset fieldset {
	clear: none;
	width: 270px;
	text-align: left;
	padding: 0;
	background: transparent none;
	margin: 0;
	border: 1px solid transparent;
	}	html>body .form fieldset fieldset fieldset {
		position: relative;
		left: 2px;
		margin: 0 0 0 auto;
		border-bottom-width: 2px;
}
.form fieldset fieldset fieldset input{
	display: inline;
	float: left;
	clear: both;
	padding:0 !important;
	margin:0 !important;
	height: 14px;
}
.form fieldset fieldset fieldset label{
	display: inline;
	position: relative;
	padding:0 !important;
	margin:0;
	top: 2px;
	margin-left: 5px;
	width: 242px;
}

.form label {
	float: left;
	padding: 2px 0 0 2px;
	text-align: left;
	width: 178px;
}

.form fieldset.submit {
	background-color: transparent;
}
.form fieldset.submit fieldset {
	background-image: none;
}
.form input,
.form select,
.form textarea{
	padding: 5px;
	width: 260px;
	border: 1px solid #c5c0b6;
}
.form input.button,
#submit input.button {
	width: 272px
}
.buttonwrap{ display:block; display:static; height:20px; }

.form input.button,
#submit input.button,
.controller input.button,
.controller input.submit,
.buttonwrap input.button{
	border: 0;
	text-align: center;
	margin: 0;
}
.popped .form input,
.popped .form select,
.popped .form textarea,
.popped .form button{
	width: 204px;
}
.popped .form .ending{
	width: 80%;
}
#raadgiverfieldset input{
	width: 221px
}
.form select { /* obscure mozilla bug */
	width: 272px;
}
.form input.readonly {
	background-color: #F0F5F9;
	color: #5D84AF;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
}
.form fieldset fieldset fieldset input {
	width: auto !important;
	border: none;
	margin: 5px 0 5px !important;
	_margin: 0 !important;
}
.form fieldset fieldset.hint fieldset {
	width: 209px;
}
.form textarea {
	overflow: auto;
}
.form textarea {
	height: 8em;
}
.form .hint input,
.form .hint select,
.form .hint textarea {
	width: 238px;
}
.form .hint select {
	min-width: 210px;
}
.form span.warning {
	display: block;
	text-align: left;
	cursor: default;
	padding: 1px 0 0 0px;
	margin: 4px 1px 1px auto;
	width: 209px;
	}	html>body .form .warning {
}
.form a.hint {
    float: right;
    font-weight: bold;
    margin-left: 5px;
    border: 1px solid #a19c90;
    text-align: center;
    text-decoration: none;
    display:block;
}
.form a.hint .label {
    display: block;
    padding: 2px 5px 3px;
}
.smallinput{
	width: 209px !important;
	float: left;
	margin-left: 50px;
	_margin-left: 52px;
}
/* block forms ............................. */

.block label {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.block fieldset{
	background-color: #CCDCEA;
	margin: 0;
	padding: 0;
}
.block fieldset h5 {
	margin-bottom:	3px;
}
.block fieldset fieldset {
	padding: 10px 14px 10px 14px;
	border: 1px solid #A5CBE7;
	border-top: 1px solid white;
	border-left: none;
}
.block fieldset fieldset fieldset {
	border: none;
	padding: 0;
	padding: 0 20px 0 2px;
}
.block fieldset fieldset fieldset label {
	padding: 0;
	padding-left: 27px;
	font-weight: normal;
	padding-bottom: 0.65em;
}
.block fieldset fieldset input {
	float: left;
	margin-left: -3px;
	_margin-top: -2px;
	_margin-left: -4px;
}
.block fieldset.submit,
.block fieldset.submit fieldset {
	background-color: transparent;
	border: none;
	padding: 0 !important;
}
.block fieldset.submit input {
	width: 100%;
	margin: 0;
	background-color: #CCDCEA;
	border: 1px solid;
	border-color: white #85B2D4 #85B2D4 white;
	padding: 1px 0 1px 0;
}
.block fieldset fieldset input {
	width: 100%;
}
.block fieldset fieldset fieldset input {
	width: auto;
}

.spot {
	background: #FFF none;
	border-bottom: 1.3em solid white;
}

.spot,
.spot fieldset {
	margin: 0;
	padding: 0;
	border:none !important;
}
.spot {
	padding-bottom: 12px;
}

.spot input,
.spot select,
.spot textarea,
.spot button {
	width: 100%;
	border: 1px solid;
	border-color: #003E80 #85B2D4 #85B2D4 #003E80;
}

.spot fieldset fieldset {
	padding: 0 10px 0px 10px;
	border:none !important;
}
.spot fieldset.submit {

}
.spot fieldset.submit fieldset {
	border-bottom: none;
}
.spot fieldset.submit input {
	margin-top: 8px;
	background-color: #CCDCEA;
}
.spot fieldset fieldset fieldset {
	padding: 0;
	border:none !important;
}
.spot fieldset fieldset label {
	padding-bottom : 3px;
	padding-top: 6px;
	display: block;
}
.spot fieldset fieldset fieldset label {
	display: block;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 0.65em;
}
.spot fieldset fieldset fieldset input {
	width: auto;
	border: none;
	float: left;
	position: relative;
}
.spot fieldset fieldset fieldset {
	border: 1px solid;
	border-color: white #A7C8E0 #A7C8E0 white;
	padding: 5px 10px 5px 0;
}

#spots .buttonmarkup { width: 200px; }
#spots .buttonmarkup input { margin: 0 !important; }

.warning {
	color: #9C0A00;
	font-weight: bold;
}
/*AUTO SUGGEST*/
.autosuggest					{ position:relative; z-index:10 }
.autosuggest .suggest 			{ display: none; position: absolute; right:0; top: 26px; background-color: #fff; border: 1px solid #bbb; width: 270px; overflow:auto; max-height: 136px; z-index: 999; box-shadow: 0 1px 2px #AAAAAA; }
.autosuggest .suggest a,
.autosuggest .suggest .noresult	{ cursor: pointer; display: block; text-align: left; padding: 5px; font-size: 10px; color: #002c5c }
.autosuggest .suggest a span.dep{ display: block; color: #5e5e5e }
.autosuggest .suggest a.alt,
.autosuggest .suggest span.alt	{ background-color: #eee }
.autosuggest .suggest a.selected,
.autosuggest .suggest a:hover	{ background-color: #e8e8e8; text-decoration: underline }
