form#cde{
	font-size: 0.8em;
	margin: 0;
}
form#cde p.confirmation{
	font-weight: bold;
	color: #C1792d;
	text-align: center;
	margin-bottom: 1em;
}
fieldset{
	margin: 1em 0;
	background-color: #e5e5e5;
	padding: 1em;
}

fieldset#fs-cde p{
	clear: both;
}
fieldset#fs-cde>p{
	padding: 0.2em 0;
}
fieldset#fs-cde label{
	display: block;
	float: left;
	clear: both;
	width: 20%;
	text-align: left;
	margin: 0 2% 0 0;
}
fieldset#fs-cde input{
	display: block;
	float: left;
	width: 50%;
}

fieldset.fs-pubs p{
	clear: both;
}
fieldset.fs-pubs>p{
	padding: 0.2em 0; 
}
fieldset.fs-pubs input.qte{
	display:block;
	float: left;
	width: 5%;
	clear: both;
}
fieldset.fs-pubs label{
	display:block;
	float: left;
	width: 90%;
	margin-left: 1%;
}

p.submit{
	text-align: center;
}
p.submit input{
	width: auto;
	background-color: #dadada;	
}
