/*
	This website is powered by indual
	Copyright (c) 2009 indual GmbH (www.indual.ch)                        
*/


/* FORMS ----------------------------------------------------------------------- */
/* Basic ----------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 0 0 3px 0;
}

/* elements -------------------------------------------------------------------- */
label {
  width: 180px;
}
div.mailform_element {
  float: none;
  clear: both;
}
input,
select,
textarea {
	color: #666;
	background: #fff none;
	margin: 0;
	padding: 3px 2px;
	outline: none;
	line-height: 15px;
	width: 280px;
}
div.checkbox input,
div.portlet input,
div.portlet select,
div.portlet textarea {
  width: auto;
  clear: both;
}
select {
  width: auto;
}
textarea {
  height: 100px;
}
input:focus, input:hover, input:active,
textarea:focus, textarea:hover, textarea:active {
	border: 1px solid #0d0b43;
	color: #333;
	outline: none;
}
input#portlet-search-button,
input.sendbutton,
input.mailform-submit {
  background: #a9a800 none;
	cursor: pointer;
	color: #fff;
	margin: 8px 0;
	padding: 4px 4px;
	overflow: visible;
	line-height: 13px;
	width: auto;
	text-transform: uppercase;
	border: none;
}
input#portlet-search-button:hover, input#portlet-search-button:focus,
input.sendbutton:hover, input.sendbutton:focus,
input.mailform-submit:hover, input.mailform-submit:focus {
	background: #0d0b43 none;
	color: #fff;
}
input.sendbutton,
input.mailform-submit,
input.send-button {
	width: auto;
}
.field_error * {
  font-weight: bold;
  color: #c00;
}
legend {
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
fieldset.documents {
  border: 1px solid #999;
  background: #fff none;
  padding: 5px 10px;
}