/************************************ 
 * Forms
 *
 ************************************/

form {
	margin: 1em 0;
}
form h2 {
	margin-top: 1.5em;
}
fieldset {
	border: 0;
	margin: 0 0 0 0;
	position: relative;
	clear: both;
	display: block;
}

fieldset.blank {
}
textarea, input, select, option {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}



div.separator {
	height: 10px;
	background: red;
}
div.form-row {
	font-size: 1.1em;
	clear: both;
	margin-bottom: 4px;
}

#content div.form-row p {
	margin-bottom: 1em;
	font-size: 1em;
}
div.form-row div.left, div.form-row div.right {
	float: left;
	width: 49%;
}

div.form-page {
	margin-bottom: 2em;
}
label {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
}

label.warning {
	color: #c00000;
	padding-top: 6px; 
	font-weight: bold;
}

div.errors, div.required {
	color: #a00000;
	font-weight: bold;
}

div.errors {
	font-size: 1.3em;
	margin-bottom: 1em;
}
p.errors {
	color: #a00000;
	font-weight: bold;
	margin: 0 0 1em;
}
div.input-container {
	width: 199px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: transparent url('images/bg-inputfield-195.gif') no-repeat 0 0;
	margin-bottom: 4px;
}
span.helptext {
	color: #333;
	font-size: 10px;
}
div.field-separator {
	height: 10px;
	overflow: hidden;
	clear: both;
}
input.field {
	border: 0;
	background-color: transparent;
	width: 190px;
	height: 14px;
	line-height: 14px;
	margin: 4px 0 0 3px;		

}

div.textarea-container {
	width: 254px;
	height: 154px;	
	background: transparent url('images/bg-textarea-150px.gif') no-repeat 0 0;
}
textarea {
	width: 245px;
	height: 138px;
	background-color: transparent;
	margin: 3px 0 0 3px;
	border: 0;
	overflow: auto;
}

div.checkbox-container {
	line-height: 1.6;
}

div.radio-container {
	margin-bottom: 4px;
}
div.checkbox-container input {
}

div.checkbox-container label, div.radio-container label {
	display: inline;
}

div.sub-level {
	padding-left: 12px;
}

div.main-level {
}


input.button {
}

option {
	border: 0;
	padding: 1px 2px;
}

select {
	border: 1px solid #ccc;
	padding: 0;
}


div.form-progress {
	text-align: center;
	border: 1px solid #7f7f7f;
	width: 523px;
	margin: 0 0 1.6em 0;
	color: #333;
	background: #fdb813 url('images/progressbar.gif') repeat-y 104px top;
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
}

div.progress-40 {
	background: #fdb813 url('images/progressbar.gif') repeat-y 208px top;
}

div.progress-60 {
	background: #fdb813 url('images/progressbar.gif') repeat-y 312px top;
}
div.progress-80 {
	background: #fdb813 url('images/progressbar.gif') repeat-y 416px top;
}

div.progress-98 {
	background: #fdb813 url('images/progressbar.gif') repeat-y 519px top;
}

div.form-prev-button {
	float: left;
	width: 49%;
	padding: 12px 0;	
}
div.form-next-button, div.form-submit-button  {
	float: right;
	width: 49%;
	padding: 12px 0;
}


a.logout-link {
	background: url('images/b03.gif') no-repeat left 50%; padding-left: 20px; margin: 1em 0; display: block;
}

p.update-success {
	border: 1px solid #999;
	padding: 0.5em 8px 0.5em 28px;
	background: #BEE860 url('images/save.gif') no-repeat 8px 50%;
	margin: 0 0 1em;
}

#matchmaking-form div.checkbox-container {
	float: left;
	margin-right: 8px;
}

#matchmaking-form div.company-container {
	line-height: 1.4;
	float: left;
	width: 500px;
	
}

#matchmaking-form div.form-row {
	margin-bottom: 12px;
}
#matchmaking-form div.checkbox-container input {
}

#matchmaking-form label {
	display: inline;
}

#matchmaking-form th, #matchmaking-form td {
	font-size: 11px;
	padding: 0.2em 0.3em;

}

#matchmaking-form th.label {
	width: 120px;
	white-space: nowrap;
}

div.registrant-details {
	display: none;
	bordeR: 1px solid gray;
	background: #f6f6f6;
	padding: 0.5em 1em;
	line-height: 1.3;
}

