form {
  padding: 0px;
  margin: 0px;
}

label {
	clear:both;
	display:block;
	margin-bottom:2px;
}

input {
	background-image:url(../_img/bg_forms.gif);
	border-color:#929292 #AFAFAF #AFAFAF #929292;
	border-style:solid;
	border-width:1px;
	font-family:Arial;
	font-size:13px;
	height:15px;
	padding-left:3px;
	width:260px;
}

textarea {
	background-image:url(../_img/bg_forms.gif);
	border-color:#929292 #AFAFAF #AFAFAF #929292;
	border-style:solid;
	border-width:1px;
	font-family:Arial;
	font-size:13px;
	height:78px;
	padding-left:3px;
	width:550px;
}

#element_send_contact{
		float:left;
		position:relative;
		padding:15px 0 5px 0;
		width:140px;
		background: url(../_img/sendbutton.gif) no-repeat -5px 10px;
}
#element_activity,
#element_projectstatus, 
#element_technology, 
#element_interest,
#element_captchacode{
	float:left;
	width:266px;
}
#element_questions{
		position:relative;
}
#element_captchatext,element_captchaimg{
		float:left;
		position:relative;
		padding:15px 0 5px 0;
		width:200px;
}
#mandatoryCaptcha{
	float:left;
	position:relative;

}
#mandatoryCaption{
	float:left;
	position:relative;
	padding:15px 0 5px 0;
}
#infoCapcha{
	padding:0px 0 15px 0;
}
a#defaultAnchorButton{
	display:block;
	font-size: 11px; 
	color: #40991d;
	padding: 0 0 0 17px;
	background: url(../_img/gruenerPfeil.gif) no-repeat 10px 5px;
	text-decoration: none;
	font-weight:bold; 
	width:140px;
	height:25px;
	margin: 0 15px 0 0;
}

a#defaultAnchorButton:hover,
a#defaultAnchorButton:focus {
		color: #2b6613;
		font-weight:bold; 
}
.error {
  color: #F00;
}
.error input,
.error textarea {
  border: 1px solid  #F00;
}
.mandatory{
	margin-bottom:10px;
}

.nomandatory{
	margin-bottom:10px;
}
.selectcontainer{
	margin-bottom:8px;
*margin-bottom:2px;
}

.selectBoxContainer {
  position: relative;
  display: block;
  clear: both;
}
.selectBoxTitle {
  height: 17px;
  border: 1px solid #666666;
  cursor: pointer;
}
.selectBoxTitle .selectBoxCaption {
  float: left;
  padding: 1px 5px;
}
* html .selectBoxTitle .selectBoxCaption {
  float: left;
  padding: 0px 5px;
}
.selectBoxButton {
  float: right;
}
.selectBoxDropdown {
  position:absolute;
  visibility: hidden;
  top: 19px;
  left:  0px;
  width: 100%;
}
.selectBoxDropdownList {
  overflow: auto;
  height: 70px;
  padding: 2px 0px 0px 5px;
  background-color: #FFF;
  border: 1px solid #666666;
  border-top: none;
}
.selectBoxDropdownList a:focus {
  outline: none;
}
a.selectboxEntry:hover {
background-color:#FFFFFF;
color:#2b6613;
}
a.selectboxEntry {
color:#000000;
display:block;
font-size:13px;
line-height:17px;
overflow:hidden;
width:90%;
}
.error .selectBoxTitle,
.error .selectBoxDropdownList {
	border: 1px solid #F00;
}

.selectBoxButton {
  float: right;
}
