/* CSS Document 
Colors:

Oranje: #f9981d;
Licht blauw: #0095da;
MessageBlue: #e0ecf4;
LoginBlue: #98c1db;

*/

.form { 
	color:black;
	}
	.form h1 { margin: 0 0 0 0; }	
	
.error { 
	color:red; 
	margin: 5px 0; 
	padding:3px;
	}

.formFields {margin: 15px 0 0 0;}

.authenticationAutoRow {margin: 0 0 10px 180px;}

.authenticationBtnRow { width:645px; text-align:right; padding: 0 0 5px 0; }

.formRow,
.formRowBlue,
.authenticationAutoRow,
.errorRow { 
	color:white;
	padding: 2px 5px;
	background: #f9981d;
	border-top: solid 1px white;
	}
	.formRowBlue { background: #0095da; }
	.errorRow { background: white; color: #f9981d;}
/*    .formRow span { background:white; width:300px; margin-left: 175px; padding: 2px 5px; } */
    .formRow span { width:300px; margin-left: 5px; padding: 2px 5px; }
    .formRow span.TeaserImgPreviewTool { background: transparent; width: auto; margin:auto; padding:auto; }

.textField {width:460px;}
.textField245 {width:245px; _width:240px; /* IE6 fix */ }
.textFieldZip {width:100px;}
.textFieldCity {width:354px;}
.textFieldCalender {width:440px; margin-right: 3px;}
.webName {width:150px;}
.webAdress {width:260px;}
textarea.textField { width:460px; height: 100px; font-family:arial; }
pasFoto { height:100px; width:100px;}
select.selectField { width:465px; }

label.lbl {
	color:white;
	width:175px;
	display:block;
	float:left;
	}

a.linkStyle,
a.linkStyle:visited,
a.linkStyle:link { 
	color:white; 
	text-decoration:none; 
	}
a.linkStyle:active,
a.linkStyle:hover,
a.linkStyle:focus { 
	color:black; 
	text-decoration:none; 
	}



