@charset "utf-8";
/* CSS Document for Hotel Wiesental */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Hotel Wiesental 
	Description: form stylesheet
	Copyright: (C) 3B-Solutions Klaus Hoermann 2009
*/

/********************************************************************/
/* increase margin between every field */
div.tx_powermail_pi1_fieldwrap_html {
}


/********************************************************************/
/* FIELDSETS */

/* fieldset styles for all */
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #999;
	padding:0px;
	margin-bottom:10px;
	color:#666;
	width:510px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
}

/********************************************************************/
/* style for the legend of each part */
fieldset.tx-powermail-pi1_fieldset legend{
	font-weight:bold;
	margin-left:10px;
	padding-left:2px;
	padding-right:2px;
	font-size:12px;
	color:#338585;
}

/********************************************************************/
/* label style for each field */
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 135px;
	float: left;
	clear: both;
	font-size:12px;
	font-weight:normal;
	background-color:white;
}

/********************************************************************/
/* DATE PICKER*/

/* Hide the checkbox for the today selected date*/
#uid14_cb, #uid15_cb, #uid75_cb, #uid76_cb {
	display:none;
}

/* Hide the help link */
#uid14_help, #uid15_help, #uid75_help, #uid76_help {
	display:none;
}

#uid14_msgCnt, #uid15_msgCnt, #uid75_msgCnt, #uid76_msgCnt {
	display:none;
}


/********************************************************************/
/* CAPTCHA */

/* hide the dfn label */
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	display: none;
}

/* Description on mouseover */
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	display: block;
	position: absolute;
	width: 200px;
	padding: 5px;
	background-color:#54BDCA;
	border: 1px solid #54BDCA;
	color: white;
	text-decoration: none;
	font-size: 10px;
	float:right;
}

/* style for hinweis */
#powermaildiv_uid15 .tx-srfreecap-pi2-cant-read {
	font-size:12px;
	color:#666;
}

/********************************************************************/
/* ELEMENTS */

/* input style for each field */
fieldset.tx-powermail-pi1_fieldset input   {
	font-size:12px;
	color:#666;
	float:left;
	width:200px;
	margin-bottom:2px;
	margin-top:2px;
}

/* style for submit button */
fieldset.tx-powermail-pi1_fieldset select {
	font-size:12px;
	color:#666;
	float:left;
	width:120px;
	margin-bottom:2px;
	margin-top:2px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_uid66 {
	width:120px;
}

/* style for submit button */
fieldset.tx-powermail-pi1_fieldset textarea {
	font-size:12px;
	color:#666;
	float:left;
	width:350px;
	height:80px;
	margin-bottom:2px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}

/********************************************************************/
/* VALIDATION, ERROR */

/* color of mandatory error message */
span.powermail_mandatory {	
	color: red;
}

/* validation failed, input and textarea failed style */
input.validation-failed,
textarea.validation-failed {
	background-color:#FF8080;
	background-image:none;
}

/* DIV container of errormessage */
div.powermail_mandatory_js {
	color: red;
	font-size:10px;
	width:110px;
	float:left;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin:0px;
	width:120px;
	height:32px;
	font-size:12px;
	font-weight: bold;
	color:#338585;
	margin-left:110px;
}

.tx-powermail-pi1_mandatory strong{
	font-weight:bold;
	font-size:12px;
}

li.powermail_mandatory_listitem {
	color:red;
}

.tx-powermail-pi1_mandatory_submit {
	width:200px;
	height:30px;
	font-size:12px;
	font-weight: bold;
	color:#54BDCA;
}

.powermail_captcha powermail_captcha_captcha {
	background-color:blue;
}




