@CHARSET "UTF-8";


/* basic layout stuff */
.clear
{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	background: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}



.mahesha-centered
{
	text-align: center;
}

.mahesha-invisible
{
	display: none;
}

/* tables */
th
{
	vertical-align: top;
	text-align:  right;
}


/* images */
img
{
	border: none;	
}

fieldset
{
	border:none;
}
