/* form.css */

form #inquiry_form_main{
	padding-top: 20px;
	background: #f0f0f0;
	padding-bottom: 5px;
}

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 .captcha 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;
}
form li label {
	clear: both;
	float: left;
	width: 110px;
	color: #646464;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 30px;
	text-align: right;
}
form li label.required {
	background: url('/media/dsg/required.gif') no-repeat center right;
	margin-right: 23px;
	padding-right: 7px;
}
form .text input,
form .password input,
form .textarea textarea,
form .select select {
	width: 540px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #c8c8c8;
	background: url('/media/dsg/textbox_bg.gif') repeat-x top left;
}
form .textarea textarea {
	height: 7.1em; /* X * 1em + 0.1em - 1em */
	width: 540px;
	overflow: auto;
	background: url('/media/dsg/textarea_bg.gif') repeat-x top left;
}
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;
}
.captcha img {
	float: left;
	margin-right: 5px;
	border: 1px solid #c9c9c9;
}
.captcha input {
	text-transform: uppercase;
}
