/* @override http://localhost:8888/germuth/germuth_formular.css */

form {

  width: 30em;
}

form p {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* fieldset styling */
fieldset { /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #1778ab;
	margin: 1em 0 0;
	width: 440px;
	background: url(images/tr3.png) repeat-x;
}

/* legend styling */
legend {
  font-weight: bold;
	color: #1778ab;
	text-transform: uppercase;
	font-size: 13px;
	text-shadow:2px 2px 2px #dcecf3;
	padding-top: 9px;
}


/* style for  labels */
label {
	width: 140px;
	margin-right: 0;
	padding-right: 0;
	margin-top: 3px;
	position: relative;
	float: left;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color: #1778ab;
}

input {
  width: 250px;
	position: relative;
}

input#ort {
	width: 187px;
}

input#plz {
	width: 60px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #e8f2f7;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}
