@charset "iso-8859-1";
/* CSS Document */

label
{
	float:right;
	width: 150px;
	font-weight: bold;
}
input, select
{
	margin-bottom: 3px;
}
.button
{
	font-size: 2em;
}
.left
{
	margin-left: 150px;
}
.textSmall
{
	color: #999999;
	font-size: smaller;
}
.hidden
{
	display: none;
}
.error
{
	display: block;
	margin-left: 150px;
	color:#ff0000;
}