.cdrt label{
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
}
.cdrt input{
	width:310px;
}
.cdrt textarea{
	width:720px;
	height:150px;
	margin:0 0 0 100px;
}
.cdrt-code span{
	display:block;
	float:left;
	width:110px;
	font-weight:bold;
}
.cdrt span.note{
	float:left;
	color:#777;
}
.cdrt p.note{
	font-weight:bold;
}