/* Basic stylesheet for www.feldenkrais.de, created by ts + sn 05.08.2004 */

/* Wichtige Farben
Orange = #cc6633
Hellgrau = #cccccc
Dunkelgrau = #999999
Weissgrau = #F7F7F7 (body-hintergrund)
Contentgrau = #EBEBE1 (content-hintergrund)
*/

/* Default Abstände auf "0" setzen und Schriftart festlegen */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	/* margin: 0; */
	/* padding: 0; */
	font-family: Arial, Helvetica, sans-serif;
}

/* Linkformatierung */
a {
 	color: #cc6633;
 	text-decoration: none;
}

a:visited {   
 	color: #cc6633; 
 	text-decoration: none;
}

a:hover {  
 	color: #000000; 
 	text-decoration: underline;
}


/* Listenelemente mit farbigem Symbol */

/* Bei mehrzeiligem Element Text bündig untereinander */
ol, ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
}

/* Oranges Quadrat als Aufzählungszeichen */
ul {
	list-style-image: url(../images/menu/li.gif);
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

/* Einzug für Sitemap */
.einzug_l_50 {  left: 50px; position: relative;}

/* Tabellenformatierung */

/* Erste Tabellenzeile */
.tr-even.tr-0 TD {
	background-color: #cc6633;
	color: White;
	font-weight: bold;
}

/* "Gerade Zeile" */
.tr-even {
	background-color: #DEDEDE;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;  
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
}

/* "Ungerade Zeile" */
.tr-odd {
	background-color: #cccccc;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
	
}

/* Container für Tabelle mit entferntem cellspacing */
.contenttable {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Orange Linie am unteren Zeilenrand */
.contenttable TD {
	border-bottom: 1px solid #cc6633;
	font-size: 11px; 
}

.table {
	width: 100%;
	margin: 0px;
}


.tab_or { 
	background-color: #cc6633;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-indent: 10px;
 	}

.tab_grau { 
	background-color: #cccccc;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
 	}

.tab_hgrau { 
	background-color: #DEDEDE;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
 	}


/* .imgtext-table {
	border: 1px solid #CC6633;
} */

/* Allgemeines Look & Feel */
.hg_orange {  
	background-color: #CC6633;  
}

.hg_body {  
	background-color: #F7F7F7;
}

.hg_dunkelgrau {  
	background-color: #999999;
}

.hg_hellgrau { 
	background-color: #CCCCCC;
}

.hg_content {
	background-color: #EBEBE1;
}

.bodytext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
/* hochgestellter text */
.hochgestellt {
	vertical-align: super;
}

 H1 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
 }
 
 H2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: Black;
	background-color: #CCCCCC; 
	height: 22px;
	width: 500px; 
	padding-top: 3px; 
	padding-left: 5px;
	/*
	position: relative; 
	left: -5px;
	*/
}

H3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
 	font-style: italic;
	color: Black;
}

 .u1 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
 }
 
 .u2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: Black;
	background-color: #CCCCCC; 
	height: 22px;
	width: 500px; 
	padding-top: 3px; 
	padding-left: 5px; 
	
}

 .u3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
 	font-style: italic;
}

/* Status Messages */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: Red;
}
.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #00BF02;
}
 
.height100 { 
	height: 100%;
 	}

.linie_weiss { 
	background-color: #FFFFFF;
	height: 1px;
 	}

.linie_orange { 
	background-color: #cc6633;
	height: 1px;
 	}

/* Mailform Formattting */

INPUT {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
}
	
TEXTAREA {
   background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
}

