@charset "utf-8";
/* CSS Document */
#contact_form {
  margin: 0;
  padding: 0;
  width: 545px;
}

#contact_form label {
  width: 148px;
  font-size: 12px;
  display: block;
  float: left;
  clear: both;
  padding-top: 3px;
}

#contact_form div {
  margin-bottom: 10px;
 /* height: 17px;*/
}

#contact_form input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 17px;
	color: #666;

}

#contact_form textarea {
  font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	font-size: 11px;
}



#contact_form .textbreed {
  width: 390px;
	border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff url("../images/inputback.png") no-repeat left top;
  padding: 3px 0 0 5px;
}

#contact_form .textsuperbreed {
	width: 542px;
}

#contact_form .textmedium {
  width: 210px;
  margin-right: 5px;
}

#contact_form .textkort {
  width: 75px;
  margin-right: 5px;
}

#contact_form #submit {
	height: 20px;
	width: 550px;
	border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: black;

}



