/* form */

form {
	
}
form dl {
	font-size: 1.2em;
}
form dl dt {
	clear: both;
	padding-top: 6px;
	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.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 #7a7a7a;
}
form dl dd input.file {
	width: 274px;
}
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;
}
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 input.button {
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	width: 100px;
	height: 40px;
	background: url('/dsg/submit_button.png') no-repeat top center;

	position: relative;
	margin-top: -5px;
}

#right form dl dd input.text,
#right form dl dd input.file,
#right form dl dd textarea,
#right form dl dd select {
	width: 160px;
}
