/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* FORMS ----------------------------------------------------------------------- */
input,
select,
textarea {
	border: 1px solid #444;
	background: transparent;
	color: #666;
	padding: 4px 5px;
	margin: 0 0 5px;
}
textarea {
	margin-top: 5px;
	max-width: 100%;
	min-width: 250px;
	min-height: 30px;
	padding-right: 2px;
	padding-bottom: 2px;
}
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
	border: 1px solid #921b1d;
	color: #333;
}

input.button,
input.submit,
input.mailform-submit {
	border: 1px solid #444;
	background: transparent;
	color: #333;
	font-family: "AllerBold", Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	padding: 4px 10px;
	cursor: pointer;
	letter-spacing: 0.5px;
	overflow: visible;
}
input.button:hover,
input.submit:hover,
input.mailform-submit:hover,
input.button:active,
input.submit:active,
input.mailform-submit:active,
input.button:focus,
input.submit:focus,
input.mailform-submit:focus {
	border: 1px solid #921b1d;
	background: #921b1d none;
	color: #fff;
}

/* elements -------------------------------------------------------------------- */
label {
	display: block;
	margin: 0;
	padding: 0;
}
div.portlet label.empty {
	display: none !important;
}

div.mailform_error label,
.required {
	color: #921b1d !important;
}
div.mailform_element label {
	line-height: 26px;
}

legend {
	font-weight: normal;
	font-family: "AllerBold", Arial, Helvetica, sans-serif;
}


/* portlet specials ------------------------------------------------------------ */
div.portlet label {
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
div.portlet input {
	width: 160px;
}
div.portlet .submit,
div.portlet .send-button {
	margin: 5px 0;
	width: auto !important;
	cursor: pointer;
}