/**********************************************************************************
* 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)  *
**********************************************************************************/

div.mailform_element.text_field.mailform_float_right {
	width: 400px;
	float: right;
}
div.mailform_element.text_field.mailform_float_right textarea {
	width: 294px;
    height: 116px;	
}
label {
	width: 100px;
}
input.button,
a.button {
	background: #f0af00 none;
	border: none;
	padding: 4px 8px;
	color: #FFF;
	margin: 10px 0 0 0;
	overflow: visible;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.news_events_search input.button {
	margin: 0;
}
input.button:hover,
input.button:focus,
input.button:active,
a.button:hover,
a.button:focus,
a.button:active {
	color: #fff;
	background: #bb8200 none;
	cursor: pointer;
	border: 0;
}
div.mailform_element input {
	width: 285px;
}
font.required,
.mailform_error label {
	color: #f0af00 !important;
}
div.buttons {
	margin: 0;
}
div.buttons label {
	display: none;
}
div.buttons input {
	margin: 0 5px 0 0;
}