@charset "utf-8";
/* CSS Document */

#steps{
text-align:right;
position:absolute;
right:5px;
_right:65px;
}

.orderform{
}

	.orderform .orderforminner{
	width:310px;
	}
	
	.orderform .orderforminner tr{
	height:28px;
	}
	
	.orderform .orderforminner tr td{		
	background-color:#f6f6f6;
	color:#73717c;
	font-weight:bold;
	padding-left:5px;
	border-left:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	vertical-align:middle;
	}
	
	.orderform .orderforminner tr td input[disabled]{
	background-color:#F0F0F0;
	border:1px solid #999999;
	color:#000000;
	}
	
	.orderform .orderforminner tr td.nameerror{
	background-color:#f1e9e7;
	color:#b90d0d;
	}
	
	.orderform .orderforminner tr td.field_error{
	background-color:#f1e9e7;
	color:#b90d0d;	
	}
	
	.orderform .orderforminner tr td._error{
	background-color:#f1e9e7;
	}	
	
	.orderform .tdleft{
	padding-right:15px;
	}
	
	.orderform .orderforminner tr .left{
	width:135px;
	}

	.orderform .orderforminner tr td .inputfield_normal{
	width:130px;
	}

		.orderform .orderforminner tr td .selectfield_small{
		width:40px;
		}
		
		.orderform .orderforminner tr td .selectfield_medsmall{
		width:50px;
		}
		
		.orderform .orderforminner tr td .selectfield_normal{
		width:136px;
		}	
	
	.orderform .orderforminner tr #picture{
	background-color:#FFF;
	width:145px;
	}
	
	.orderform .orderforminner tr #picture_omschrijving{
	background-color:#FFF;
	vertical-align:top;
	padding-top:20px;	
	}

	.orderform .orderforminner tr #picture_omschrijving .pkop{
	color:#700434;
	}	
	
	.orderform .orderforminner tr #picture_omschrijving .tekst{
	font-weight:normal;
	}	

	.orderform .orderforminner tr #picture img{
	padding-top:20px;
	}	