
/**
 * Request form
 */

body{
	position: relative;

}
 
 .fdberror{
	color: red;
	font-weight: bold;
	width: 160px
}

.fdblabel{
	width: 160px
}

#fdbaddress{
	float: left;
	width: 320px;
}

#fdbtrip{
	float: left;
	width: 320px;
}

#fdbinfo{
	float: left;
	width: 320px;
	margin-bottom: 0px;
}

#fdbitems{
	width: 675px;
}

input.textfield{
	width: 190px;
	/*font-size: 80%;*/
}

input.textbutton{
	/*font-size: 80%;*/
}


select.textfield{
	/*font-size: 80%;*/
}

select.selectlist{
	width: 190px;
	/*font-size: 80%;*/
}

textarea.textfield{
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	font-size: 100%;
}

textarea.othertextarea{
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	font-size: 100%;
}

.itemcolumn{
	width: 150px;
	float: left;
}

.tditemblock{
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	width: 25%;
}

.itemblock{
	float:left;
	width:150px;
}

.itemblock input{
	float:left
}

.itemblock label{
	display:block;
	padding-top:3px;
}

label{
	display: inline;
}


/**************************
/* Fieldsets and legend
/*************************/

legend{
	position:absolute;
	top: -7px;
	left: -0px;
	font-weight: bold;
	color: #636363;
	border: 1px solid  #dddddd;
	background-color:#ffffff;
	padding: 1px 3px;
}

fieldset{
	padding: 25px 10px 10px 10px !important;
	position: relative;
	margin: 0 10px 25px 0;
	_display: inline;
	background-color: #FAF6ED;
	/*font-size: 75% !important;*/
}

fieldset h2{
	font-size: 100%;
	margin: 0;
	font-weight: normal;
	color: #A90B0B;
}

fieldset p{
	clear: both;
	margin: 0;
}




p.fixedwidth{
	width: 650px;
}



fieldset div{
	color: #646262;
}

/**************************
/* Picking list
/*************************/
.pickinglistitem{
	width: 6in;
	height: 0.75in;
	border: 1px solid #C3C0B3;
	background-color: #F2EEE0;
	padding: 0.125in;
}

.pickingstatus{
	float: right;
	width: 1.5in;
	text-align: right;
}


.hilite{
	color: white;
	background-color: red;
}

#import tr.error{
	background-color:#FFA6A6;
}

#import tr.warn {
	background-color: #FFFFCA;
}

table.importgrid {
	behavior:url(/tablehl.htc);
	border-collapse:collapse;
	background-color: #F2EEE0;
}

.importgrid th{
	margin:0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #C3C0B3;
}

.importgrid td{
	margin:0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #C3C0B3;
}





