﻿/*--------------------------------------------------|
|Component Style                                    |
|---------------------------------------------------|*/


/*TextBox*/
.TextBoxSmall
{
	font: 12px Tahoma,Times New Roman;
	width: 25px;
}
.TextBox
{
	font: 12px Tahoma,Times New Roman;
	width: 125px;
}
.TextBoxBig
{
	font: 12px Tahoma,Times New Roman;
	width: 250px;
}
.TextBoxBigBig
{
	font: 12px Tahoma,Times New Roman;
	width: 500px;
}
/*DropDownList*/
.DropDownListSmall
{
	font: 12px Tahoma,Times New Roman;
	width: 90px;
}
.DropDownList
{
	font: 12px Tahoma,Times New Roman;
	width: 131px;
}
.DropDownListBig
{
	font: 12px Tahoma,Times New Roman;
	width: 262px;
}
.DropDownListBigBig
{
	font: 12px Tahoma,Times New Roman;
	width: 500px;
}
/*Button*/
.ButtonSmall
{
	text-align:center;
	height: 22px;
	width: 25px;
}
.ButtonBig
{
	text-align:center;
	height: 22px;
	width: 50px;
}
.ButtonBigBig
{
	text-align:center;
	height: 22px;
	width: 100px;
}
/*CheckBox*/
.CheckBox
{
	font: 12px Tahoma,Times New Roman;
	width: 25px;
}
.CheckBoxBig
{
	font: 12px Tahoma,Times New Roman;
	width: 125px;
}
/*Label*/
.Label
{
	height: 20px;
	font: 12px Tahoma,Times New Roman;
	width: 100px;
}
