
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

a img, iframe { border: none; }
	
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}
 	body, p, blockquote {
	margin: 0;
	padding: 0;
	}


/* Forms
------------------------------*/

form, fieldset
{
	margin: 20px 0 0 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend
{
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	}
	
select { padding: 0; }

form.cmxform fieldset { margin-bottom: 25px; }
	
form.cmxform legend
{
	padding: 0 2px 4px 2px;
	font-weight: bold;
	_margin: 0 -7px;
	/* IE Win */
}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 140px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 143px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 530px;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform input {
color: #333;
background: #fff;
border: 1px solid #333333;
}

form.cmxform fieldset {
	border: none;
	border-top: 3px solid #d8d9b9;
	background-color: #f3f4ec;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(cmxform-divider.gif) left bottom repeat-x;
	}
	
form.cmxform div.required fieldset legend {
  font-weight: bold;
}

form.cmxform div.required label, label.required {
  font-weight: bold;
}

form.cmxform fieldset li.error
{
	color: #FFF;
	font-weight: bold;
	background: url(../images/formError_bg.gif) repeat-x;
	padding: 10px 10px 10px 10px;
	width: 100%;
}

form.cmxform fieldset li.errorbig
{
	color: #FFF;
	font-weight: bold;
	background: url(../images/formError_big.gif) repeat-x;
	padding: 10px 10px 10px 10px;
	width: 100%;
}

.error
{
	color: #FFF;
	font-weight: bold;
	background: url(../images/formError_bg.gif) repeat-x;
	padding: 10px 10px 10px 10px;
	width: 100%;
}

.errorbig
{
	color: #FFF;
	font-weight: bold;
	background: url(../images/formError_big.gif) repeat-x;
	padding: 10px 10px 10px 10px;
	width: 100%;
}
