form p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
form h4 { margin-top: 0; padding-left: .3em; }
form legend { padding: .5em .5em .5em 0em; font-size: 1.4em; color: #AFAFAF; font-weight: bold; margin-left: 0; }
.tx-srfeuserregister-pi1 legend {font-weight:bold;padding:0.5em 0.5em 0 0;}
form .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; padding-bottom: 1em; }
form .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
form label span { color: #ff0000; }
form .tx-srfeuserregister-pi1-error { color: #ff0000; }
form select {width: 321px;}
form input { margin: 0; padding: 0 .5em 0 0; }
form input[type=password] { margin-right: 1em; }
* html form input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
fomr input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html form input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }
form .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
form .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
form a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
form ul { margin: 0; padding: 0; list-style-position: inside; }
form ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
form ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
form ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
form ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
form dl { margin: 0; padding: 1em 0 0 0; }
form dt, form dd { margin: 0; padding: 0 0 .5em 0; float: left; }
form dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
form dd { text-align: left; width: 50%; }
form dd.label_notice {width: 60%; padding-left: 0;}
form .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
form .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html form dd { float: none; }
form dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
form dd label { padding: 0 1em 0 .5em; }
form textarea { width:315px; }
#content form p {
	margin: 0;
	clear: both;
}

#content form input {
	/*width: 308px;*/
	width: 316px;
	padding: 0;
}

#content form input.tx-srfeuserregister-pi1-delete-icon {
	width:auto;
}

#content form input.submit {
	width: 320px;
}


#content form input.tx-srfeuserregister-pi1-password,
#content form input.tx-srfeuserregister-pi1-text-half {
	width: 99px;
	margin-right: 0;
	float: left;
}

#content form label.tx-srfeuserregister-pi1-label-half {
	width: 81px;
	display: block;
	float: left;
	padding-left: 20px;
}

#content form input.tx-srfeuserregister-pi1-radio,
#content form input.tx-srfeuserregister-pi1-checkbox,
#content form input.checkbox,
#content form input.radio {
	width: auto;
}


#content form ul.error {
	color: #FF0000;
	margin: 5px;
}
/** Login **/

form.login label,
.loginbox label {
	display: block;
	margin-bottom: 5px;
}
form.login input,
.loginbox input{
	border: 0;
	width: 100%;
	padding: 0;
}
form.login input.submit,
.loginbox input.submit{
	font-weight: bold; 
	float:right; 
	padding: 0 30px 0 0; 
	height: 24px;
	background: transparent url(../img/submit_bg.png) no-repeat scroll 100% 0;
	overflow: visible;
	width: auto;
	color: #fff;
}

form.login p.error {
	color: #F6640A;
	font-weight: bold;
	margin-bottom: 5px;
}

#content form h3 {
	/*padding: 0 .5em; */
	padding: 0; 
	font-weight: bold; color: #3A5F81; clear: both; float: none;
}
div.error {
	color: #F6640A;
	font-weight: bold;
}

