
input, select 
{
  margin-bottom: 3px;
}

.button 
{
  font-size: 0.7em;
}
 
.left 
{
  margin-left: 150px;
}

.txtSmall 
{
  color: #999999;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

.error 
{
  display: block;
  margin-left: 10px;
  color: #ff0000;
}
.message 
{
  display: block;
  margin-left: 150px;
  color: #009900;
}
