@charset \"utf-8\";
/* This allows em to be used for font-size: 1.2em = 12px and 12pt */

html, 
body
{
	height: 100%;
}

body
{
	font-size: 62.5%;
}

/**
* Following lines borrowed and modified from Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need \'cellspacing=\"0\"\' in the markup. */
table 
{ 
	border-collapse: separate; 
	border-spacing: 0px; 
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (\") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: \"\";
}

blockquote, q
{
	quotes: \"\" \"\";
}

strong
{
	font-weight: bold;
}

.clear
{
	display: block;
	clear: both;
	height: 1px;
}

.form-row
{
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: auto;
}

.form-label
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.form-field
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.form-field-label
{
	font-size: 0.9em;
}

.form-field-column
{
	display: block;
	float: left;
	width: 49%;
}

.form-errors
{
	color: red;
	list-style: none;
}

.show
{
	display: inline;
}

div.show
{
	display: block;
}

.hide
{
	display: none;
}

.centered
{
	text-align: center;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

img 
{
	border: none;
}

