/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	eurochinacom / forms_new.css
	September 2008 / Alexander Buch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	BASIC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form legend {
	font-weight: bold;
	padding: 0;
	display: block;
	position: absolute;
	overflow: hidden;
	left: -2000px;
	width: 1px;
	height: 1px;
	text-indent: -2000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Fieldsets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form fieldset {
	border: none;
	margin: 1em 0px 0px 0px;
	padding: 0px;
}

form fieldset fieldset {
	width: 290px;
	margin: 0em;
	padding: 0px;
}

form fieldset.separator {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999999;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.field,
div.tx_powermail_pi1_fieldwrap_html {
	padding: 0px 0px 5px 0px;
	margin: 0;
	clear: left; /* so kann das label mehrere zeilen haben */
	overflow: hidden; /* spannt p auf */
	height: 1%;
}

div.tx-powermail-pi1 input.powermail_submit{
	float: right;
	background-image: url(../img/icons/accept.png);
	background-color: #F5F5F5;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	border: 1px solid #EEEEEE;
	color: #529214;
	font-size: 10px;
	font-weight: bold;
	height: 1%;
	margin: 0px 10px 10px 0px;
	overflow: visible;
	padding: 2px 10px 4px 24px !important;
	width: auto;
}

div.tx-powermail-pi1 input.powermail_submit:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
}

div.submit {
	padding: 10px 0px 5px 148px !important;
	margin: 10px 0px 5px 0px !important;
	border-top: 1px solid #999999;
	height: 1%;
}
div.submit-full {
	padding: 10px 0px 5px 0px !important;
	margin: 10px 0px 5px 0px !important;
	border-top: 1px solid #999999;
	height: 1%;
}

#right-section div.submit {
	padding: 4px 0px 0px 0px !important;
	margin: 4px 0px 5px 0px !important;
	border-top: 1px solid #999999;
	height: 1%; 
	
}

div.field div.field-uploadgroup {
	float: left;
	font-size: 90%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Labels
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.field label,
div.tx-powermail-pi1 label {
	display: block;
	padding: 0.27em 0pt 0pt 0pt;
	font-size: 90%;
	cursor: pointer;
	width: 148px;
	float: left;
	margin: 0px;
}
#right-section div.field label {
	width: 56px;
}

div.field label.small {
	display: inline;
	float: left;
	padding: 0.27em 5px 0pt 15px;
	width: auto;
	font-size: 90%;
	cursor: pointer;
}

div.field-checkbox label {
	float: right !important;
	margin-left: 30px !important;
	width: auto !important;
}

fieldset.radiogroup label,form fieldset .radio fieldset label {
	width: auto;
	display: inline;
	float: none;
	padding: 0px 2em 2px 0.4em;
	font-size: 90%;
}

div.radio legend {
	display: none;
}

form .field span.hint {
	font-size:90%;
	color:#AAA;
	margin-left:148px;
	width:290px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Controls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form div.field input,form div.field textarea {
	padding: 1px 4px 1px 4px;
}

input, select, textarea {
	font-size: 90%;
	font-family: lucida sans serif, verdana, arial;
	border: 1px solid #bbbbbb;
	background-color: #fcfcfc;
	padding: 1px 2px 1px 2px;
	margin: 1px 2px 1px 2px;
}

input:focus, select:focus, textarea:focus {
	background-color: #ffffcc;
	border: 1px solid #D00000;
}

form fieldset fieldset.radiogroup input,form fieldset .radio fieldset input {
	width: auto;
	display: inline;
	float: none;
	border: none;
	background-color: transparent;
}

form fieldset input.checkbox {
	width: auto;
	float: none;
	border: none;
	display: block;
	margin: 0.27em 0pt 0pt 0pt !important;
}

form fieldset div.field-value {
	width: 290px;
	margin-left: 148px;
	font-size: 90%;
}

form fieldset div.field-value a img {
	border: 1px solid #bbbbbb;
	margin-right: 5px;
	margin-left: 2px;
}

form fieldset div.field-value a:hover img {
	border: 1px solid #D00000;
}

form .field .wide {
	width: 291px;
}

form .field select.wide {
	width: 301px;
}

form .field .compact {
	width: 145px;
}

form .field .number {
	width: 45px;
}

form .field .date {
	width: 85px;
}

#right-section form .field .wide {
	width: 60px;
}

#right-section form .field select.wide {
	width: 60px;
}

