@CHARSET "UTF-8";


/* ____________________________________________________________
 *
 *   Formulare
 *
 * ------------------------------------------------------------
 */
 
form {
	margin-top: 1.4em;
}
fieldset {
	border: none;
}
 
 
 /* ______________________________
 *
 * Formularhinweise
 *
 */
span.txcupmarketplacepi1_hint {
	font-size: smaller;
	vertical-align: top;
	padding-right: 0.1em;
	/* margin-left: -0.52em; // funktioniert nicht im IE */
}

p.txcupmarketplacepi1_hint {
	margin-bottom: 1em;
}

/* ______________________________
 *
 * Fehlermeldungen
 *
 */
.txcupmarketplacepi1_inputitem_error,.txcupmarketplacepi1_form_error {
	display: block;
	background-color: #FFEEEE;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #EE8888;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	padding-left: 0.48em;
	padding-right: 0.50em;
	color: #EE0000;
	font-size: 1.4em;
}

.txcupmarketplacepi1_inputitem_error strong,.txcupmarketplacepi1_form_error strong
	{
	display: block;
	padding-bottom: 0.5em;
}

.txcupmarketplacepi1_form_error {
	display: block;
	width: 27.16em;
	margin-bottom: 2em;
}

fieldset .txcupmarketplacepi1_form_error {
	margin-bottom: 1em;
}

.txcupmarketplacepi1_inputitem_error {
	border-bottom: none;
	padding-top: 0.6em;
}

/* ______________________________
 *
 * Formularelemente
 *
 */
.txcupmarketplacepi1_form hr {
	display: none;
}

.txcupmarketplacepi1_table {
	width: 39.6em;
	padding-bottom: 1.36em;
}

.txcupmarketplacepi1_table_row {
	display: table-row;
}

.txcupmarketplacepi1_table_cell {
	display: table-cell;
	vertical-align: bottom;
	width: 39.6em;
}

.txcupmarketplacepi1_table_cell label {
	float: left;
	line-height: 1.2em;
	height: 1.2em;
}

.txcupmarketplacepi1_table_cell input {
	float: right;
	height: 1.16em;
}

.txcupmarketplacepi1_table_close,.txcupmarketplacepi1_table_row_close,.txcupmarketplacepi1_table_cell_close
	{
	clear: both;
}

/* unterstuetzt ie6 nicht: input[type=checkbox] */
input.txcupmarketplacepi1_input_checkbox,input.txcupmarketplacepi1_input_checkbox_extlabel
	{
	float: left;
	border: none;
	margin-top: 0.1em;
}

.txcupmarketplacepi1_labelset {
	float: right;
	width: 27em;
	margin-bottom: 0.5em;
	display: block;
}

.txcupmarketplacepi1_innerlabel {
	display: none;
}

.txcupmarketplacepi1_labelset * {
	line-height: 1.2em;
}

.txcupmarketplacepi1_labelset input {
	height: 1.1em;
	width: auto;
}

.txcupmarketplacepi1_labelset label {
	line-height: 1.2em;
}

.txcupmarketplacepi1_inputset_delimiter {
	clear: both;
}

.txcupmarketplacepi1_inlinesubmit,.txcupmarketplacepi1_submit {
	padding: 0 0.3em;
	line-height: 1.4em;
	text-align: center;
}

.txcupmarketplacepi1_submit {
	margin-top: 3em;
	float: right;
	margin-right: 0.2em;
}

.txcupmarketplacepi1_form input.readonly {
	background-color: #EFEFEF;
}

.content select {
	margin-bottom: 0.5em;
}



input.text {
	width: 16em;
}




/* ____________________________________________________________
 *
 *   Formular Bestellung
 *
 * ------------------------------------------------------------
 */
#orderform {
}
#orderform legend,
#orderform .legend {
	font-weight: normal;
}
#orderform legend {
	display: none;
}
#orderform fieldset#address legend,
#orderform fieldset#order legend {
	display: block;
	padding-bottom: 0.5em;
}
#orderform .legend {
	margin-bottom: 0.5em;
}
#orderform .txcupmarketplacepi1_submit {
	margin-top: 1em;
	float: none;
}
#orderform_message_label {
	display: none;
}
#order input.text {
	width: 1.85em;
}
#order label {
	height: auto;
}
#order input {
	margin-top: 3em;
}
#order label img {
	margin-top: -3.2em;
	vertical-align: top;
	display: block;
	float: left;
}
#order label {
	padding-top: 3.2em;
	width: 25em;
}
#submit {
	margin-top: 1em;
}
#submit input {
	float: left;
}
#submit label {
	float: right;
	text-align: left;
	width: 26.5em;
	margin-top: -0.05em;
}