/* form */

form {
	
}
form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form dl {
}
form dl dt {
	clear: both;
	padding-top: 5px;
	padding-bottom: 2px;
	/**/
	font-size: 1.2em;
	font-family: Verdana;
	color: #595959;
	padding-top: 0;	
}
form dl dd {
	padding-bottom: 1em;
}
form dl dd.hidden {
	display: none;
}
form dl dd.show {
	padding: 0;
	position: absolute;
	float: left;
	margin: -2.636em 0 0 270px;
}
form dl dd h2 {
	font-size: 1.9em !important;
	color: #fff;
	font-weight: bold;
	margin: 0 0 7px 0 !important;
}
form dl dd h5 {
	font-weight: bold;
	font-size: 1.6em;
	color: #326ba5;
	margin-bottom: 5px;
}
form dl dd p {
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 1em;
}
form dl dd p.error {
	color: #ff0000;
}
form dl dd input.text,
form dl dd input.file,
form dl dd textarea,
form dl dd select {
	/*width: 250px;
	padding: 2px 4px;
	border: 1px solid #c4c4c4;
	*/
	color: #6d6d6d;
	/**/
	background: #f9f9f9;
	border: 1px solid #c4cacc;
	width: 310px; /*320*/
	padding: 3px 4px;
	font-size: 1.1em;	
}
form dl dd select {
	padding: 2px 4px;
	/**/
	width: 320px;
}
form dl dd input.file {
	width: 200px;
}
form dl dd img.date_image {
	position: absolute;
	margin: 2px 0 0 -25px;
}
form dl dd textarea {
	height: 11em;	/* Xem - 1 == number of lines */
	/**/
	width: 667px;
}
form dl dd select {
	width: 260px;	/* 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%;
	/**/
	font-size: 1.2em;
	font-family: Verdana;
	line-height: 1.5em;
}

/* submits */
form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0;
}
form ul.submits li {
	margin: 0;
}
form input.button {
	background:transparent url('/dsg/form_submit.gif') no-repeat scroll center top;
	color:#FFFFFF;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom: 4px;
	height:25px;
	margin-right:4px;
	padding-top:0px;
	text-align:center;
	width:69px;	
	border: none;
}