.csc-mailform {
	background-color: #CCCCCC; 
	padding-top: 10px;
	padding-right: 10px;
	border: 1px solid #CC6633;
	width: 500px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.csc-form-radio {
	padding-left: 8px;
	padding-bottom: 8px;
}

/* format of the radio-button: no background like other input fields
use (tt_content.mailform.20.params.radio = class="check") in ts setup of root-template */
.check {
	background-color: transparent;
	border: none;
}
/* format of the submit-button: standard look&feel
use (tt_content.mailform.20.params.submit = class="submit") in ts setup of root-template */
.submit {
	background-color: #CCCCCC;
   color: Black;
   border: 1px solid Black;
	padding: 1px; 
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* for dmail subscription forms only */
.newslettersubmit {
	background-color: #CCCCCC;
   color: Black;
   border: 1px solid Black;
	padding: 1px; 
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.csc-form-labelcell {
	text-align: right;
                font-size: 12px;
	padding-right: 10px;
}

.csc-form-commentcell {
	padding-left: 10px;
}

.csc-caption { 
	font-size: 9px;
	color: #cc6633;
}

hr {
	color: #cc6633;
	background-color: #cc6633;
	height: 1px;
}

/* default styles for extension "tx_chcforum_pi1" */

/* BASIC STUFF */
#tx_chcforum-pi1 {
	font-family: arial, sans-serif;
	font-size: 11px;
}

#tx_chcforum-pi1 caption {
	display: none;
}

tx_chcforum-pi1 a {
	color: #cc6633;
 	text-decoration: none;
}

tx_chcforum-pi1 a:hover {
	color: #000000;
 	text-decoration: underline;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {
	margin-top: 20px;
}


/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
	border: 1px solid #999999;
	background: #F2EFDB;
	margin-bottom: 3px;
	width: 100%;
}

.tx-chcforum-pi1-Table thead tr th {
	font-size: 13px;
	font-weight: bold;
	background: #E6CF98;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	color: Black;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #F8F6EE;
	padding: 5px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
	font-size: 12px;
	background: #F2EFDB;
	padding: 5px;
}
/* GENERIC TABLE END */


/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCell {

}

.tx-chcforum-pi1-catConferenceCell dl {
	margin: 0;
}

.tx-chcforum-pi1-catConferenceCell dt {

}

.tx-chcforum-pi1-catConferenceCell dd {
	font-size: 10px;
	margin-left: 5px;
}

.tx-chcforum-pi1-catConferenceCell dd.new {
	color: #CC6633;
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCell {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell {
	font-size: 10px !important;
	vertical-align: top;
}
/* CATEGORY TABLE END */


/* CONFERENCE TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-confThreadSubjCell {

}

.tx-chcforum-pi1-confThreadNew {
	color: #F00;
	font-size: 10px;
	padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confThreadRepliesCell {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confThreadAuthorCell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confThreadLastCell {
	font-size: 10px !important;
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navPath {
	background: #E9E3D8;
	border: 1px solid #000000;
	margin: 12px 0 15px 0;
	padding: 3px;
	font-size: 10px;
}
/* NAVPATH END*/

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	background: #E9E3D8;
	border: 1px solid #000000;
	font-size: 10px;
	margin-bottom: 3px;
	padding: 3px;
	font-size: 10px;
	text-align: right;
	clear: both;
}
/* PAGELINKS END */

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid #999999;
	background: #F2EFDB;
	padding: 5px;
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 150px;
	float: left;
}

.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #cc6633;
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #cc6633;
	margin: 3px 0;
	width: 100% ;
	height: 150px;
}

.tx-chcforum-pi1-postForm fieldset#formTop br {
	clear:left;
}

.tx-chcforum-pi1-formBtn {
	text-align: center;
}

.tx-chcforum-pi1-formBtn input {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-weight: normal;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 3px;
	color: Black;
}

.tx-chcforum-pi1-formBtnHov {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-weight: normal;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 3px;
	color: Black;
}

.tx-chcforum-pi1-formBtnStyle {
	background-color: #E9E3D8;
	border: 1px solid #cc6633;
	padding: 3px;
	margin: 3px;
	color: #cc6633;
}

.tx-chcforum-pi1-formBtnStyleHov {
	background-color: #FFF;
	border: 1px solid #cc6633;
	color: #000000;
	padding: 3px;
	margin: 3px;
}
/* POST FORM END */

/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost {
	border: 1px solid #000000;
	margin: 3px 0;
}

/* top */
.tx-chcforum-pi1-singlePost .author {
	background: #F2EFDB;
	padding: 3px;
	vertical-align: top;
}

.tx-chcforum-pi1-singlePost .author .button { 
	padding-top: 3px;
	padding-right: 4px;
	margin-top: 5px;
	margin-right: 3px;
	text-align: center; 
	width: 62px; 
	height: 22px;
	background-repeat: no-repeat; 
	font-size: 10px !important; 
	float: left;
}

.tx-chcforum-pi1-singlePost #userPic {
	border: 1px solid #000000;
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #F2EFDB;
}

.tx-chcforum-pi1-singlePost .scroller {
	overflow: auto;
	width: 95%;
	background: #FFF;
	min-height: 125px;
	/*height: 125px;*/
	text-indent: 3px;
	padding: 3px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit {
	background: #F2EFDB;
	padding: 3px;
	height: 26px;
}

.tx-chcforum-pi1-singlePost .edit .button { 
	padding-top: 3px;
	padding-right: 4px;
	margin-top: 4px;
	margin-right: 3px;
	text-align: center; 
	width: 62px; 
	height: 22px;
	background-repeat: no-repeat; 
	font-size: 10px !important; 
	float: left;
}

.tx-chcforum-pi1-singlePost .attachment {
	background: #E9E3D8;
	padding: 3px;
}

.tx-chcforum-pi1-singlePost .attachment div {
	vertical-align: top;
}

.tx-chcforum-pi1-singlePost .attachment img {
	float: left;
	margin-right: 5px;
}

.tx-chcforum-pi1-singlePost #quoteCell {
	background: #FFF;
	font-size: 10px;
	padding: 3px;
}

.tx-chcforum-pi1-singlePost #quoteCellAuthor {
	border: 0px;
	font-weight: bold;
	padding: 3px 0;
}

.tx-chcforum-pi1-singlePost #quoteTable {
	border: 0px;
	margin: 15px 0;
}

