  label,input.form_style {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.instructions {
	margin-left:150px;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

 label.short,input.short {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 10px;
	
}

label.short {
	text-align: right;
	width: 85px;
	padding-right: 20px;
}

br {
	clear: left;
}

/* overrides the button plugin */
a.button, button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size:80%;
  color:#009e9e;
}

button img, a.button img{
  width:7px;
  height:16px;
  
}



/* override blueprint form css */
select              { border:1px solid #ccc; background:#f6f6f6; width:155px; }


