form.styles {
	padding:10px;}
form.styles fieldset {
	margin-bottom: 10px;
}
form.styles legend {
	padding: 0 2px;
	font-weight: bold;
}
form.styles label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.styles label.error {
	display: inline-block;
	vertical-align: top;
    color:Red;
    font-weight:lighter;
    font-size:smaller;	
}
form.styles fieldset ol {
	margin: 0;
	padding: 0;
}
form.styles fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.styles fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.styles fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.styles fieldset fieldset label {
	display: block;
	width: auto;
}
form.styles em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.styles label {
	width: 120px; /* Width of labels */
}
form.styles fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
form.styles legend {
	padding-left: 0;
}
form.styles legend, form.styles label {
	font-size:1.2em;
	font-weight:bold;
	color: #333;
}
form.styles fieldset {
	border: none;
	border-top: 1px solid #85f6fd;
	background: url(../imgs/body-bg.gif) left bottom repeat-x;
}
form.styles fieldset fieldset {
	background: none;
}
form.styles fieldset li {
	padding: 5px 10px 7px;
	background: url(../imgs/form-divider.gif) left bottom repeat-x;
}
form div.error {
	width:200px;
	padding:5px;
	color:red;
	font-weight:bold;
	border:solid 1px red;
}
input.txtField, textarea.txtField {
	width:200px;
}
input.button {
	float:left;
	display:block;
	width: 121px;
	height: 28px;
	background-image:url(../imgs/btn-bg-up.gif);
	background-color:#fff;
background-color:transparent;
	text-align:center;
	line-height:2.2em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0;
}