.tx-chcforum-pi1-singlePost .text img {
	max-height: 350px;
	max-width: 350px;
}

.tx-chcforum-pi1-singlePostQuoteText {
	background-color: #F2EFDB;
	border: 1px solid #000000;
	font-size: 10px;
	padding: 5px;
}

/* SINGLE POST END */


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: #E6CF98;
	padding: 3px;
	border: 1px solid #999999;
	font-size: 10px; 
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div { 
	padding-top: 5px; 
	padding-left: 5px;
	font-size: 10px;
}
/* FOOTER BOX END */


/* PROFILE BEGIN */
.tx-chcforum-pi1-profileBorder {
	border: 1px solid #999999;
	padding: 3px;
	
}

.tx-chcforum-pi1-profileBorder Table Tr Td {
	border: 1px solid #999999;
	padding: 3px;
	font-size: 12px;
}

.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #000000;
	float: right;
}

.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}

.tx_chcforum-pi1-profileHdrBig {
	background: #E9E3D8;
	border: 1px solid #000000;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}

.tx_chcforum-pi1-profile_hdr {
  font-size: 10px;
  font-weight: bold;
  background: #F2EFDB;
  padding: 2px;
}


/* PROFILE END */


/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorBoxCell {
	background: #F2EFDB;
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: #E6CF98;
	border: 1px dotted #000000;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}
/* MESSAGE BOX END */

.tx-chcforum-pi1-forumTextBig {
	font-size: 14px;
	font-weight: bold;
}

.tx-chcforum-pi1-helpBox {
	background-color: #F2EFDB !important;
	border-style: none;
}

.tx-chcforum-pi1-linkUp {
	background: #E9E3D8;
	border: 1px solid #000000;
	margin: 12px 0 15px 0;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}

.tx-chcforum-pi1-previewBoxCell {
	background: #F2EFDB;
	text-align: center;
}


/* Extension better login-box */
/* login modes */
.tx-newloginbox-pi1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-newloginbox-pi1 H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.tx-newloginbox-pi1 TABLE TR TD P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.tx-newloginbox-pi1 TABLE TR TD INPUT.tx-newloginbox-pi1-submit {
	background-color: #CCCCCC;
   color: Black;
   border: 1px solid Black;
	padding: 1px;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tx-newloginbox-pi1 TABLE TR TD INPUT {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
	width: 150px;
	margin-left: 10px;
}

/* default styles for extension "tx_newloginbox_pi3" */
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TD {
	border-bottom: 1px solid #cc6633;
	font-size: 11px; 
	
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TR.tx-newloginbox-pi3-listrow-header TD {
	background-color: #cc6633;
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TR.tx-newloginbox-pi3-listrow-header TD A {
	color: White;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TR TD {
	background-color: #DEDEDE;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;  
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TR.tx-newloginbox-pi3-listrow-odd TD {
	background-color: #cccccc;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	padding-left:5px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: top;
}


.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-searchbox TABLE TR TD INPUT {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
	width: 200px;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-searchbox TABLE TR TD INPUT.tx-newloginbox-pi3-searchbox-button {
	background-color: #CCCCCC;
   color: Black;
   border: 1px solid Black;
	width: 80px;
	margin-left: 5px;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-listrow TABLE TR TD P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-browsebox TABLE TR TD P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-browsebox P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-browsebox P SPAN.tx-newloginbox-pi3-browsebox-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-singleView H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-singleView TABLE  {
	background-color: #EBEBE1;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-singleView A  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-singleView TABLE TR TD.tx-newloginbox-pi3-singleView-HCell P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
.tx-newloginbox-pi3 DIV.tx-newloginbox-pi3-singleView TABLE TR TD P {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

/* Extension tx-srfeuserregister */

.tx-srfeuserregister-pi1 {
	background-color: #CCCCCC; 
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CC6633;
	width: 500px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tx-srfeuserregister-pi1 P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}
.tx-srfeuserregister-pi1 P.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}
.tx-srfeuserregister-pi1 A:link {
	color: #cc6633;
	text-decoration: none;
}
.tx-srfeuserregister-pi1 A:visited {
	color: #cc6633;
	text-decoration: none;
}
.tx-srfeuserregister-pi1 A:hover {
	color: #000000;
	text-decoration: underline;
}
.tx-srfeuserregister-pi1 A:active {
	color: #000000;
	text-decoration: underline;
}
.tx-srfeuserregister-pi1 TD {
	
} 
.tx-srfeuserregister-pi1 INPUT {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
	width: 250px;
}
.tx-srfeuserregister-pi1 INPUT#readonly {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	color: Black;
	width: 250px;
} 
.tx-srfeuserregister-pi1 INPUT.tx-srfeuserregister-pi1-submit {
	background-color: #CCCCCC;
   color: Black;
   border: 1px solid Black;
	padding: 1px; 
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tx-srfeuserregister-pi1 SELECT {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
	width: 250px;
}
.tx-srfeuserregister-pi1 TEXTAREA {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC6633;
	padding-left: 3px;
	width: 250px;
}