html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/default_bg.jpg') repeat-x top center #b51409;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;}

#container {
	margin: 0px auto;
	border: 0px solid #F00;
	width: 850px;
	text-align: left;}

#content {
	background-color: #FFF;
	width: 850px;
	padding:0;
	border: 0px solid #FF0;
	text-align: center;}
	
#footer_container {
	border: 0px solid #FF0;
	width: 850px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;}

#FL {
	float: left;
	padding: 10px 50px 0px 5px;}

#FR {
	padding: 20px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFF;
	float: right;}	
	
/* FORM STYLES */

.form_content {
	width: 625px;
	text-align:left;
	background: url('../images/form_content_middle.gif') repeat-y;
}

.form_content2 {
	width: 625px;
	background: url('../images/form_content2_middle.gif') repeat-y;
}

#UPC {
	width: 625px;
	height: 98px;
	background: url('../en/images/upc.gif') no-repeat left top;
}

#UPC_FR {
	width: 625px;
	height: 98px;
	background: url('../fr/images/upc.gif') no-repeat left top;
}

.label {
	width: 200px;
	color: #333;
	text-align: right;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.label_fr {
	width: 260px;
	color: #333;
	text-align: right;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.widelabel {
	width: 600px;
	color: #333;
	padding-bottom: 5px;
	text-align: left;
}

.field {
	text-align:left;
}

.note {
	color: #999;
	font-size: 10px;
}

.finput {
	width: 280px;
	height: 20px;
	border: 1px solid #b9b9b9;
	padding: 2px 0px 0px 2px;
	background: url('../images/form_bg.gif') no-repeat top left;
}

.finput_short {
	width: 50px;
	height: 20px;
	border: 1px solid #b9b9b9;
	padding: 2px 0px 0px 2px;
	background: url('../images/form_bg.gif') no-repeat top left;
}

.sinput {
	width: 280px;
	border: 1px solid #b9b9b9;
	padding: 2px 0px 0px 2px;
	background: url('../images/input_select.gif') no-repeat top left #d4bedd;
}

.uinput {
	width: 250px;
	height: 20px;
	border: 1px solid #b9b9b9;
	padding: 2px 0px 0px 2px;
	background: url('../images/input_select.gif') no-repeat top left;
}

.fchk {
	padding: 2px 0px 0px 2px;
}

.required {
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
}