/* --- Formular --- */
input.captchaRefreshText[type="button"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	padding: 0;
	width: 70px;
	color: white;
	margin: -10px;
	position: relative;
	top: -0.3em;
	display: none;
}

form {
	padding: 0;
	margin: 10px 0;
	border: 0;
}

form div {
	position: relative;
	clear: both;
}

form div.topline {
	border-top: 1px dotted #cdcdcd;
	padding: 6px 0;
}

form div.topline div {
	float: right;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

form div.topline p {
	margin-bottom: 12px !important;
}

form br {
	/*clear: both;*/
}

fieldset {
	position: relative;
	padding: 6px;
	margin-bottom: 16px;
	border: none;
	border-bottom: 1px dotted #cdcdcd;
	width: 636px;
	color: #000000;
	background: none;
}

fieldset.grey {
	border-top: 1px dotted #cdcdcd;
	background: #f7f7f7 url(../images/table.png) repeat-x;
}

fieldset.small {
	width: 520px;
}

fieldset.login {
	width: 230px;
}

label {
	float: left;
	/*width: 150px;*/
	margin: 3px 6px 3px 0;
	color: #000000;
	font-weight: normal;
	line-height: 1em;
	text-transform: normal;
	text-align: right;
}

label.small {
	width: 100px;
}

label.login {
	width: 60px;
	color: #ffffff;
}

label.required {
	font-weight: bold;
}

textarea {
	margin: 0 0 6px 0;
	float: left;
	/*width: 300px;*/
	height: 85px;
	border: 1px solid #517c88;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #517c88;
	line-height: 16px;
	background: #fffeff url(../images/input.png) repeat-x;
}

input {
	margin: 0 0 6px 0;
	float: left;
	/*width: 300px;*/
	height: 16px;
	border: 1px solid #517c88;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #517c88;
	line-height: 16px;
	background: #fffeff url(../images/input.png) repeat-x;
}

.submits input {
	height: auto;
	border: 0;
}

input.required {
	color: #000000;
}

input.file {
	/*width: 300px;*/
	height: 19px;
}

input.checkbox {
	float: none;
	width: 15px;
	margin: 0 0 3px 136px;
	padding: 0;
	border: none;
	vertical-align: top;
}

fieldset input.checkbox {
	margin: 0 0 3px 136px;
}

fieldset input.haslabel {
	margin: 0 0 3px 0;
}

fieldset input.multi {
	margin: 0 0 3px 15px;
}

fieldset .comment {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	margin-top: 0;
	width: auto;
}

fieldset h2 {
	line-height: 2em;
	color: #898989;
}

label.checkbox {
	position: relative;
	display: inline;
	margin: -16px 0 0 156px;
	width: auto;
}

select,
select.selectCategory {
	/*width: 300px;*/
	height: 20px;
	border: 1px solid #517c88;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #517c88;
	line-height: 16px;
	background: #fffeff url(../images/input.png) repeat-x;
}

optgroup {
	background-color: #517c88;
	color: #ffffff;
	font-style: normal;
}
option {
	padding: 3px 0 0 0;
	background-color: #ffffff;
	color: #000000;
}

option:hover {
	background: url(../images/517c88.gif);
}

option[selected] {
	background: #517c88;
} 

input.quarter,
select.quarter,
textarea.quarter {
	width: 72px;
	margin-right: 2px;
}

input.threeeight,
select.threeeight,
textarea.threeeight {
	width: 109px;
	margin-right: 2px;
}

input.half,
select.half,
textarea.half {
	width: 148px;
	margin-right: 2px;
}

input.threequarter,
select.threequarter,
textarea.threequarter {
	width: 224px;
	margin-right: 2px;
}

.eag_button {
	position: absolute;
	bottom: 6px;
	left: 480px;
}

.eag_button_login {
	position: absolute;
	bottom: -21px;
	right: 12px;
}

.small_quarter {
	left: 204px;
}

.small_half {
	left: 278px;
}

.small_threequarter {
	left: 354px;
}

.small_full {
	left: 430px;
}

.full_quarter {
	left: 254px;
}

.full_half {
	left: 328px;
}

.full_threequarter {
	left: 404px;
}

input.marginright,
label.marginright,
label.marginrightcrop {
	float: left;
	margin: 0 8px 0 0 !important;
	text-align: left;
}

label.marginrightcrop {
	width: 280px;
}

button.eag_submit {
	background: url(../images/b_button_left.png) no-repeat;
	height: 19px;
	line-height: 19px;
	margin: 6px 0 0 0;
	padding: 0 0 0 5px;
	border: none;
	cursor: pointer;
	color: #898989;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

button.eag_submit span {
	background: url(../images/b_button_right.png) right no-repeat;
	padding: 1.2em 20px 1em 0;
	margin: 0;
	height: 19px;
	line-height: 19px;
	white-space: nowrap;
}

