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

/* FORMS ----------------------------------------------------------------------- */
form p {
	margin: 10px 0 0 0;
}
div.mailform_element input[type="text"],
div.mailform_element input[type="password"],
div.mailform_element textarea {
	text-indent: 5px;
	min-width: 225px;
}
input.button:hover,
input.submit:hover {
	border: 1px solid #000;
	background: #000 none;
	color: #fff;
}
form p img {
	vertical-align: top;
	margin: 3px 0 0 0;
}
form p img.tcalIcon {
margin-left: 5px;
vertical-align: top;
}


/* textarea */
div.mailform_element textarea {
	width: 80%;
	max-width: 80%;
	resize: vertical;
	height: 155px;
}
div.mailform_element,
div.draggables div:hover {
	width: 450px;	
}
div.textarea,
div.draggables div.textarea:hover {
	float: right;
	width: 350px;
}
div.textarea p {
	margin: 0px
}
div.textarea p label {
	float: none;
	padding: 0 0 5px 0;
	margin: 3px 0 0 0;
}
div.login_form input[type="submit"],
div#module_mailform input.mailform-submit { 	
	background-color:#a3850e;
	border:1px solid #cbd6cd;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	cursor: pointer;
	text-shadow:1px 1px 0px #444;
}div.login_form input[type="submit"]:hover,
div#module_mailform input[type="submit"]:hover {
	background-color:#7A6A26;
}


/* elements -------------------------------------------------------------------- */
div#module_mailform label {
	display: block;
	margin: 0;
	padding: 3px 0 0 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;
}