label {
    width: 67px;
}

.button {
    margin-left: 150px;
}

/* Contact form  */

.radio_wrapper {
	width: 100%;
}

.radio_span {
	width: 65%;
}

#contact #radio_span {
	float: left;
}

#contact #error_category {
	padding-left: 16px;
	margin-left: 22px;
}

#contact #error_code {
	padding-left: 16px;
}

#contact .global{
	width: 714px;
}

#contact table {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
  }

#contact .label {
	padding-top: 2px;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	width: 125px;
	white-space: nowrap;
}

#contact .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#contact .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#contact .textfield {
	width: 150px;
}

#contact label.error {
	background:url("../img/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
}

#contact label.checked {
	background:url("../img/checked.gif") no-repeat 0px 0px;
}

#contact .success_msg {
	font-weight: bold;
	color: #0060BF;
	margin-left: 19px;
}

#contact #dateformatStatus, #contact #termsStatus {
	margin-left: 6px;
}

#contact #dateformat_eu {
	vertical-align: middle;
}

#contact #ldateformat_eu {
	font-weight: normal;
	vertical-align: middle;
}

#contact #dateformat_am {
	vertical-align: middle;
}

#contact #ldateformat_am {
	font-weight: normal;
	vertical-align: middle;
}

#contact #termswrap {
	float: left;
}

#contact #terms {
	vertical-align: middle;
	float: left;
	display: block;
	margin-right: 5px;
}

#contact #lterms {
	font-weight: normal;
	vertical-align: middle;
	float: left;
	display: block;
	width: 350px;
	white-space: normal;
}

#contact #lcontactsubmit {
	visibility: hidden;
}

#contact { width: 670px; }

#contact label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}

.postfoot {
	background-position:right bottom;
	height:2em;
}
