@CHARSET "ISO-8859-1";

/* 
 * form css
 *
 * @since 27.12.2007
 * @version 03.01.2008 
 * @author claude gex, jolimontdesign.ch
 */
input.text {
	padding: 1px 3px 1px 3px;
	border: 1px solid #000;
	/*font-size: 10px;*/
	color: #000000;
	width: 190px;
}

.searchInput
{
	padding: 1px 3px 1px 3px;
	border: 1px solid #000;
	font-size: 10px;
	color: #000000;
	width: 100px;
}

.radio
{
	border: solid 0px #FFF;
}

.clsTdSearchInput, .clsTdSearchImg
{
	padding-top: 10px;
}

input
{
	border: 1px solid #000;
}

input.checkbox
{
	border: solid 0px #000;
}

input.select 
{
	width: 190px;
	border: 1px solid #000;
}

.ce_form .checkbox_container span, .ce_form .checkbox_container mandatory span {
	display: block;
}

.ce_form .col_first {
	vertical-align: top;
}

.ce_form .headline h1 {
	margin-top: 20px;
}

.ce_form .row_first .headline h1 {
	margin-top: 10px;
}

.ce_form .headline h2,.ce_form .headline h3 {
	font-weight: normal;
	margin: 0px;
}

.ce_form .bold {
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.ce_form textarea.bold {
	font-weight: normal;
}

.ce_form td,.mod_login td {
	padding: 5px 00px 0px 0px;
}

.ce_form .col_first,.mod_login .col_first {
	width: 180px;
}

.ce_form .error {
	/*color: #d40101;*/
	color: #FFF;
	font-weight: bold;
}

.formbody .error{
	font-weight: bold;
	color: #542E0F;
}

.ce_form .explanation {
	color: #b8b8b8;
	padding-bottom: 10px;
}

/* form definition inside content area */
#content .ce_form input.text,#content .mod_subscribe input.text,#content .mod_unsubscribe input.text,#content .mod_login input.text
	{
	border: 1px solid #000000;
	color: #000000;
	padding: 3px;
	width: 180px;
}

#content .ce_form .textarea,#content .mod_subscribe textarea,#content .mod_unsubscribe textarea
	{
	border: 1px solid #000;
	color: #000000;
	padding: 3px;
}

#content .mod_subscribe h1
{
	padding-top: 15px;
}

#content .ce_form .textarea,#content .ce_form input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content #contactform .row_11 span.mandatory {
	display: none;
}

.submit, .button
{
	border: solid 1px #000;
}

.inputShop
{
	width: 50px;
}

.select.mandatory.shopField,
{
	color:#000000;
	padding:3px;
	width:180px;
}

.text.mandatory.shopField, .text.shopField
{
	border:1px solid #000000;
	color:#000000;
	padding:3px;
	width:180px;
}
