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;
	width: 120px;
	text-align:right;
	padding-right:10px;
}
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 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 #00A9EB;
	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.txtValue, textarea.txtValue {
	width:300px;
}
html>/**/body input.button, x:-moz-any-link, x:default { padding:0px; }  /* solo funciona para firefox  */
input.button, input.button:link {
	width: 116px;
	height: 35px;
	background: transparent url(../imgs/button.png) no-repeat;
	color:#FFF;
	text-shadow:#333 0px -1px 0px;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	padding:6px 0 0 0;
	text-align:center;
	border:none;
	margin-bottom:15px;
}

input.button:hover, input.button:active {
	color: #FFF;
	text-decoration:none;
	background: transparent url(../imgs/button-hover.png) no-repeat;
}

