/* -- set some favorite styles -- */

.clearAll{
	clear:both;
}

/* -- custom stuff below -- */
br.clearAll{
	margin:1em;
}
#form_wrap{
	width:480px;
}
fieldset{
	margin-bottom:1em;
	font-size:.9em;
}
.redWarning{
	color:red;
	font-size:.8em;
}

/* -- Personal, moveTo and moveFrom Information Fieldset -- */

#personal label,
#moveFrom label,
#moveTo label{
	line-height:2.9em;
	float:left;
	width:5em;
}
#personal span.lft,
#moveFrom span.lft,
#moveTo span.lft{
	float:left;	
	font-size:.8em;
}
#workNum{
	margin-left:3em;
}

/* -- Move Information -- */

#move label,
#inventory label{
	line-height:1.6em;
	float:left;
	width:17em;
	margin-bottom:1em;
}
#move span.lft,
#inventory input{
	float:left;	
	font-size:.8em;
}

/* -- additional comments -- */

#additional_comments{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#comments,
#inventory textarea{
	width:400px;
	height:100px;
}

/* -- inventory -- */

#inventory textarea{
	margin:0 auto;
}

/* -- submit -- */

#submit input{
	float:right;
	margin-left:1em;
}