/** 
 * schweizerbrot.ch
 * css style definitions for print page/all forms
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-04-27
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 * @tested		mac: safari 3.2.3, firefox 3.0.10, opera 9.64
 * @tested		win: ie6, ie7, ie8
 *
 * @colordef	#000; dark
 * @colordef	#666; middle
 * @colordef	#CCC; light
 */ 

/** 
 * @section form
 * 
 * some overrides of form classes
 */ 

.tx-powermail-pi1 form fieldset h2 {
	border-top:1px dotted #000;
}

.tx-powermail-pi1 form input, select, textarea {
	border:1px solid #000;
	color:#000;
}

.tx-powermail-pi1 form input:focus, 
.tx-powermail-pi1 form select:focus, 
.tx-powermail-pi1 form textarea:focus {
	background:#CCC;
}

.tx-powermail-pi1 form input.powermail_submit,
.tx-powermail-pi1 form input.powermail_reset {
	border:1px solid #000;
	color:#000;
}

.tx-powermail-pi1 form input.powermail_submit:hover,
.tx-powermail-pi1 form input.powermail_reset:hover {
	background-color:#666;
}

.powermail-confirmation {
	border-bottom:1px dotted #000;
}

.powermail-confirmation form input.powermail-confirmation-button {
	border:1px solid #000;
	color:#000;
}

.powermail-confirmation form input.powermail-confirmation-button:hover {
	background-color:#666;
}

.tx-powermail-pi1 .powermail-mandatory {
	border-bottom:1px dotted #000;
}

.tx-powermail-pi1 SPAN.powermail-mandatory {
	color:#000;
}
 
 .powermail-thx {
 	border-bottom:1px dotted #000;
}
