/*=============================================================================================
Author: www.SinBlade.com - Vladi Sama - Vladimir Vladimirov - Bulgaria - Sofia - Secret Hideout
=============================================================================================*/
#mtip
	{
	position:absolute;
	border: 2px solid green;
	background-color:#EEE;
	padding:3px;
	white-space: nowrap;
	}
.error_box
	{
	border: 2px solid #C33;
	padding: 2px;
	}
.error_text
	{
	color:#C33;
	font-weight:bold;
	}
.success_box
	{
	border: 2px solid #080;
	padding: 2px;
	}
.success_text
	{
	color: #080;
	font-weight: bold;
	}

.clear
	{ clear:both; }
.clearL
	{ clear:left; }
.clearR
	{ clear:right; }

.left {float: left;}
.right {float: right;}

.hide { display:none; }

.hand { cursor:pointer; }


input[readOnly]
	{ background-color:#DED; }
input[disabled]
	{ background-color:#DDD; }