/*-------------------------------------------------------------------
Zobmo global style sheets

Imports typographies and colors
-------------------------------------------------------------------*/
@CHARSET "UTF-8";
@IMPORT "typography.css";
@IMPORT "colors.css";

/* =Headers
-------------------------------------------------------------------*/
/* Put headesr here */


/* =Helpers
-------------------------------------------------------------------*/
/*
.center {
	text-align: center;
}

.margins {
	margin: 15px 0;
}

.clear {
	clear: both;
}
*/


/* =Form ul wrapper
-------------------------------------------------------------------*/
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li {
	margin: 0;
	clear: both;
	padding: 0.5em 0;
}

form ul li label.leftalign {
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 1.6em;
	text-align: right;
	width: 160px;
}

form ul li.submit,
form ul li.captcha,
form ul li ul.errors li,
form ul p.hint {
	padding-left: 180px;
}
