@charset "utf-8";
/* CSS Document */



form, #form {
}
fieldset {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #D7C39E;
	border-left-style: none;
	border-top-color: #D7C39E;
	margin-bottom: 25px;
	margin-top: 5px;
}
fieldset legend {
	font-size: 130%;
	font-weight: normal;
	color: #396569;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -8px;
	margin-bottom: 3px;
	line-height: normal;
}
.inputset {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-right: 8px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.error-field {
	background-color:#FFCACA;
}
fieldset label {
	font-size: 100%;
	font-weight: bold;
	width: 150px;
	height: auto;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
div .input label {
	font-weight: normal;
	display: inline;
	float: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: normal;
	vertical-align: text-top;
	margin: 0px;
}
div .input {
	float: left;
	width: 268px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div .input .inputText, div .input .inputPhone, div .input .inputTextarea, div .input inputRadio {
	border: 1px solid #CCCCCC;
	font-size: 100%;
	padding: 2px;
}
div .input .inputText {
	width: 17.5em;
}
div .input .inputTextarea {
	width: 23.3em;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px;
}
div .input .inputPhone {
	width: 2.5em;
}
.required {
	background-image: url(../images_layout/icon_form_required.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-attachment: scroll;
}
.required label {
}
.required input, .required textarea {
	border-color: #8F8F8F !important;
}
.submit .inputSubmit {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D37D4A;
	text-decoration: none;
	padding-right: 1.1em;
	padding-left: 1.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.submit .inputSubmit:hover {
	background-color: #225263;
	color: #FFFFFF;
	cursor: pointer;
	cursor: finger;
}
.errormessage, .message-error {
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.message-success {
	color: #009900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
fieldset small {
	font-weight: normal;
	font-size: 90%;
	color: #666666;
}

