.form {
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.form blockquote {
	border: 1px solid #C10000;
	background-color: #FFEFF3;
	padding: 14px;
	font-weight: bold;
	color: #C10000;
	margin: 10px 0;
}
.form p {
	clear: left;
	overflow: auto;
	margin: 2px 0;
	padding: 4px 0;
}
.form p.formError {
}
.form p.formSubmit,
.form p.formRequiredNote {
	padding: 4px 0;
} 
.form p label {
	display: block;
	width: 145px;
	float: left;
	text-align: left;
	min-height: 14px;
	font-weight: bold;
}
.form p label span {
	color: #A40C0C;
}
.form p em {
	color: #FF0000;
	display: block;
	padding-left: 145px;
	clear: left;
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}
.form p.formError input,
.form p.formError textarea {
}
.form span.formGroup {
	width: 390px;
	line-height: 22px;
	float: left;
}
.form span.formGroup input {
	margin-right: 6px;
}
.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	font-weight: normal;
}
.form input.textfield,
#createAddress p.createCopies input {
	width: 380px;
	padding: 4px;
	border: 1px solid #666;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
.form input.error {
	border-color: #f00;
	border-top-color: #9D1B0D;
	border-left-color: #9D1B0D;
}
.form textarea.textfield {
	width: 380px;
	height: 130px;
	padding: 4px;
	border: 1px solid #666;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
#contact_address {
	height: 50px;
}
.form fieldset {
	border: 0px none;
	margin: 10px 0 ;
	/*border:1px solid #d8d8d8;*/
	clear: both;
}
.form h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 535px;
	border-bottom: solid 1px #f3f3f3;
}
.form p.submit,
.form p.requriedNote {
	margin: 10px 5px;
}
.form div.contentFromEditor {
	margin: 0 10px;
}
.form p.formInfo {
	padding-left: 240px;
	width: auto;
	font-size: 9px;
}
.form p.extraField input {
	float: left;
}
.form p.extraField label {
	width: auto;
	padding-left: 6px;
}
.form p.submit {
	display: block;	
	float: right;
	margin: 0;	
	clear: both;
}
button.submit_buton {
	padding: 4px 20px;
	background: url(../images/bottomCorner.gif) #cfd510 no-repeat bottom right;
	font-weight: bold;
	color: #fff;
	border: solid 1px #0d1c67;
}

#addAddressForm p.submit {
	float: none;
	padding: 0;
}
input#captcha {
	width: 80px;
}
.form span.formCollection {
	width: 390px;
	float: left;
}
.form span.formCollection label {
	width: auto;
	float: none;
	font-weight: normal;
}
.form span.formCollection span {
	display: block;
	float: left;
	padding-right: 5px;
}
.form span.formCollection span input {
	width: 120px;
}
.form a {
	color: #56730f;
	font-weight: bold;
}
.form a:hover {
	text-decoration: none;
	color: #981b0d;
}
#accountMiddleName,
#address_middle_name {
	width: 80px;
}
#accountFirstName,
#accountLastName,
#address_first_name
#address_last_name {
	width: 182px;
}
#accountstreet_number,
#address_street_nr, 
#accountstreet_ext,
#address_street_ext {
	width: 60px;
}
#accountstreet_name,
#address_street_name {
	width: 240px;
}
#accountpost_code,
#address_post_code,
#address_birthday {
	width: 80px;
}
#accountcity,
#address_city{
	width: 160px;
}
#address_first_name_error,
#address_middle_name_error,
#address_last_name_error,
#address_street_name_error,
#address_street_nr_error,
#address_street_ext_error,
#address_post_code_error,
#address_city_error,
#address_country_error,
#address_birthday_error {
	display: none;
}
#createAddress p.createCopies input {
	width: 30px;
}
#clientDetails p,
#paymentAythorization p.paymentAuthorization {
	margin: 8px 0;
}
#clientDetails label,
#paymentAythorization p.paymentAuthorization label {
	min-height: 14px;
	font-weight: bold;
	display: block;
}
#clientDetails input.textfield,
#paymentAythorization p.paymentAuthorization input.textfield {
	width: 230px;
	padding: 4px;
	border: 1px solid #666;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
#clientDetails em,
#paymentAythorization p.paymentAuthorization em{
	color: #D2484B;
	display: block;
	clear: left;
	font-size: 12px;
	margin: 5px 0;
}
.paymentOption label {
	font-weight: bold;
}
#addAdvertisement span.formGroup input {
	float: left;
	clear: left;
	margin-top: 5px;
}
#addAdvertisement span.formGroup label {
	float: left;
	width: 400px;
}
