﻿.button
, .buttonXS
, .buttonS
, .buttonM
, .buttonL
, .buttonXL
, .buttonXXL
{
	border: 1px solid #ededed;
	color: Black;
	margin: 4px 2px 4px 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 22px;
	cursor: pointer;
	background:#e6e6e6;
}
.button:hover
, .buttonXS:hover
, .buttonS:hover
, .buttonM:hover
, .buttonL:hover
, .buttonXL:hover
, .buttonXXL:hover
{
	border: 1px solid #a8a8a8;
	text-decoration:none;
}
.button
{
    width: 70px;
}
.buttonXS
{
    width: 50px;
}
.buttonS
{
    width: 60px;
}
.buttonM
{
    width: 70px;
}
.buttonL
{
    width: 100px;
}
.buttonXL
{
    width: 140px;
}
.buttonXXL
{
    width: 200px;
}
/* =Text box
----------------------------------------------- */
.xsmallTextBox
{
	width: 50px !important;
}
.smallTextBox
{
	width: 100px !important;
}
.largeTextBox
{
	width: 300px !important;
}
.xlargeTextBox
{
	width: 400px !important;
}
.mediumTextBox
{
	width: 210px !important;
}
.xxlargeTextBox
{
	width: 450px !important;
}
.xxsmallDropdown
{
	width: 40px;
}
.xsmallDropdown
{
	width: 56px;
}
.smallDropdown
{
	width: 106px;
}
.mediumDropdown
{
	width: 206px;
}
.largeDropDown
{
	width: 306px;
}
.defaultFileUpload
{
	width: 290px;
}
.largeFileUpload
{
	width: 306px;
}
.largeTextArea
{
    width: 300px;
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
/* =Free Text box
----------------------------------------------- */
.toolbarDropdownList
{
	width:auto !important;
}
