/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */


/* STRUCTURE CSS */

.ddfmwrap {
  text-align: left;
  width: 450px;
}

.ddfmwrap p {
  padding: 0px;
}

.fieldwrap {
	float: left;
	display: block;
	margin: 0px 0 5px 0;
	_heigth: 1px;
	min-height: 1px;
}

.fieldwrap label {
	float: left;
	margin: 2px 5px 0 0;
	display: block;
	width: 130px;
	text-align: right;
}

.fmtext, .fmfile, .fmselect, select {
	border:1px solid #E5E5E5;
	width: 300px;
	float: left;
}

.fmradio {
	width: 300px;
}

.fmradio, .fmradio p {
	margin: 2px 10px 1px 0;
	float: left;
	display: inline;
}

.plz {
	position: relative;
	width: 80px;
	margin-right: -53px;
}

.ort {
	width: 135px;
	margin-left: 0px;
}


.fmcheck {
	width: 300px;
	display: block;
	float: right;
	min-height: 10px;
}

.checkitem {
	clear: both;
	display: block;
	min-height: 10px;
}

.required {
	color: #e2001a;
}

.big {
	width: 300px;
	clear: left;
}

.fmverify {
	border:1px solid #E5E5E5;
	width: 40px;
	float: left;
}


#page .text .fieldwrap img {
	position: relative;
	float: left;
	margin: 0 0 0 5px;
}

.submit, .credits {
  clear: both;
  position: relative;
  text-align: left;
  float: left;
  padding: 10px 10px 10px 0px;
}

.credits {
  color: #ccc;
  font-size: 75%;
}

.credits a {
  color: #ccc;
  font-size: 100%;
}

.submit input {
  width: 150px;
  height: 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

.ddfmerrors {
  margin-top: 10px;
  color: #cb071f;
  font-weight: bold;
}

.errorlist {
  color: #cb071f;
}

