/* form */

form {
	
}
form dl {
	font-size: 1.1em;
}
form dl dt {
	clear: both;
	padding-top: 4px;
	padding-bottom: 2px;
}
form dl dd {
	padding-bottom: 1em;
}
form dl dd.hidden {
	display: none;
}
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: 260px; /*270*/
	padding: 2px 4px;
	border: 1px solid #74a0d2;
}
form dl dd input.file {
	width: 270px;
}
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: 0;
	height: 1%;
}
form dl dd ul li {
	margin: 0 0 2px 0;
	height: 1%;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0;
}
form ul.submits li {
	margin: 0;
}
form input.button {
	border: none;
	width: 73px;
	height: 29px; /*29*/
	background: url('/dsg/form_button.gif') no-repeat top center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
}



/* left form */
#left form dl dt {
	padding-top: 0;
}
#left form dl dd input.text,
#left form dl dd input.file,
#left form dl dd textarea,
#left form dl dd select {
	width: 110px;
}
#left form dl dd select {
	width: 120px;	/* width + padding-left + padding-right + border-left + border-right */
}


/* right form */
#right form dl dt {
	padding-top: 0;
}
#right form dl dd input.text,
#right form dl dd input.file,
#right form dl dd textarea,
#right form dl dd select {
	width: 130px;
}
#right form dl dd select {
	width: 140px;	/* width + padding-left + padding-right + border-left + border-right */
}

