@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 #cecece;
	background-color: transparent;
	font-size: 10px;
	color: #cecece;
}

select {
	width: 190px;
}

.ce_form .checkbox_container 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;
	font-weight: bold;
}

.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 #575757;
	color: #000000;
	padding: 3px;
	width: 180px;
}

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

#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;
}