@charset "utf-8";
/* Äussere Formate */

div.formSwitch {
	height:								382px;
	border:								9px solid #FFF;
	-webkit-box-shadow: 				0px 0px 3px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 					0px 0px 3px 0px rgba(0, 0, 0, 0.50);
    box-shadow:							0px 0px 3px 0px rgba(0,0,0,0.5);
}
div.formSwitch ul {}
div.formSwitch ul li {
	margin:								0 6px 0 6px;
}
div.boxImages #ibeForm {
	width:								996px;
	margin:								auto;
	padding-top:						24px;
}
#ibeForm section {
	height:								382px;
	margin:								0px;
	padding:							0px;
	border:								9px solid #FFF;
    -webkit-box-shadow: 				0px 0px 3px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 					0px 0px 3px 0px rgba(0, 0, 0, 0.50);
    box-shadow:							0px 0px 3px 0px rgba(0,0,0,0.5);
    font-size: 							14px;
	float:								left;
}
div.boxImages #ibeForm section .mainWrapper { padding: 6px 12px 6px 12px; }
div.boxImages #ibeForm section .small-input {
	width:								138px;
	margin-bottom:						0px;
}
div.boxImages #ibeForm section .long-input {
	width: 								320px;
	*width:								314px;
	background:							url(../images/forms/formBG.gif) repeat-x top #FFF;
	margin-bottom:						0px;
}
.date-box {
	background:							url(../images/forms/date-box.gif) no-repeat 96% center #FFF;
}

.line-bottom-white-s, .line-bottom-white-l {
	border-bottom:						1px solid #FFF;
	margin-bottom:						15px;
	width:								155px;
	
}
.line-bottom-white-l { width: 			320px;}
.button2.blue.big { font-weight: 		normal;}