/* form.css */

form {

}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form ol li {
	margin: 0 0 4px 0;
	padding: 0;
}
form li.error input,
form li.error select,
form li.error textarea {
	border-color: #ff0000;
}
form li.error strong {
	color: #ed1c24;
	display: block;
}
form div.hidden {
	display: none;
}
form .password_text {
	margin: 0;
	padding: 3px 0 0 9px;
	position: absolute;
	color: #999;
}
form .text input,
form .textarea textarea,
form .select select {
	border: 1px solid #c9c9c9;
	padding: 1px;
	color: #999;
}
form .checkbox div {
	display: inline;
	margin-right: 5px;
}
form .submit input {
	cursor: pointer;
}


/* design */
form li {
	clear: both;
	margin-bottom: 5px !important;
}
form li label {
	clear: both;
	float: left;
	width: 145px;
	padding-top: 3px;
	margin-right: 15px;
	text-align: right;
}
form li label.required {
	background: url('/media/dsg/required.gif') no-repeat center right;
	margin-right: 8px;
	padding-right: 7px;
}
form .text input,
form .password input,
form .textarea textarea,
form .select select {
	border: 1px solid #c9c9c9;
	width: 290px; /*300*/
	padding: 4px;
	margin: 0;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	overflow: auto;
}
form .select select {
	width: 300px;
}
form .checkbox label {
	clear: none;
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
}
form .checkbox div {
	vertical-align: middle;
}

form .radiogroup div input {
	float: left;
	margin-top: 1px;
	height: 16px;
}
form .radiogroup div label {
	clear: none;
	float: left;
	text-align: left;
	width: 200px;
	margin-left: 4px;
	padding: 0;
}
form .radiogroup div {
	float: left;
	width: 300px;
}
form .radiogroup div div {
	/*clear: both;*/
}

form li.error strong,
form .checkbox div,
form .html div,
form .submit {
	clear: both;
	margin-left: 160px;
}
form .submit input {
	cursor: pointer;
	border: none;
	width: 160px;
	height: 22px;
	color: #5a5a5a;
	background: url('/media/dsg/form_button_160.gif') no-repeat center center;
	text-transform: uppercase;
}

/* right */
#right form li label {
	width: 55px;
}
#right form li.error strong {
	font-size: 0.909em;
}
#right form .text input,
#right form .password input,
#right form .select select {
	width: 140px;
}
#right form .select select {
	width: 150px;
}
#right form li.error strong,
#right form .submit {
	margin-left: 70px;
}
#right form .submit input {
	width: 60px;
	background-image: url('/media/dsg/form_button_60.gif');
}