
/********************** layout components *********************/

select, option {
	width: 200px;
	padding: 2px;

	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 12px;
}


#content {
	padding-bottom: 108px;
	
	min-height: 392px;
	height: auto !important;
	height: 392px;
}


#copyArea {
	width: 464px;
	height: 350px;
}




