/** ..:: COSL | Form Styles ::.. **/

.form h1 {
	position: relative !important;
	margin-bottom: 70px;
	margin-top: 40px !important;
}

.form h2 {
	position: relative !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

.form h3 {
	font-family: "Helvetica Neue LT Std","Arial",Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #888888;
}

.form h4 {
	font-family: "Helvetica Neue LT Std","Arial",Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #888888;
}

.form h5 {
	font-family: "Helvetica Neue LT Std","Arial",Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
}

.form h3.step {
	margin-top: 20px;
	font-size: 16px;
	color: #ADADAD;
	padding-bottom: 12px;
	border-bottom: 1px solid #EBEBEB;
}

.form ol li {
	margin: 5px 0px;
}

.form ol ul {
	margin: 5px 0px;
}

.form ol ul li {
	margin: 0 0 3px 0px;
}

.form input {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 13px;
	width: 200px;
}

.form textarea {
	font-size: 13px;
	padding: 4px;
	font-family: "Verdana","Arial",sans-serif;
	width: 600px;
	height: 160px;
}

/* Hover */ .form input:hover, .form textarea:hover { border: 1px solid #aaa; }
/* Focus */ .form input:focus, .form textarea:focus { border: 1px solid #006eb4; background: url(/Resources/COSL/Sites/COSL/Images/Backgrounds/input-fields.gif) top left repeat-x; -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5); -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5); }

.form .radio, .form .checkbox {
	width: auto;
	position: absolute;
	margin-top: 5px;
	border: 0;
}

.form label.radio {
	position: relative;
	display: block;
	margin: 0px 15px 0px 22px;
	line-height: 1.5em;
}

.form label.checkbox {
	position: relative;
	display: block;
	margin: 0px 15px 0px 22px;
	line-height: 1.5em;
}

.form input.short {
	width: 130px;
}

.form input.long {
	width: 250px;
}

.form select {
	font-size: 13px;
	padding: 1px;
}

.form .aurora-field {
	margin-bottom: 18px;
	position: relative;
}

.form .field-label {
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 1.5em;
}

.form .field-hint {
	margin-left: 10px;
	line-height: 1.5em;
}

.form .field-value {
	margin-top: 10px;
	font-style: italic;
}

/* Group */
.form .field-group {
	overflow: hidden;
}

.form .field-group .aurora-field {
	float: left;
	margin-right: 25px;
}

.form .field-group .aurora-suggest {
	float: left;
}

/* Selects */
.select-group {
	margin-right: 5px !important;
}

/* Button */
.form .button {
	margin-bottom: 15px;
	margin-right: 10px !important;
	display: inline-block;
}

/* Toolbar */
.form .toolbar {
	overflow: hidden;
	margin-bottom: 30px;
}

/* Feedback */
.aurora-field-feedback {
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: none repeat scroll 0 0 #FFF0F3;
	border: 1px solid #FF3838;
	display: inline-block;
	font-size: 12px;
	left: 0;
	padding: 6px;
	z-index: 100;
}

.aurora-field-invalid {
	background: #ffffdd;
	border: 1px solid #A7A7A7;
}

.checkbox-field.aurora-field-container-invalid { /* Custom styling for checkbox classes elements */
	background: #ffffdd;
	border: 1px solid #A7A7A7;
	padding: 5px;
}

/* Selection */
.form .selection {
	padding: 10px;
	background: #F7F7F7;
	margin-bottom: 10px;
	border-bottom: 1px solid #CBCBCB;
}

/* Warning */
.form .validation-warning {
	border: 1px solid #ff3838;
	background: #fff0f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 20px 0 0 0px;
	padding: 11px 11px 10px 11px;
	font-size: 12px;
	float: left;
	clear: both;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

/* Suggest */
.finder .search { padding: 4px 0; overflow: hidden; }

.finder .search input {
	float: left;
	margin-right: 4px;
	font-size: 15px;
}

.finder .search input[type="text"] {
	padding: 5px;
	background: white;
	font-size: 15px;
	color: #153d62;
	border: 1px solid #153d62;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.finder .search .big-btn { border-color: rgba(0,0,0,0.6); }
.finder .aurora-overtext {
	color: #A2A2A2;
	font-size: 13px;
	padding: 3px 0px 0px 7px;
	font-style: italic;
}

.finder .results {
	border: 1px solid #A7A7A7;
	background: #fff;
	width: 208px;
	color: #000;
	max-height: 150px;
	overflow: auto;
	font-size: 12px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	margin-left: -1px;
	z-index: 100;
	position: relative;
}

.finder .results p {
	margin: 2px 3px;
}

.finder .results ul {
	margin: 1px;
}

.finder .results a {
	color: #000;
	font-size: 12px;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}

.finder li {
	border: 1px solid transparent;
	list-style-type: none !important;
	background: none;
	margin: 0px;
	padding: 0px;
}

.finder li.aurora-suggest-focused {
	background: #d6eefb;
	border: 1px solid #7ebbdd;
}

.finder #member-finder-message {
	padding: 4px;
	width: 207px;
}

/* Select */
.finder .select { padding: 10px 0; }
.finder .select select { margin-right: 10px; width: 100px; }

/* Links */
.finder .links { padding: 10px 0; }

/* Search by state */
.finder .by-state { padding: 10px 0 0; margin: 10px 0 0; border-top: 1px solid #5995bf; }
.finder .by-state h4 { color: #c2e3fb; }
.finder .by-state span { padding: 0px 10px 0px 5px; color: #C2E3FB; }
.finder .by-state a { font-size: 13px; text-decoration: none; margin-right: 7px; }
.finder .by-state a:hover { text-decoration: underline; }

/* Spinner */
.form .spinner {
	background: url("/Resources/JazeDigital/ajax-loader.gif") no-repeat scroll left top transparent;
	height: 16px;
	position: absolute;
	top: 5px;
	width: 16px;
}

.form #activity-element { float: left; margin: 24px 0 0 10px; height:16px; width:16px;background:url("/Resources/JazeDigital/ajax-loader.gif") no-repeat scroll left top transparent; }

.form .aurora-suggest-results {
	position: absolute !important;
}

/* Submit */
.form.aurora-form-processing .submit {
	opacity: 0.5;
}

.form.aurora-form-processing .aurora-form-next { display: none; }
.form.aurora-form-processing .aurora-form-previous { display: none; }

/* Links */
.page-link {
	display: block;
	float: left;
	margin: 20px 4px 0 0;
	padding: 11px 10px 10px 10px;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
} 

/* Misc */
.form .grey { color: #A2A2A2 }
