﻿/* this css file contains ascx control specific styling */

.InputTableLabelMiddle
{
	width:30%;
}

.InputTableLabelTop
{
	width:30%;
	vertical-align:top;
}

.InputTableEditArea
{
	width:75%;
}

.InputTableSmallField
{
	width:10%;
}

.InputTableMediumField
{
	width:40%;
}

.InputTableLargeField
{
	width:75%;
}

.InputTableComboBox
{
	width:76%;
}

.InputTableTextArea
{
	width:75%;
	height:250px;
}

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float:right;
}

