/*!
 * CSS file: library.css
 * Created: 01/03/14
 * Created by: D Clayton
 */


#Xflddescription { height:4em; }

ul.nav li img.gravatar { margin-top: 10px;}

xform.form-horizontal.editform-spacing { padding: 0 17px;}
xform.form-horizontal.editform-spacing div.row {margin-bottom:2px;}
xform.form-horizontal.editform-spacing div.control-group div.controls {margin-top:4px;}
x.editform-spacing div.row > div b {margin-left:15px}
xform.form-horizontal.editform-spacing div.row > div b {margin-left:0}

.strengthIndicator {
	margin: -10px 0 0;
	padding: 0;
}
	

#AjaxLoaderIMG {
}

/********** REGISTER PAGE **********/
.registerform {
	margin: 0 auto;
	margin-bottom: 5em;
}

@media (min-width: 980px) {
	.registerform {
		width: 65%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.registerform {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.registerform {
		width: 90%;
	}
}
	
@media (max-width: 979px) {
}

@media (min-width: 980px) {
}