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


/* FORMS ----------------------------------------------------------------------- */
input.button,
input.submit {
	border: 1px solid #dedede;
	background: #dedede;
	color: #333;
}
input.button:hover,
input.submit:hover {
	border: 1px solid #000;
	background: #000 none;
	color: #fff;
}
input,
select,
textarea {
	border: 1px solid #dedede;
	color: #333;
	background: #dedede;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active {
	color: #000;
	border: 1px solid #ccc;
	background: #ccc;
}
.management input {
	color: #000;
}

fieldset {
	font-size: 12px;
}

/* Mailform -------------------------------------------------------------------- */
div.mailform_element label {
	font-size: 12px;
}
div.mailform_element input,
div.mailform_element textarea {
	width: 320px;
}
div.mailform_element textarea {
	height: 80px;
	min-width: 320px;
	max-width: 460px;
}
div#module_mailform input.mailform-submit {
	border: 0;
	background: url(../img/button_130.gif) no-repeat center top;
	padding: 16px 2px 18px 20px;
	padding-right: 19px;
	padding-left: 19px;
	cursor: pointer;
}

div#module_mailform input.mailform-submit:hover {
	background-position: center bottom;
	color: #003c58;
}
font.required,
div.mailform_error label {
	color: #0096dd !important;
}

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


/* 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;
}