/*************************************************
 * Seite: www.afrikaverein.de
 * Datei: form.css
 * Media: screen & print
 * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datum: 2011-02 | ...
 * Autor: Dario Müller
*************************************************/

FORM {
	margin: 0;
	padding: 0;
}
#content FORM {
	margin: 40px 0;
}
FORM P.required {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-style: italic;
}
FORM FIELDSET {
	clear: both;
	margin: 20px 0;
	border: none;
}
FORM FIELDSET H2 {
	margin-top: 0px;
}
FORM FIELDSET LEGEND {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0;
	display: none;
}
FORM DIV {
	position: relative;
	clear: left;
	display: block;
	width: 100%;
	height: expression('1%');
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
}
FORM DIV.form_betreffField {
}
	FORM DIV.form_betreffField p {
		float: left;
		margin: 0;
	}
	FORM DIV.form_betreffField h4 {
		float: right;
		margin: 0;
		color: #FFCC66;
	}
FORM FIELDSET DIV.notes {
	float: right;
	width: 180px;
	height: auto;
	margin: 0;
	border: 1px solid #666666;
	background-color: #C7D2DC;
	position: absolute;
}
FORM FIELDSET DIV.notes H4 {
	margin: 0 5px;
	padding: 5px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #727578;
	letter-spacing: 0;
}
FORM FIELDSET DIV.notes P {
	padding: 0 5px 0 5px;
	/*margin: 0em 0em 1.2em 0em;*/
	color: #727578;
}
FORM FIELDSET DIV.notes P.last {
	margin: 5px 0 0 0;
}
FORM DIV FIELDSET {
	clear: none;
	border: 1px solid #999999;
	margin: 0 0 0 160px;
	padding: 0;
	width: 290px;
}
FORM DIV FIELDSET.error {
	background-color: #ffffe1;
	border: 1px solid #ff0000;
}
FORM DIV FIELDSET LEGEND {
	font-size: 1em;
	padding: 0 3px 0 9px;
}
FORM DIV.required FIELDSET LEGEND {
	font-weight: normal;
}
FORM DIV LABEL {
	display: block;
	float: left;
	padding: 2px 0 4px 0;
	margin: 0;
	text-align: left;
	font-size: 1em;
}
FORM DIV LABEL.large {
	width: 300px;
}
FORM DIV.submit LABEL {
	width: 650px;
}
FORM DIV LABEL.error {
	color: #62384e;
}
FORM DIV LABEL SPAN{
	color: #9F8868;
	margin-left: 3px;
}
FORM DIV.optional.simple A {
	text-decoration: none;
}
FORM DIV.optional LABEL {
	font-weight: normal;
}
FORM DIV.required LABEL {
	font-weight: normal;
}
/*FORM DIV.preview LABEL,
LABEL.preview {
	margin: 0 5px 5px 0;
	color: #1A181B;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 0.95em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}*/

