/* Forms
------------------------------*/
form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}
	
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

/* Core.css */
p { margin: 10px 0; }

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
/* _library/ascforms.css */
form.ascform fieldset { margin-bottom: 10px; }

form.ascform legend {
	padding: 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.ascform label {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.ascform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.ascform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.ascform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.ascform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.ascform fieldset fieldset label {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	}
	
form.ascform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
form.ascform label { width: 120px; } /* Width of labels */

form.ascform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
/*\*//*/ form.ascform legend { display: inline-block; } /* IE Mac legend fix */
/* ascforms.css */
form.ascform {
	width: 450px;
	font-size: 1em;
	color: #333;
	}
	
form.ascform legend { padding-left: 0; }

form.ascform legend, form.ascform label { color: #333; }

form.ascform fieldset {
	border: none;
	border-top: 1px solid #369;
	background: url(../../images/fieldset.gif) left bottom repeat-x;
	}
	
form.ascform fieldset fieldset { background: none; }

form.ascform fieldset li {
	padding: 5px 10px 7px;
	background: url(../../images/divider.gif) left bottom repeat-x;
	}
	
/* IE5 Macintosh \*//*/
@import "_ie/mac/5.css";
/**/
