/* form */

form {
	
}
form dl {
	font-size: 1.2em;
}
form dl dt {
	clear: both;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 110px;
}
form dl dt label {
	color: #1c587e;
}
form dl dd {
	padding-bottom: 1em;
	margin-left: 120px;
}
form dl dd p {
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 1em;
}
form dl dd p.file {
	
}
form dl dd p.file a {
	
}
form dl dd p.error {
	font-size: 0.9em;
	color: #ff0000;
}
form dl dd input.text,
form dl dd input.file,
form dl dd textarea,
form dl dd select {
	width: 264px; /*270*/
	padding: 2px 4px;
	border: 1px solid #a5a5a5;
}
form dl dd input.file {
	width: 274px;
}
form dl dd input.date {
	width: 100px;
}
form dl dd img.date_image {
	position: relative;
	top: 1px;
}
form dl dd textarea {
	height: 11em;	/* Xem - 1 == number of lines */
}
form dl dd select {
	width: 270px;	/* 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: 4px 0 0 0;
}
form dl dd ul li {
	margin: 0;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0 0 0 120px;
}
form ul.submits li {
	margin: 0;
}
form input.button {
	padding:0;
	margin:0;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	width: 89px;
	height: 33px;
	background: url('/dsg/submit_bg.gif') no-repeat top center;
}
