/*
| COMPACT FORM
| Required markup = <form.inFieldLabel>
| Concept : 
|  - "Making Compact Forms More Accessible" (A List Apart)
|  - http://www.alistapart.com/articles/makingcompactformsmoreaccessible/
| Required JavaScript :
|  - jquery.infieldlabel.min.js
|  - http://fuelyourcoding.com/in-field-labels/
*/

body .inFieldLabel label {
	position: absolute;
	z-index: 1; /*ie7*/
	display: block;
	left: .5em;
	font-weight: normal;
	/*site.css*/
	top: .5em;
}
