/* forms.css - contains form specific CSS definitions */


/* --------------------------------------- basic HTML definitions */

form{
	width: 100%;
	margin: 0;
	font-size: 0.9166em;
}
fieldset{
	margin-top: 4px;
	padding: .5em;
	background: #f5f7f8;
	border: 0px;
}
fieldset.compactfield{
	margin: 0px;
	padding: 0px;
}
label{
	margin: 0px;
	font-weight: normal;
}
input, textarea{
	border: 1px solid #ddd;
	width: 290px;
	background: #fff;
	font-size: 1em; /* only for IE6 */
	font-family:Verdana, sans-serif;
	color: #443;
	padding: 3px;
	margin-bottom: .25em;
	outline: none;
}
select{
	background: #fff;
	font-size: 1em; /* only for IE6 */
	font-family:Verdana, sans-serif;
	color: #443;
	padding: 3px;
	margin-bottom: .25em;
}
.compactselect{
	width: 170px;
	padding: 0px;
}
select.compactmultiple{
	width: 170px;
}

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

/* --------------------------------------- specific form HTML definitions */

form p.help{
	color: #777;
	padding: .25em;
	margin: 0;
	border: 4px solid #f5f7f8;
}
form h5{
	color: #a3b7bf;
	background-color: #fff;
	border-bottom: 2px white solid;
	margin: 0;
	padding: .5em;
	font-size: 1.4545em;
}
label.left,
div.left{
	float: left;
	width: 30%;
	padding: 0;
	margin: 0;
}
label.right {
	padding: 0px 0px 0px .5em; 
}
form .required{
	font-weight: bold;
	color: #333;
}

/* lw_tl: added for compact form */
textarea.compact{
	width:98%;
}
form table tr {
	border-top: #000 bold solid;
}

tr.heading {
	background-color: #f5f7f8;
}

td.compact {
	width: 50%;
	border-top: #000 bold solid;
	border-bottom: none;
}

.bu_login input{
	border: 1px solid #ddd;
	width: auto;
	background: #fff;
	padding: 0px;
	outline: none;
	background-color: #e1edf2;
}
.extsearch input{
	border: 1px solid #ddd;
	width: auto;
	background: #fff;
	color: #443;
	padding: 3px;
	margin-bottom: .25em;
	outline: none;
}
.extsearch select{
	background: #fff;
	color: #443;
	padding: 0px;
	margin-bottom: .25em;	
}
input.boxes,
.tx-srfeuserregister-pi1-radio{
    width: 12px;
	height: 12px;
	margin: 2px;
}
form .button,
.tx-srfeuserregister-pi1-submit,
.tx-newloginbox-pi1-submit,
.tx-newloginbox-pi1 form table tfoot input{
	background-color: #e1edf2;
	float: right;
	width: 13em;
	margin: 10px;
	font-size: 1em;	
}
form .tx-srfeuserregister-pi1-submit {
	width: 16em;
	margin:0px;
}

form .button_logout {
	padding: 3px;
	width: 8em;
}
form dt , form dd{ 
	line-height:11px;
	text-align: left;}
.extsearch {
	width:450px;
	margin-left:10px;
}
input.hundert { 
	width: 100px;
}
.tx-srfeuserregister-pi1-error { 
	background: url('../img/icons_error.png') no-repeat 0 2px; 
	color: #FF8800;
	padding-left: 15px;
	margin-left: 30px;
	
}

/* --------------------------------------- T3 extension form HTML definitions */

.tx-indexedsearch .context_box {
	width:440px;
	background-color: #eaeff0;
	color: #666;
	margin: 0;
	padding: 5px;
	font-size: 1.0909em;
}
.tx-indexedsearch .context_box td{
	border: none;
	padding: 0 0 0 5px;
}
.tx-indexedsearch .context_box p{
	margin:0;
}

form .tx-mmdamfilelist-pi1-searchbox-button{
	background-color: #e1edf2;
	width: 13em;
	margin-left: 10px;
}

