@CHARSET "ISO-8859-1";
.formRow
{
    padding: 0.5em 0 0 0;
    clear: both;
    height: 22px;
	
}
.formRow h3 {
	
}
.formRow.double {
	height: 50px;
}
.formRow div.fieldUnit
{
    float: left;
    margin: 0 5px 0 5px;
    line-height: 22px;
    width: 50px;
}
.formRow label
{
	display: block;
	padding-right: 1em;
	float: left;
	line-height: 22px;
}
.formRow.high 
{
	height: 165px;
}
label.medium
{
    width: 150px;
}
label.large
{
    width: 225px;
}
label.extralarge
{
    width: 300px;
}
label.extraextralarge
{
    width: 375px;
}
label.ultralarge
{
    width: 500px;
}
label.small
{
    width: 75px;
}
.formRow input
{
	float: left;
}
.formRow textarea
{
	width: 98%;
	height: 150px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.formRow.textarea {
	height: 150px;
}

.formRow .notice
{
	color: #990000;
	font-weight: bold;
}
.formRow div.fieldUnit
{
    float: left;
    margin: 0 5px 0 5px;
    line-height: 22px;
    width: 50px;
}
.formRow select
{
    float: left;
	color: #536553;
}
.formRow .fullTextBox
{
	width: 98%;
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .largeTextBox
{
	width: 250px;
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .mediumTextBox
{
	width: 150px;
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .smallTextBox
{
	width: 75px;
	margin-right: 7px; 
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .tinyTextBox
{
	width: 50px;
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .microTextBox
{
	width: 30px;
	border: 1px solid #b3b3b3;
	color: #536553;
}
.formRow .formBindText
{
	float: left;
	margin: 0 5px 0 5px;
	line-height: 22px;
}
.formButtonRow
{
	clear: both;
	float: none;
	padding: 15px;
	height: 22px;
}
.formButtonRow .left
{
	float: left;
}
.formButtonRow .right
{
	float: right;
}

.box .formButtonRow
{
	padding: 0px;
	width: 100%;
    margin: 15px 0 0;
	clear: both;
}
.box .formButtonRow .text {
	width: 50%;
	float: left;
}
.formRow .formBindText
{
	float: left;
	margin: 0 5px 0 5px;
	line-height: 22px;
}
.formRow .disabled-input {
	color: #ccc;
}

select.disabled {
	border: none;
	color: #ccc;
}
