form.contact fieldset {
  margin-bottom: 10px;
}
form.contact legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	
	color:#4c4c4c;
}
form.contact fieldset ol {
  margin: 0;
  padding: 0;
}

form.contact fieldset ol.checkboxes li {
  list-style: none;
  padding: 3px 0px;
  margin: 0;
}

form.contact fieldset li {
  list-style: none;
  padding: 5px 0px;
  margin: 0;
}
form.contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contact fieldset fieldset label {
  display: block;
  width: auto;
}
form.contact em {
  font-weight: bold;
  font-style: normal;
  color: #bc262c;
}
form.contact label {
  width: 120px; /* Width of labels */
}
form.contact fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.contact .input{
	background:url(../images/input_text.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:18px !important;
	padding:3px 6px;
	padding-top:5px;
	width:251px;
	color:#969696;
}

form.contact .input_datum_small{
	background:url(../images/texinput_datum_small.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:14px !important;
	padding:3px 6px;
	padding-top:5px;
	width:43px;
	margin-right:12px;
	color:#969696;
}


form.contact .captcha{
	background:url(../images/captcha_bg.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:14px !important;
	padding:3px 6px;
	padding-top:5px;
	width:90px;
	overflow:auto;
	color:#969696;
}

form.contact textarea{
	background:url(../images/textarea_input.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:150px !important;
	padding:10px 6px;
	width:442px;
	overflow:auto;
	color:#969696;
}

form.contact #reden{
	background:url(../images/textarea_reden.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:58px !important;
	padding:10px 6px;
	width:331px;
	overflow:auto;
}

form.contact .submit {
  display: inline-block;
	background:url(../images/submit_button.png) no-repeat;
	border:0px;
	vertical-align: middle;
	width:99px;
	height:25px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
