/* form.css */

form #inquiry_form_main{
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left:30px;
}

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: 80px;
	color: #fff;
	font-size: 0.917em;
	padding-top: 5px;
	margin-right: 10px;
}
form li label.required {
	/*background: url('/media/dsg/required.gif') no-repeat center right;*/
	margin-right: 3px;
	padding-right: 7px;
}
form .text input,
form .password input,
form .textarea textarea,
form .select select {
	width: 260px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	background: #fff;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	width: 260px;
	overflow: auto;
	background: #fff;
}
form .select select {
	width: 190px;
}
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: 142px;
}
form .submit input {
	color: #fff;
	width: 100px;
	border: none;
	height: 31px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	background: url('/media/dsg/submit.gif') no-repeat top left;
}
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;
}
