/* 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 strong {
	color: #f00;
	display: block;
	text-align: left;
  font-weight: normal;
}
form div.hidden {
	display: none;
}
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 {
	margin-bottom: 5px !important;
}
form li label {
  font-weight: bold;
	margin-right: 8px;
	padding-right: 7px;
}
form li label.required {
	background: url('/media/dsg/required.gif') no-repeat center right;
}
form .text input,
form .password input,
form .textarea textarea,
form .select select {
	width: 280px;
	padding: 9px;
	border: 1px solid #666;
  background: #333;
  font-size: 1.2em;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	overflow: auto;
}
form .select {
	overflow: hidden;
}
form .select select {
	width: 300px;
}
form .checkbox label {
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
}
form li.error strong,
form .checkbox div {
}
form .checkbox div {
	vertical-align: middle;
}
form .submit {
	clear: both;
  margin-left: 320px;
}
form .submit input {
	border: 1px solid #797979;
  padding: 5px 20px;
	background: #0e0e0e;
	color: #fff;
	text-transform: uppercase;
}

form .submit input:hover {
  background: #333;
}
