/* @override http://potsdamer-erlebnisnacht.de/css/form.css */

/* FORMULAR CSS */
/* Form 'potsdamer-erlebnisnacht' */

/* ------------------------------------------------------------------------------------  */


#main form { 
	padding: 25px 10px 20px 20px;
	margin-bottom: 15px;
	background: #F9E6AA url(../images/layout/bg-yellow.png) repeat-x top left; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

input, select {
	color: #333;
	border:solid 1px #999;
}

form label {
	float: left;
	border: 0px solid RED;
	width: 5em;
	font-size: 12px;
	font-weight: bold;
}

form .nachricht label { /* Kontaktformular label vom nachrichtentextfeld */ 
	width: 12em;
}

legend {
	display: none;
	font-weight: bold;
	font-size: 100%;
	color: RED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border: none;
        margin: 0; padding: 0;
}


input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #555;
}

input, textarea, select {
	background: #FFF top left repeat-x;
	font: 1em/1.6em Verdana, Arial, sans-serif;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 10px;
}

.kontaktformular input {
	width: 250px;
}

.kontaktformular textarea {
	width: 430px;
	height: 120px;
	border: solid 1px #999;
}


/* ------------------------------------------------------------------------------------  */

.error_message {    /* "Bitte überprüfen Sie Ihre Eingabe!"  */
	margin: 0px 0px 10px 0px;
	padding: 7px;
	background-color:#FFE3E3; 
	border: 1px solid red;
}

.kontaktformular .fbsubmit  {  /* Absende Button*/
	background: #D5DADD;
	border: 0px solid #CCC;
	padding: 6px 8px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
	width: 90px;
	background: #FD7F25;
	position: relative;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.kontaktformular .submitbutton input {
}

.pflicht {
	float: right;
	font-size: 11px;
	padding: 4px 20px 0 0;
}


/* ANFRAGE
---------------------------------------------------------------------- */

.anfrage textarea {
	width: 380px;
	height: 120px;
	border: solid 1px #999;
}

.anfrage.fr label, 
.anfrage.en label {
        margin-right: 10px; 
}

form .umbruch label {
        width: 400px;
        clear: both;
}

.anfrage .long input {
	width: 380px;
}


/* ---------------------------------------------------------------------- */

.required label { }
.required input { /*border: 1px solid RED;*/ }


.incomplete {
	color: RED;
	display: inline;
}

.sternchen {
color: #666;
}

.versand {
	padding: 20px;
	background: #F9E6AA url(../images/layout/bg-yellow.png) repeat-x top left; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.versand h2 {
	margin: 0 0 10px 0; 
	padding: 0px;
}
