/**************************
*	COMMON CLASSES
**************************/

img, div, li, ul, body, input, textarea, form
{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
}

img, div, li, ul, body, a, form
{
	border:none;
}

body
{
	background-color:#FFF;
}

.hidden
{
	display:none;
}

.invisible
{
	visibility:hidden;
}

.clear
{
	float:none;
	clear:both;
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
}

.text
{
	text-align:justify;
}

/**form layout**/
.fldStyle
{
	border:1px solid gray;
}

.btnShort, .btnNormal, .btnLong
{
	border:none;
	cursor:pointer;
}
