DIV.fiona 
{
  margin-bottom: 30px;
}

DIV#formWrapper {
	position: relative;
	top: 10px;
	left: 0px;
	width: 495px;
}
DIV#formTitle {
	background-color: #e6e6ea;
	width: 465px; /* 510-30 */
	height: 14px; /*  40-(2*7) */
	padding: 13px 15px 13px 15px;
	vertical-align: middle;
}

DIV#formTitle H1 SPAN {
	font-family: Tahoma, Verdana, Arial, sans-serif; /*font-size: 1.1em; 	line-height: 1.5em;*/
	color: #000;
	font-weight: bold !important;
	font-size: 14px;
}

DIV#formHeader {
	position: relative;
	width: 465px;
	padding: 0px 12px 15px 12px;
	height: 25px;
	border-left: 3px solid #edeff6;
	border-right: 3px solid #edeff6;
}
DIV#formHeader DIV.nummer {
	position: absolute;
	top: 7px;
	left: 15px;
	font-weight: bold;
	background-color: #e6e6ea;
	color: #000;
	font-size: 14px;
	border: 1px solid #0A55A3;
	text-align: center;
	width: 22px;
	height: 19px; /* 22- 3 */
	padding-top: 3px;
}

DIV#formHeader DIV.titel {
	font-size: 14px;
	font-weight: bold;
	color: #0A55A3;
	position: absolute;
	left: 45px;
	top: 11px;
}
DIV#formHeader UL {
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 0;
	padding: 0;
	height: 17px; /* 15 + 2 van de border */
}

DIV#formHeader LI {
	display: inline;
	list-style: none;
}
DIV#formHeader LI DIV {
	display: inline ;
	height: 15px;
	width: 17px;
	border: 1px solid #0A55A3;
	font-weight: bold;
	color: #0A55A3;
	background-color: #ccc;
	margin-left: 3px;
	font-size: 11px; /*cursor: hand;*/
	text-align: center;
	float:left;
}

DIV#formHeader LI.selected DIV {
	border-color: #000;
	color: #000;
	background-color: #e6e6ea;
}
DIV#formControls {
	width: 489px;
	background-color: #e6e6ea;
	padding: 15px 3px 15px 3px;
}

DIV#formControls H3 {
	width: 465px;
	font-size: 12px;
	margin: 7px 12px 7px 12px;
}

DIV#formControls TABLE {
	width: 489px;
	padding: 0;
	margin: 0;
	border-top: solid 1px #fff;
}

DIV#formControls DIV.info {
	width: 465px;
	padding:  0 12px 7px 12px;
	margin:  0 0 7px 0;
	border: 0;
	border-bottom: 1px solid #fff;
}

DIV#formControls TABLE TR {
	vertical-align: top;
}

DIV#formControls TABLE TH, DIV#formControls TABLE TD {
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #fff;
}

DIV#formControls TABLE TD {
	padding: 1px 5px 1px 0px;
}

DIV#formControls TABLE TH {
	width: 195px;
	font-weight: normal;
	padding: 3px 5px 1px 15px;
}

DIV#formControls TD.reqfield {
	/* IMAGE IS DEFINED INLINE IN PAGE */
	background-repeat: no-repeat;
}
DIV#formControls INPUT, DIV#formControls TEXTAREA {
	width: 195px;
	margin: 0px;
}
DIV#formControls INPUT.Budget {
	width: 90px !important;
}
DIV#formControls INPUT.Contribution {
	width: 90px !important;
}
DIV#formControls INPUT.RunningTime {
	width: 90px !important;
}
DIV#formControls INPUT.LengthInMeters {
	width: 90px !important;
}
DIV#formControls SELECT.NumberOfReels {
	width: 96px !important;
}
DIV#formControls SELECT.NumberOfTapes {
	width: 96px !important;
}
DIV#formControls INPUT.FirstName
{
	width: 132px !important;
	margin-right: 3px;
}

DIV#formControls INPUT.Prefix
{
	width: 54px !important;
}

DIV#formControls INPUT.ZipCode
{
	width: 57px !important;
	margin-right: 3px;
}

DIV#formControls INPUT.Locality
{
	width: 129px !important;
}

DIV#formControls TEXTAREA {
	height: 105px !important;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}
INPUT.submitButton, INPUT.moreButton {
	width: 90px;
	font-size: 12px;
}

SELECT {
	width: 201px;
	margin-top: 1px;
	margin-bottom: 1px;
}

DIV#formControls INPUT.moreButton {
	height: 21px;
	width: 60px;
}


DIV#formControls INPUT.radio, 
DIV#formControls TABLE.radio INPUT, 
DIV#formControls SPAN.radio INPUT {
	/*border: 0;*/
	width: 15px;
	height: 15px;
}

DIV#formControls LABEL {
  position: relative;
	height: 19px;
	top: 1px;
	margin-right: 15px;
}

DIV#formControls LABEL INPUT {
	margin-right: 7px;
	position: relative;
	top: 1px;
}

DIV#formBottom {
	background-color: #e6e6ea;
	color: #000;
	padding: 0px 15px 15px 15px;
	width: 465px;
	height: 20px;
}

DIV#formBottom SPAN {
	width: 480px;
	text-align: left;
	padding-left: 1px;
}

.btnPrev {
	position: absolute;
	right: 110px;
}

.btnNext {
	position: absolute;
	right: 15px;
}

DIV#formControls TABLE.clear, DIV#formControls TABLE.radio {
	padding: 0;
	margin: 2px 0px;
	border: 0;
}
DIV#formControls TABLE.radio {
	width: auto;
}
DIV#formControls TABLE.radio TD {
	width: auto;
}

DIV#formControls TABLE.radio LABEL {
	display: inline;
	margin-left: 7px;
}

DIV#formControls TABLE.date {
	width: 195px;
}

DIV#formControls TABLE.clear TD, DIV#formControls TABLE.radio TD {
	padding: 0;
	margin: 0;
	border-bottom-width: 0px;
}

.dtDay, .dtYear {
	margin-right: 3px;
}
.dtDay {
	width: 45px;
}
.dtYear {
	width: 75px;
}

.error {
	font-weight: bold;
	color: #f00;
	padding: 0px !important;
	border-bottom: 0px solid #B2B2B2 !important;
}
.error P {
	margin: 15px;
	background-color: #FFEAE6;
	padding: 7px;
	border: 1px solid #ccc;
}
.clear {
	font-weight: normal;
	color: #000;
}

TABLE.multilookup 
{
	width: 100% !important;	
}

TABLE.multilookup 
{
	width: 100% !important;	
}

TABLE.multilookup INPUT 
{
	width: 20px !important;
}



/* multilookup */
SELECT.multilookup {
margin-right: 0;
}
A.multilookup {
	font-weight: normal;
	display: inline;
}
INPUT.multilookup {
	width: 45px;
	display: inline;
}

DIV#formControls TABLE.radio INPUT.multilookuptext {
	width: 195px;
}

DIV.application {
	width:381px;
	height: 300px;
	overflow: auto;
	padding: 15px;
	border: dotted 1px #000;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
	font-family: "Courier New",Monospace;
}

DIV.tooltip {
	/*width:510px !important; */
	border: solid 1px #000; 
	background-color: #FFFFE1;
	padding: 3px;
	font-size: 11px;
}

.tooltipmarker {
	font-family: Courier New;
	font-weight: bold;
	margin-left: 7px;
	color: #999 !important;
}

DIV.confirm {
	width: 195px;
}

SPAN.summary 
{
	display: block;
	padding: 0px 15px;	
}