/*  small search box */
#search_box .tx-macinasearchbox-pi1 label { display: none; }
#search_box .tx-macinasearchbox-pi1 input.search { 
	width: 90px;
	border: 1px solid #DADADA;
}
#search_box .tx-macinasearchbox-pi1 input.searchext { width: 200px; } 
.tx-indexedsearch input.button_search,
.tx-indexedsearch input.button_search_cn,
.tx-indexedsearch input.button_search_it,
.tx-indexedsearch input.button_search_pt,
.tx-indexedsearch input.button_search_es,
.tx-indexedsearch input.button_search_kr,
.tx-indexedsearch input.button_search_fr,
.tx-indexedsearch input.button_search_en,
.tx-indexedsearch input.button_search_ru,
#search_box .tx-macinasearchbox-pi1 input.button_search_cn,
#search_box .tx-macinasearchbox-pi1 input.button_search_it,
#search_box .tx-macinasearchbox-pi1 input.button_search_es,
#search_box .tx-macinasearchbox-pi1 input.button_search_pt,
#search_box .tx-macinasearchbox-pi1 input.button_search_kr,
#search_box .tx-macinasearchbox-pi1 input.button_search_ru,
#search_box .tx-macinasearchbox-pi1 input.button_search_fr,
#search_box .tx-macinasearchbox-pi1 input.button_search,
#search_box .tx-macinasearchbox-pi1 input.button_search_en{
	padding: 0;
	margin: 0;
	width: 54px;
	height: 20px;
	outline: none;
	background: url('../img/button_suchen.png') no-repeat 0 0;
}
.tx-indexedsearch input.button_search_en,
#search_box .tx-macinasearchbox-pi1 input.button_search_en {
	background: url('../img/button_search.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_pt,
#search_box .tx-macinasearchbox-pi1 input.button_search_pt {
	background: url('../img/button_search_pt.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_es,
#search_box .tx-macinasearchbox-pi1 input.button_search_es {
	background: url('../img/button_search_es.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_it,
#search_box .tx-macinasearchbox-pi1 input.button_search_it {
	background: url('../img/button_search_it.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_cn,
#search_box .tx-macinasearchbox-pi1 input.button_search_cn {
	background: url('../img/button_search_cn.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_kr,
#search_box .tx-macinasearchbox-pi1 input.button_search_kr {
	background: url('../img/button_search_kr.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_fr,
#search_box .tx-macinasearchbox-pi1 input.button_search_fr {
	width: 64px;
	background: url('../img/button_search_fr.png') no-repeat 0 0px;
}
.tx-indexedsearch input.button_search_ru,
#search_box .tx-macinasearchbox-pi1 input.button_search_ru {
	background: url('../img/button_suchen_ru.png') no-repeat 0 0px;
}
#search_box .tx-macinasearchbox-pi1 form input.button_search:hover{
	outline: 1px solid white;
	background: url('../img/button_suchen.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_en:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_en:hover{
	outline: 1px solid white;
	background: url('../img/button_search.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_it:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_it:hover{
	outline: 1px solid white;
	background: url('../img/button_search_it.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_pt:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_pt:hover{
	outline: 1px solid white;
	background: url('../img/button_search_pt.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_es:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_es:hover{
	outline: 1px solid white;
	background: url('../img/button_search_es.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_cn:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_cn:hover{
	outline: 1px solid white;
	background: url('../img/button_search_cn.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_kr:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_kr:hover{
	outline: 1px solid white;
	background: url('../img/button_search_kr.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_fr:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_fr:hover{
	outline: 1px solid white;
	background: url('../img/button_search_fr.png') no-repeat 0 -20px;
}
.tx-indexedsearch input.button_search_ru:hover,
#search_box .tx-macinasearchbox-pi1 form input.button_search_ru:hover{
	outline: 1px solid white;
	background: url('../img/button_suchen_ru.png') no-repeat 0 -20px;
}
#search_box p {
	height: 20px; 
	margin: 0px; 
	padding: 3px; 
	width: auto;
}
#search_box p.noclear { 
	float: left;
}

/* right form */

#news_list input
{
        border: 1px solid #ddd;
        width: 150px;
        background: #fff;
        font: 11px verdana, sans-serif;
        color: #443;
        padding: 3px;
        margin-bottom: .25em;
        outline: none;
}
#news_list .csc-mailform-submit
{
        background-color: #e1edf2;
        float: right;
        width: 13em;
        margin: 10px;
}
