form {
		margin: 10px 0px;

}


#orderform label{
font-size: 0.8em;
text-align: left;
padding-right: 25px;
margin: 0;

}

#ordertitle{
	width: 100%;
margin: 0;
	padding: 0;
}

.order{
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.order-page{
	width: 3em;
	}
.order-productnumber{
	width: 9em;
	}
.order-size-shape{
	width: 12em;
	}
.order-description{
	width: 15em;
	}
.order-quantity{
	width: 3em;
	}
.order-price{
	width: 5em;
	}

input, select, textarea {
}

fieldset {
		margin: 0;
		padding: 0.3em 0em;
		border: none;
		line-height: 1em;

}



legend {
	font-weight: bold;

	padding: .2em .5em;

	margin-bottom: 1em; 
}

fieldset div {
	clear: both;
	margin: .1em 0;
	position: relative;
}



fieldset div span {
	display: none;
}
fieldset div:hover span {
	font-size: 85%;
	color: #000;
	background-color: #faf0e6;
	padding: 3px ;
	margin: 2px 10px;
	border: 1px solid #808080;
	display: inline;
	position: absolute;
	z-index: 100;
	float: right;

}
* html fieldset div span {
	font-size: 85%;
	background-color: #faf0e6;
	color: #000;
	margin: 0;
	padding: .3em;
	border: 1px solid #808080;
	display: inline;

}

label, fieldset div.cr p {

	margin: 0px;
	display: block;
width: 16em;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.7em;
	float: left;
	text-align: center;

}

fieldset textarea , fieldset input, fieldset select{
	background-color: #FFF;
	margin: 2px 0 0 0;
}


button {
margin: 2em 0 2em 18em;
padding: 4px 7px;

font-weight: 800;


}

fieldset div.cr label {
	text-align: left;
	margin-left: 50%;
	width: auto;
	float: none;

}

.mandat {

}
.mandat:after {

}


label.removed {
	display: none;
}


.badinput {



}

div.badinput .mandat {
	background: transparent url(images/mandat.gif) no-repeat 0px -79px;
}

.goodinput {


}

div.goodinput .mandat {
	background: transparent url(images/mandat.gif) no-repeat 0px -39px;

}
.removed {
	display: none !important;
}



