.EditForm li:nth-child(even) {
	box-sizing: border-box;
	background-color:#f0f0f0;
}

.EditForm li:nth-child(odd) {
	box-sizing: border-box;
	background-color:#d0d0d0;
}

.EditForms li:hover{
	box-sizing: border-box;
	background-color:#c1c1c1;
}

.EditForm dt {
	float:left;
	clear:left;
	width:150px;
}

.EditForm dd {

}