
/* SPECIAL */
.clear {clear:both;height:1px;overflow:hidden;}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.bigger
{
	font-size: 13px;
}
.big
{
	font-size: 12px;
}
.smaller
{
	font-size: 9px;
}

.small
{
	font-size: 10px;
}

.nomarg
{
	margin: 0;
}

.nopad
{
	padding: 0;
}
.invisible
{
	visibility: hidden;
}
.hidden
{
	display: none;
}

.b
{
	font-weight: bold;
}

label
{
	font-weight: normal;
}
label.req
{
	font-weight: bold;
}

.error
{
	color:  #e21f30;
	font-weight: bold;
	font-size: 12px;
}

div.message
{
	margin: 5px 10px 0 150px;
	padding: 10px;
	background-color: #e21f30;
	border: 3px double #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;	
}