/* form */

form {
	
}
form dl {
	
}
form dl dt {
	clear: both;
	float: left;
	width: 150px;
}
form dl dd {
	margin-bottom: 0.5em;
	margin-left: 170px;
}
form dl dd p {
	margin: 0;
	padding: 0;
}
form dl dd p.error {
	font-size: 80%;
	color: red;
	margin-bottom: 1em;
}
form dl dd input.text,
form dl dd textarea,
form dl dd select {
	width: 300px;
	font-size: 90%;
	padding: 2px;
	border: 1px solid #535353;
}
form dl dd textarea {
	height: 6em;	/* Xem - 1 = lines */
}
form dl dd select {
	width: 306px;	/* width + padding-left + padding-right + 2px */
}
form dl dd ul {
	list-style-type: none;
}
form dl dd ul li {
	margin: 0;
}

form ul.submits {
	list-style-type: none;
}
form ul.submits li {
	margin: 0;
}
form ul.submits li input.button {
	font-size: 90%;
}