/* form */

form {
	
}
form span.star {
	color: #ff0000;
	position: relative;
	top: -1px;
}
form dl {
	font-size: 1.2em;
}
form dl dt {
	clear: both;
	color: #b2b2b2;
	font-family: Verdana;
	font-weight: normal;
	padding-bottom: 2px;
}
form dl dt a.tooltip {
	background: url('/dsg/question.gif') no-repeat top left;
	position: absolute;
	height: 10px;
	width: 8px;
	margin: 2px 0 0 10px;
}
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; /*239*/
	padding: 2px 4px;
}
form dl dd textarea {
	height: 6em;	/* Xem - 1 == number of lines */
}
form dl dd select {
	width: 239px;	/* width + padding-left + padding-right + border (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;
	z-index: 10;
	top: 9px;
	left: 190px;
}
form dl dd ul {
	list-style-type: none;
	margin: 0;
}
form dl dd ul li {
	margin: 0;
	color: #b2b2b2;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0;
}
form ul.submits li {
	margin: 0;
}
form ul.submits li input.button {
	cursor: pointer;
}

/* center */
#center form dl dt {
	font-weight: bold;
	color: #000;
}

/* right */
#right form dl dd input.text,
#right form dl dd textarea,
#right form dl dd select {
	width: 166px; /*176*/
}
#right form dl dd select {
	width: 176px;	/* width + padding-left + padding-right + 2px */
}