/* form */

form {
	
}
form dl {
	font-size: 1.4em;
}
form dl dt {
	clear: both;
	padding-bottom: 2px;
}
form dl dd {
	padding-bottom: 1em;
}
form dl dd p {
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 1em;
}
form dl dd p.error {
	font-size: 0.9em;
	color: #ff0000;
}
form dl dd input.text,
form dl dd textarea,
form dl dd select {
	width: 229px; /*235*/
	padding: 2px 4px;
	border: 1px solid #a7a6aa;
}
form dl dd textarea {
	height: 6em;	/* Xem - 1 == number of lines */
}
form dl dd select {
	width: 235px;	/* width + padding-left + padding-right + 2px */
}
form dl dd .captcha {
	position: relative;
}
form dl dd .captcha img.image {
	border: 1px solid #000;
}
form dl dd .captcha a.reload {
	display: none;
	position: absolute;
	top: 9px;
	left: 190px;
}
form dl dd ul {
	list-style-type: none;
	margin: 0;
}
form dl dd ul li {
	margin: 0;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0;
}
form ul.submits li {
	margin: 0;
}
form ul.submits li input.button {
	border: none;
	cursor: pointer;
	width: 120px;
	height: 30px;
	background: url('/dsg/submit_button.gif') no-repeat center top;
	font-size: 1.8em;
	color: #fff;
}
