﻿/* positions ----------------------------*/
.tLeft
{
	text-align:left;
}
.tCenter
{
	text-align:center;
}
.tRight
{
	text-align:right;
}
.fLeft
{
	float:left;
}
.fRight
{
	float:right;
}
.block
{
	display:block;
}


/* font type --------------------------*/
textarea
{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}


/* font-sizes -------------------------*/
input, select, textarea
{
	font-size:0.9em;
}


/* sizes ------------------------------*/
input.xxLarge, textarea.xxLarge, select.xxLarge
{
	width:400px;
}
input.xLarge, textarea.xLarge, select.xLarge
{
	width:300px;
}
input.large, textarea.large, select.large
{
	width:200px;
}
input.medium, textarea.medium, select.medium
{
	width:140px;
}
input.small, textarea.small, select.small
{
	width:100px;
}
input.xSmall, textarea.xSmall, select.xSmall
{
	width:70px;
}
input.xxSmall, textarea.xxSmall, select.xxSmall
{
	width:40px;
}


/* pointers -----------------------------*/
label
{
	cursor:pointer;
}


/* colors -------------------------------*/
.bgTrans
{
	background-color:Transparent !important;
}