
/* ------------------ Real World Marketing ----------------------- */
/* ------------------------ FORMS.CSS ---------------------------- */

/* -------------------------- Head ------------------------------- */

		.inpFeld {
			width:250px;
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
			background: #ffffff;
			border: 1px solid #6B6B6B;
			border-width: 0 15px 1px 0;
			background-color: #F5F5F5;
			border-color: #6B6B6B;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.inpFeldReq {
			width: 250px;
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
			background: #ffffff;
			border: 1px solid #6B6B6B;
			border-width: 0 7px 1px 0;
			border-color: #6B6B6B #BCDA2A;
			background-color: #F5F5F5;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.inpTextFeld {
			width:250px;
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #333333;
			background: #F5F5F5;
			border: 1px solid #6B6B6B;
			border-width: 0 7px 1px 0;
			border-color: #6B6B6B #BCDA2A;
			padding-left: 5px;
			padding-right: 5px;
		}

		.textinput {
			width:250px;
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #333333;
			background: #F5F5F5;
			border: 1px solid #6B6B6B;
			border-width: 0 7px 1px 0;
			border-color: #6B6B6B #BCDA2A;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.inpFeldReq:focus, .inpTextFeld:focus, .textinput:focus {
			background: #fbfbfb;
			border-color: #6b6b6b #25686E; }
		
		.button {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
			border: 1px solid #6B6B6B;
			border-width: 0 7px 1px 0;
			border-color: #6B6B6B #BCDA2A;
			background-color: #fff;
			margin: 0;
			padding: 0;
			font-weight: bold;
			cursor: pointer;
		}

		.buttoninput {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
			border: 1px solid #6B6B6B;
			border-width: 0 7px 1px 0;
			border-color: #6B6B6B #BCDA2A;
			background-color: #FFFFFF;
			margin: 0;
			padding: 0;
			font-weight: bold;
			cursor: pointer;
		}

		.button:hover, .buttoninput:hover {
			background: #fbfbfb;
			border-color: #6b6b6b #25686E; }
		
		form {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
		}

		fieldset {
			border: 1px solid #25686E; }

		legend {
			color: #25686E;
			font: normal 11px arial, sans-serif; }
		
		form table {
			font-family: arial, sans-serif;
			font-size: 12px;
			color: #6B6B6B;
		}
		
		.red {
			color: #990033;
		}
		
		form label{
			font-size: 12px;
			font-family: arial, sans-serif;
		}
		
		.formtext {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #6B6B6B;
		}
		
		.inputerror {
			font-family: arial, sans-serif;
			color: #E4013D;
		}
		
		.inputerrorbold {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #E4013D;
			font-weight: bold;
		}