/*
  undo the ham fisted text-align:center on the body for skinned pages
*/
#SKIN {
text-align:left;
}

/*
  undo the ham fisted text-align:center on the body for the login page
*/
#constituent_content {
text-align:left;
}


/*
  tweak the labels on the circle edit page
*/
#SKIN.module_circle_circle_edit .form_label {
line-height:12px;
}

#SKIN.module_circle_circle_edit .form_field {
padding:3px;
}
