/* $Id: form.css 151 2009-02-13 12:31:23Z edin.coralic $ */

/* form */

form {
	font-size: 1.1em;
}
form dl * {
  font-family: Verdana, Arial, Tahoma, sans-serif;
}
form dl a {
  text-decoration: underline;
}
form dl a:hover {
  text-decoration: none;
}
form dl dt {
	clear: both;
	float: left;
	width: 100px;
	padding-bottom: 7px;
	padding-top: 3px;
	text-align: right;
}
form dl dd {
	margin-left: 110px;
	padding-bottom: 7px;
}
form dl dd p {
	margin: 0;
	padding: 0;
}
form dl dd p.error {
	font-size: 0.909em;
	color: red;
	margin-bottom: 1em;
}
form input.text,
form textarea,
form select {
	width: 182px; /*190*/
	padding: 3px;
	border: 1px solid #999;
	z-index: 1;
	color: #554f43;
}
form dl dd textarea {
	height: 11em;	/* Xem - 1 == number of lines */
}
form dl dd select {
	width: 190px;	/* width + padding-left + padding-right + 2px */
}
form dl dd input.button {
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.273em;
	width: 100px;
	height: 22px;
	padding-bottom: 3px;
	text-align: center;
	background: url('/dsg/form_button.gif') no-repeat bottom center;
	font-family: Arial, sans-serif;
}
form dl dd ul {
	list-style-type: none;
	margin: 0;
}
form dl dd ul li {
	margin: 0;
	line-height: 2em;
}

form dl dd ul.radio li {
	display: inline;
}
form dl dd ul.radio * {
	vertical-align: middle;
}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form ul.submits {
	clear: both;
	list-style-type: none;
	margin: 0;
	margin-left: 110px;
}
form ul.submits li {
	margin: 0;
}
form input.button,
a.button {
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.273em;
	width: 100px;
	height: 22px;
	padding-bottom: 3px;
	text-align: center;
	background: url('/dsg/form_button.gif') no-repeat bottom center;
}

form div.captcha_image {
	float: left;
	margin-right: 10px;
}
form input.captcha_input {
	width: 140px;
}

a.button {
	display: block;
	line-height: 25px;
	text-decoration: none;
}


/* right column */
#right form dt {
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	float: none;
}
#right form dd {
	margin: 0 0 0.25em 0;
}
#right form input.text,
#right form textarea {
	width: 147px;
}
#right form select {
	width: 155px;
}
#right form ul.submits {
	margin: 1em 0 0 0;
	text-align: right;
}