#right-section form .field .compact {
	width: 60px;
}

#right-section form .field .date {
	width: 60px;
}

form .itemlist {
	margin-left: 148px;
	margin-bottom: 4px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.field input.unselect   {
	margin: 0px;
	padding: 0px 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffffff;
	border: 1px #ffffff solid;
	font-size: 12px;
	width: 18px;
}

input.button   {
	margin: 0px 10px 10px 0px;
	padding: 1px 10px;
	font-weight: bold;
	color: #d00000;
	background-color: #f6f6f6;
	border: 1px #A9B0C0 solid;
	font-size: 12px;
}

input.button:hover  {
	background-color: #ffffff;
	border: 1px #d00000 solid;
	cursor: pointer;
	color: #3b3b80;
}

input.button:active {
	background-color: #e6e6e6;
	border: 1px #d00000 solid;
	cursor: pointer;
}

div.submit .icon, div.submit-full .icon {
	float: left;
}

input.icon {
	padding: 2px 10px 4px 24px !important;
	color: #333333;
	border-color: #EEEEEE rgb(222, 222, 222) rgb(222, 222, 222) rgb(238, 238, 238);
	border-style: solid;
	border-width: 1px;
	overflow: visible;
	width: auto;
	height: 1%;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 4px 2px;	
	margin: 0px 10px 10px 0px;	
	font-weight: bold;
	font-size: 10px;	
}

input.icon:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
	cursor: pointer;
}

input.icon:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
	cursor: pointer;
}

input.negative{
	color:#d12f19;
}

input.negative:hover{
	background-color: #fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}

input.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

input.positive {
	color:#529214 !important;
}

input.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;

}

a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

input.right {
	float: right !important;
}

