/* ###################################### */
/* BASIC FORM STYLING COMMON TO ALL SITES */
/* ###################################### */

/* DO NOT EDIT THIS STYLESHEET! */
/* Individual styles can be overwritten in other stylesheets */

/* <em> */
form.form_default em { /* use for asterisks */
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	margin-left: 2px;
}

/* <fieldset> */
form.form_default fieldset {
	margin: 0;
}
form.form_default fieldset fieldset {
	border: none;
	margin: 0;
}

/* <input> */
form.form_default input.submit {
	cursor: pointer;
	width: auto !important;
}

/* <label> */
form.form_default label {
	display: block;
	float: left;
	line-height: 180%;
	vertical-align: top;
	width: 120px; /* width of labels */
}
form.form_default fieldset fieldset label {
	margin-left: 123px; /* width of label plus 3 (html space) */
	width: auto;
}

/* <legend> */
form.form_default legend {
	font-weight: bold;
	padding: 0 2px;
}
* html form.form_default legend {
	margin-left: -9px;
}
form.form_default fieldset fieldset legend {
	font-weight: normal;
	padding: 0 0 0 5px;
}

/* <ol> & <li> */
form.form_default ol {
	margin: 0;
	padding: 0;
}
form.form_default ol li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

/* <p> */
form.form_default p#required_note {
	font-size: 90%;
}

/* Copyright (c) Studio 2 Online Ltd. */
