label {
	display: block;
	clear: left;
	margin: 0px 0px 5px 0px;
	}

input#enviar {
	display: block;
	width: auto;
	margin: 10px 0px 0px 145px;
	}



form label.required  {
  		background: 		url(required.gif) no-repeat 0% 100%;
  		padding-left: 		22px;
		}
form label.problem  {
  		background: 		url(caution.gif) no-repeat 0% 100%;
  		padding-left: 		22px;
		}
form label.completed  {
  		background: 		url(complete.gif) no-repeat 0% 100%;
  		padding-left: 		22px;
		}	