input.linkbutton {
	padding: 2px 10px 4px 24px !important;
	color: #333333;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	overflow: visible;
	width: auto;
	height: 1%;
	background-position: 4px 2px;	
	margin: 0px 10px 10px 0px;	
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

input.iconbutton {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	csc-mailform
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form fieldset.csc-mailform input.icon {
	float: right;
}
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Readonly
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.value,div.value {
	display: block;
	width: 252px;
	font-size: 90%;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 0px;
	margin-left: 148px;
	text-align: left;
}

span.value-bold {
	display: block;
	width: 252px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 0px;
	margin-left: 148px;
	text-align: left;
}

.value .rte p.bodytext {
	text-align: left;
}

 span.label,span.label-multilanguage,div.label {
	display: block;
	width: 148px;
	float: left;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 0px;
	font-size: 90%;
}

span.label-bold {
	display: block;
	width: 148px;
	float: left;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 3px 0px;
	font-size: 90%;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.formerrors {
	border: 1px solid #990100;
	color: #990100;
	padding: 10px;
	margin: 10px 0;
}

form .error {
	color: #990100;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Multilanguage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input.multilanguage,textarea.multilanguage,span.multilanguage{
	padding-left: 25px !important;
}

input.multilanguage-1, textarea.multilanguage-1,span.multilanguage-1 {
	width: 300px !important;
}
input.multilanguage-2, textarea.multilanguage-2,span.multilanguage-2 {
	width: 190px !important;
}
input.multilanguage-3, textarea.multilanguage-3,span.multilanguage-3 {
	width: 120px !important;
}

span.value-multilanguage span{
	 margin-left: 0px !important;	 
	 float: left;
}

span.value-multilanguage {
	 margin-left: 0px !important;
	 float: left;
	 font-size: 90%;
}

input.language-0,textarea.language-0 {
	background: url('/fileadmin/res/img/en.gif') 2px 2px no-repeat;
}
input.language-1,textarea.language-1 {
	background: url('/fileadmin/res/img/de.gif') 2px 2px no-repeat;
}
input.language-2,textarea.language-2 {
	background: url('/fileadmin/res/img/cn.gif') 2px 2px no-repeat;
}

span.language-0 {
	background: url('/fileadmin/res/img/en.gif') 2px 2px no-repeat;
}
span.language-1 {
	background: url('/fileadmin/res/img/de.gif') 2px 2px no-repeat;
}
span.language-2 {
	background: url('/fileadmin/res/img/cn.gif') 2px 2px no-repeat;
}

div.rte-language-0 td.mceToolbarBottom {
	background: url('/fileadmin/res/img/en.gif') 2px 5px no-repeat;
}
div.rte-language-1 td.mceToolbarBottom {
	background: url('/fileadmin/res/img/de.gif') 2px 5px no-repeat;
}
div.rte-language-2 td.mceToolbarBottom {
	background: url('/fileadmin/res/img/cn.gif') 2px 5px no-repeat;
}

div.rte-multilanguage td.mceToolbarBottom {
	padding-left: 25px;
}

div.rte-multilanguage td.mceToolbarBottom span.mceToolbarContainer{
	border-left: 1px solid #dddddd;
	padding-right: 2px;
	display: block;
	width: auto;
}

.mceEditor tr td iframe body{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

textarea.richtext {
	visibility: hidden;
	border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	special form field arrangement for job::etprequest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form fieldset.job-etprequest-threecolumns{
	margin: 0px;
}

form fieldset.job-etprequest-threecolumns .field{
	width: 150px;
	clear: none;
	float: left;
} 
form fieldset.job-etprequest-threecolumns .field .wide {
	width: 130px;
}
form fieldset.job-etprequest-threecolumns .field .compact {
	width: 100px;
}

form fieldset.job-etprequest-threecolumns .field .number {
	width: 30px;
}

form fieldset.job-etprequest-threecolumns .field label {
	margin-bottom: 5px;
}

form label.hidden{
display: none;
}


form .error input, form .error select, form .error textarea {
	border: 1px #d00000 solid !important;		
	background-color: #fbe3e4 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	RTE Controls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rte-multilanguage {
	float:left;
	margin: 1px 2px;	
}


#comment div.submit {
	border-top: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Powermail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.tx-powermail-pi1 input, textarea{
	padding: 1px 4px!important;
	width: 275px;
}

div.tx-powermail-pi1 textarea{
	height: 150px;
}

div.tx-powermail-pi1 select{
	width: 285px;
	margin: 1px 2px;
	padding: 1px 1px 1px 4px;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title,
p.tx_powermail_pi1_fieldwrap_html_checkbox_title{
	float: left;
	width: 148px;
	font-size: 90%;
	display: block;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title{
	position: relative;
	left: -148px;
	top: 26px;
	*top: 12px;
	width: 148px;
}

div.tx_powermail_pi1_fieldwrap_html_check{
	padding-left: 148px;
	margin-bottom: 10px;
}

div.powermail_radio_inner,
div.powermail_check_inner{
	float: left;
	margin-right: 5px;
}

div.powermail_check_inner{
	margin-bottom: 5px;
}

div.powermail_radio_inner label{
	width: auto;
	display: inline;
	float: none;
	padding: 0px 0.4em 2px 0.4em;
	font-size: 90%;
}

div.powermail_check_inner label{
	width: 150px;
	display: inline;
	float: left;
	padding: 0px 0.4em 2px 0.4em;
	font-size: 90%;
}

div.powermail_radio_inner input,
div.powermail_check_inner input{
	background-color: transparent;
	border: medium none;
	display: inline;
	float: none;
	width: auto;
}

div.tx-powermail-pi1_mandatory strong{
	font-weight: normal;
	color: #990100!important;
}

ul.powermail_mandatory_list b{
	font-weight: normal;
	color: #C32141;
}

div.tx-powermail-pi1_confirmation{
	
}

div.tx-powermail-pi1_confirmation input{
	float: left;
	background-image: url(../img/icons/accept.png);
	background-color: #F5F5F5;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	border: 1px solid #EEEEEE;
	color: #529214;
	font-size: 10px;
	font-weight: bold;
	height: 1%;
	margin: 0px 10px 10px 0px;
	overflow: visible;
	padding: 2px 10px 4px 24px !important;
	width: auto!important;
}

/**********************************************
 sr_freecaptcha
 **********************************************/
.tx-srfreecap-pi2-image {
	float: right;
}

.tx-srfreecap-pi2-cant-read {
	clear: both;
	color: #35006D;
	float: right;
	width: 288px;
	margin-right: 9px;
}

.tx-srfreecap-pi2-image {
	float: right;
	width: 288px;
	height: 111px;
	margin-right: 9px;
	margin-top: 10px;
}

div.tx_powermail_pi1_fieldwrap_html_captcha_description{
	float: right;
	width: 288px;
	margin-right: 9px;
}

.powermail_captcha_captcha{
	float: right;
	width: 294px;
	height: 90px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
