/* Label Algned Form */

.label_aligned_form {}
.label_aligned_form div { 
	height:2em;
	line-height:2em;
	padding:3px 0;
}
.label_aligned_form label {
  width:130px;
  float:left;
  clear:both;
  text-align: right;
  margin-right: 10px;
  margin-left:0px;
}