FORM DIV LABEL.labelCheckbox,
FORM DIV LABEL.labelRadio,
div.tx-srfeuserregister-pi1 div.gender label {
  float: right;
  width: auto;
  height: auto;
  margin: 0 0 0 3px;
  text-align: left;
  font-weight: normal;
}
div.tx-srfeuserregister-pi1 div.gender label.default {
  float: left;
}
FORM DIV LABEL.labelCheckbox {
	width: 100px;
}
FORM DIV IMG.silkicon {
	border: none;
}
P.error {
	background-color: #FFCC66;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #fff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
	font-weight: bold;
	font-size: 1.1em;
}
div.error {
	color: #f00;
}
FORM SPAN.fieldWithErrors INPUT {
	border-color: red;
	background-color: #EEEEEE;
}
FORM DIV.error {
	background-color: #ffffe1;
	background-image: url(/images/required_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
	width: 450px;
}
FORM DIV.error P.error {
	/*
	background-image: url(/images/icon_error.gif);
	background-position: top left;
	background-color: transparent;
	*/
	background: transparent;
	border-style: none;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
/*
FORM DIV SELECT {
	width: 290px;	
}
FORM DIV TEXTAREA {
	width: 290px;
	height: 150px;
}
*/

/* Input */
FORM DIV INPUT {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #FFF4D2;
	border: none;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	float: right;
	color: #000;
}

FORM DIV INPUT.inputText,
FORM DIV TEXTAREA.inputTextarea,
FORM DIV INPUT.inputFile,
FORM DIV INPUT.inputPassword {
	width: 220px;
	line-height: 1.7em;
	font-size: 1em;
}
FORM DIV INPUT.mini,
FORM DIV INPUT.mini.error.hiddenError {
	width: 40px;
}
	FORM DIV INPUT.mini.error {
		width: 36px;
	}
FORM DIV INPUT.large,
FORM DIV INPUT.large.error.hiddenError {
	width: 160px;
}
	FORM DIV INPUT.large.error {
		width: 156px;
	}

FORM DIV INPUT.margin-left,
form div.memberareaContainer INPUT.margin-left {
	margin: 0 0 0 10px;
}
FORM DIV INPUT.inputText,
FORM DIV INPUT.inputFile,
FORM DIV INPUT.inputPassword {
	height: 20px;
}
FORM DIV INPUT.inputText.error {
	border: 2px solid #FC8123;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
FORM DIV INPUT.inputText.error.hiddenError {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Textarea */
FORM DIV TEXTAREA.inputTextarea {
	float: right;
	overflow: auto;
	background-color: #FFF4D2;
	border: none;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	padding: 2px 3px;
	width: 224px;
	height: 130px;
}
FORM DIV TEXTAREA.inputTextarea.error {
	border: 2px solid #FC8123;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Select */
FORM DIV SELECT.selectOne,
FORM DIV SELECT.selectMultiple,
FORM DIV SELECT#tx-srfeuserregister-pi1-static_info_country {
	background-color: #FFF4D2;
	margin: 0 0 0 10px;
	padding: 2px;
	float: right;
	color: #000;
	font-size: 1em;
	border: none;
	width: 230px;
}
FORM DIV SELECT.selectOne.mini {
	width: 130px;
}
option:hover {
	background: url("/fileadmin/images/form_select_bg.gif") repeat scroll 0 0 #FFCC66;
	color: #fff;
}
FORM DIV SELECT.error {
	border: 2px solid #FC8123;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*
FORM DIV SELECT.error,
FORM DIV INPUT.error,
FORM DIV TEXTAREA.error {
	border: none;
}*/
FORM DIV INPUT.inputCheckbox,
FORM DIV INPUT.inputRadio,
FORM DIV INPUT.checkboxOrder,
FORM DIV INPUT.tx-srfeuserregister-pi1-radio {
	display: block;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 4px 0 0 10px;
	border: 0;
}
FORM DIV INPUT.tx-srfeuserregister-pi1-radio {
	margin: 4px 10px 0 4px;
}
FORM DIV INPUT.checkboxOrder {
	margin-left: 25px;
	margin-right: 75px;
}

form div.submit {
	width: 172px;
	padding: 0;
	text-align: center;
	margin: 15px 0;
	height: 28px;
	background: url("/fileadmin/images/button_complete.gif") no-repeat center center transparent;
	display: inline-block;
}
	form div.submit input.inputSubmit {
		padding: 0 18px 0 0;
		background: url("/fileadmin/images/morelink_bg2.gif") no-repeat right center transparent;
		margin: 0 auto;
		text-align: center;
		float: none;
		height: 28px;
		font-size: 1.0em;
		color: #000;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
	}
	form div.submit input.inputSubmit:hover {
		color: #FFCC66;
	}

FORM SPAN.error,
FORM SPAN.form_error,
FORM SPAN.form_succeed {
	clear: both;
	display: block;
	height: expression('1%');
	float: right;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	zoom: 1;
}
FORM SPAN.error.hidden {
	display: none;
}
FORM SPAN.error,
FORM SPAN.form_error {
	color: #FC8123;
	font-weight: bold;
}
FORM SPAN.form_succeed {
	color: green;
}
FORM SPAN.large {
	margin-left: 310px;
}
FORM DIV SMALL  {
	clear: left;
	display: block;
	margin: 0 0 0 160px;
	padding: 3px 0;
	font-size: 0.9em;
	height: expression('1%');
	color: #000000;
}
FORM DIV SPAN.text {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.8em;
}

FORM FIELDSET SMALL.checkBox {
	margin: 2px 0 8px 0;
	padding: 0;
}

FORM DIV.captcha {
	/*
	position: absolute;
	left: 660px;
	bottom: 43px;
	*/
	/*margin: -110px 0 0 660px;
	width: 320px;
	height: 110px;
	overflow: hidden;*/
}
FORM DIV.captcha  .inputText {
	float: none;
	margin: 5px 0 0 0;
}
FORM DIV.captcha .inputCaptcha {
	float:left;
	margin: 0 0 0 10px;
}
FORM DIV.captcha .tx-srfreecap-pi2-accessible {
	display: block;
}
/*
FORM DIV.captcha  SPAN.error {
	height: expression('1%');
	margin: 0;
	padding: 0;
	line-height: 1em;
}
*/
form div span.inputCaptcha img.tx-srfreecap-pi2-image {
	border: 3px solid #FFF4D2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
FORM DIV SELECT.selectOne OPTION,
FORM DIV SELECT.selectMultiple OPTION {
	height: 16px;
}

/* Mitglieder -> Daten */
div.memberareaContainer {

}
	div.memberareaContainer input.inputCheckbox,
	div.memberareaContainer input.inputRadio,
	div.memberareaContainer input.checkboxOrder {
		float: left;
		margin: 4px 3px 0 0;
	}
	div.memberareaContainer input.inputText,
	div.memberareaContainer input.inputFile,
	div.memberareaContainer input.inputPassword,
	div.memberareaContainer select.selectOne,
	div.memberareaContainer select.selectMultiple {
		float: left;
		margin: 0;
	}
	div.memberareaContainer select.selectMultiple {
		height: 112px;
		margin-bottom: 10px;
	}
	div.memberareaContainer select.selectMultiple.bigAreaBox {
		height: 226px;
		width: 320px;
	}
	div.memberareaContainer label.labelRadio {
		float: left;
		margin: 0 10px 0 0;
	}

/* Mitglieder -> Termine */
form select.selectOne.whiteBg {
	background-color: #fff;
	border: 1px solid #A78869;
}