/* 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;
	text-align: left;
}
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 #c0c0c0;
	width: 288px; /*300*/
	padding: 5px;
	margin: 0;
	color: #999;
	background: #fff url('/media/dsg/form_input_gradient.gif') repeat-x top left;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	overflow: auto;
}
form .select select {
	width: 300px;
	background: none;
	height: auto;
	padding: 4px 0;
}
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 li.error strong,
form .checkbox div,
form .html div,
form .submit {
	clear: both;
	margin-left: 160px;
}
form .submit input {
	border: none;
	background: url('/media/dsg/form_button.gif') no-repeat center center;
	width: 150px;
	height: 25px;
	color: #fff;
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	overflow: visible;
}

#right form li label {
	width: 56px;
	margin: 0;
	padding: 1px 5px 0 0;
}
#right form li label.required {
	background: none;
	margin-right: 0;
	padding-right: 5px;
}
#right form .text input,
#right form .password input,
#right form .select select {
	width: 92px;
	padding: 2px;
	border-color: #b3da65;
	height: auto;
}
#right form .select select {
	width: 96px;
}
#right form .password_text {
	padding-left: 3px;
}
#right form li.error strong,
#right form .checkbox div,
#right form .html div,
#right form .submit {
	margin-left: 0;
}