﻿/* Styles for various controls */

input.CommandButton
{
	width: 90px;
}

select.ContentLayoutComboBox
{
	cursor: pointer;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Papyrus, OMR, Ravie;
}

/* Invisible iframe */
iframe.Hidden
{
	height: 1px;
	width: 1px;
	display: none;
}

/* Help button */
td.HelpImage
{
	width: auto;
}
