@charset "UTF-8";
/* CSS Document */

#order_dvd #dvdForm .form_field_lg {
	width: 495px;
	margin-top: 3px;
	float: left;
}
.form_field_lg #name {
	width: 418px;
	margin-left: 21px;
}
.form_field_lg #company_name {
	width: 418px;
}
.form_field_lg #address {
	width: 418px;
	margin-left: 7px;
}
#order_dvd #dvdForm .form_field_sm {
	margin-top: 3px;
	float: left;
}
.form_field_lg  #country {
	width: 418px;
	margin-left: 10px;
}
#demo_city {
	width: 248px;
	float: left;
	margin-top: 3px;
}
#demo_city  #city {
	width: 175px;
	margin-left: 32px;
}
#demo_state {
	float: left;
	width: 100px;
	margin-top: 3px;
}
#demo_state  #state {
	width: 40px;
	margin-left: 8px;
}
#demo_zip {
	float: left;
	width: 147px;
	margin-top: 3px;
}
#demo_zip  #zip {
	width: 65px;
	margin-left: 8px;
}
#demo_phone   {
	width: 248px;
	float: left;
	margin-top: 3px;
}
#demo_phone #phone {
	width: 175px;
	margin-left: 18px;
}
#demo_fax {
	float: left;
	width: 247px;
	margin-top: 3px;
}
#demo_fax #fax  {
	width: 195px;
	margin-left: 8px;
}
.form_field_lg  #email {
	width: 418px;
	margin-left: 22px;
}
#submitField {
	float: left;
	width: 495px;
	margin-top: 10px;
	height: 30px;
	padding-top: 10px;
}
#order_dvd #dvdForm fieldset {
	border: 2px solid #715E2E;
	width: 495px;
	padding-left: 5px;
}
#dvdForm fieldset legend {
	font-size: 12pt;
	color: #715E2E;
	font-weight: bold;
}
