/* $Id: optionBox.css,v 1.3 2004/05/12 11:52:42 matt.secrett Exp $ */

.optionBoxCommands{
	float: right;
	clear: both;
}

.optionBoxCommand{
	display: block;
	width: 72px;
	padding: 2px;
	text-decoration: none;
}

.optionBoxCommandImage{
	text-align: center;
}

.optionBoxCommandImage img{
	border: 0;
	vertical-align: bottom;
}

.optionBoxCommandText{
	padding: 2px;
}

*html .optionBoxCommandText{
	top: 1px;
}

*+html .optionBoxCommandText{
	top: 1px;
}

.optionBoxOption{
	display: block;
	padding: 2px;
	text-decoration: none;
}

.optionBoxOptionImage img{
}

.optionBoxOptionText{
	position: relative;
	top: -1px;
}

.optionBoxPager{
	margin: 4px;
	text-align: center;
	font-size: x-small;
}

