/* form.css */

form {

}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form ol li {

	padding: 0;
}
form li.error strong {
	color: #ed1c24;
	display: block;
	text-align: left;
}
form div.hidden {
	display: none;
}
form .text input,
form .textarea textarea,
form .select select {
	border: 1px solid #c9c9c9;
	padding: 1px;
	color: #828282;
}
form .checkbox div {
	display: inline;
	margin-right: 5px;
}
form .submit input {
	cursor: pointer;
}


/* design */
form li {
	clear: both;
	margin-bottom: 1em !important;
}
form li label {
	clear: both;
	float: left;
	width: 200px;
	padding-top: 1px;
	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 {
	width: 140px;
	padding: 2px;
	border: 1px solid #c6c6c6;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	width: 180px;
	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 li.error strong,
form .checkbox div {
	margin-left: 165px;
}
form .checkbox div {
	vertical-align: middle;
}
form .html div,
form .submit {
	margin-left: 165px;
}
form .submit input {
	color: #336600;
	width: 63px;
	border: none;
	height: 17px;
	padding-left: 5px;
	margin-left: 50px;
	text-align: center;
	text-decoration: none;
	background: url('/media/dsg/more.gif') no-repeat 0px 2px;
}
form li.radiogroup div {
	padding-top: 5px;
}
form li.radiogroup label {
	float: left;
	clear: none;
	width: 160px;
	text-align: left;
	padding-left: 5px;
}
form li.radiogroup input {
	float: left;
}
#right form div {
	clear: both;
}
#right form .html div,
#right form .submit {
	margin-left: 0px;
}
