/* form */

form {
	
}
form dl {
	font-size: 1.2em;
}
form dl dt {
	clear: both;
	float: left;
	width: 125px;
	padding-top: 2px;
	text-align: right;
}
form dl dd {
	margin-left: 150px;
	padding-bottom: 1em;
}
form dl dd p {
	margin: 0;
}
form dl dd.hidden {
	display: none;
}
form dl dd p.file {
	
}
form dl dd p.file a {
	
}
form dl dd p.error {
	clear: both;
	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: 284px; /*290*/
	padding: 2px 2px;
	border: 1px solid #5792d0;
}
form dl dd input.file {
	width: 250px;
}
form dl dd img.date_image {
	position: absolute;
	margin: 2px 0 0 -25px;
}
form dl dd textarea {
	height: 11em;	/* Xem - 1 == number of lines */
}
form dl dd select {
	width: 290px;	/* width + padding-left + padding-right + 2px */
}
form dl dd select.date_day {
	width: 50px;
}
form dl dd select.date_month {
	width: 112px;
}
form dl dd select.date_year {
	width: 80px;
}
/* captcha */
form dl dd.captcha {
	margin-left: 250px;
}
form dl dd span.captcha {
	position: absolute;
	margin-left: -100px;
}
form dl dd span.captcha img.image {
	border: 1px solid #5792d0;
}
form dl dd span.captcha a.reload {
	display: none;
	position: absolute;
	top: 9px;
	left: 190px;
}
form dl dd input.captcha {
	width: 184px;
}
form dl dd ul {
	list-style-type: none;
	margin: 0;
}
form dl dd ul li {
	margin: 0 0 2px 0;
	height: 1%;
}
form dl dd ul.checkbox li input {
	position: relative;
	top: 0px;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	text-align: right;
}
form ul.submits li {
	margin: 0;
	display: inline;
}
form input.button {
	cursor: pointer;
	border: none;
	width: 80px;
	height: 24px;
	padding: 0 15px 3px 0;
	background: url('/dsg/form_submit.gif') no-repeat top left;
	font-size: 1.5em;
	color: #006990;
	text-decoration: none;
}

#center form ul.submits {
	width: 440px;
}

