#field { margin-left: .5em; float: left; }
#field, label { float: left; font-size: small;}

/* input { border: 1px solid black; margin-bottom: .5em;  } */
input {  margin-bottom: .5em;  }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; background-color: rgb(250, 194, 194)}


label.error {
	font-size: 13px;
	color: #FFF;
	position: absolute;
	padding-left: 5px;
	z-index: 1;
	background-color: #C00;
	/* background-image: url(../img/baloon.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:5px;
  font-weight: bold;
  padding-left: 16px;
	margin-left: .3em;
}