/* Form styles */

div.buttonrow {
	margin-left: 23%;
}

div.controlset div {
	margin-left:23%;
	padding:0;
}

div.controlset label,
div.controlset input {
	display: inline;
	float: none;
}

div.radio label,
div.radio input,
div.checkbox label,
div.checkbox input {
	display: inline;
	float: none;
}
div.radio, div.checkbox{
	padding: 0;
	margin-left: 23%;
}
div.radio label, div.checkbox label{
	padding: 0 0 0 10px;
}

div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}

div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.errors p, form p {
	margin: 0;
}

div.form-container {
	margin: 10px;
	padding: 5px;
}

form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

form fieldset div {
	padding: 10px 0;
	float: left;
	width: 100%;
}
form fieldset div#passwords{
	position: relative;
}
form fieldset div#passwords div.error-message{
	position: absolute;
	top: 20px;
	right: 0;
}


form legend {
	font-weight: bold;
	color: #666;
}

form p.note {
	margin-left: 22.4%;
	font-size: 90%;
	color: #333;
}

input.error,
input.form-error {
	border-color: #C00;
	background-color: #FEF;
}

input:focus,
input.error:focus, input.form-error
textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

label em,
span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

label, span.label {
	margin-right: 10px;
	padding: 4px 10px 2px 2px;
	width: 20%;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

label.error, div.error label,
span.error {
	color: #C00;
}

p.legend {
	margin-bottom: 1em;
}

p.legend em {
	color: #C00;
	font-style: normal;
}

.boton{
	float: left;
	line-height: 30px;
	height: 30px;
}

.boton, button, input[type="submit"], input[type="button"] {
cursor:pointer;
float:none;
font-size:120%;
font-weight:bold;
height:41px;
line-height:40px;
margin:0;
overflow:hidden;
background:transparent url(img/categories_bg.jpg) repeat-x scroll 0 0;
border-color:#284C8A;
border-style:solid;
border-width:1px;
color:white;
height:39px;
margin:0;
overflow:hidden;
padding:0 15px;
-moz-border-radius: 3px;
font-family: Arial, Helvetica, sans-serif;
}

.boton:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover{
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-image:url(img/boton_verde.png);
border-color:#2E8B00;
}

#sort select{
	width: 200px;
}
div.error-message {
	background:#FFF5EB url(img/formularios/alert.png) no-repeat scroll 9px 11px;
	border:1px solid #FFB4A0;
	color:#CF3738;
	float:right;
	padding:10px 10px 10px 30px;
	width:40%;
}
div.checkbox div.error-message {
	clear: left;
	float: none;
	width: 70%;
}
div.checkbox label{
	padding:0 5px;
	width:45%;
}
input.watermark, textarea.watermark{
	color: #CCCCCC;
}
div.wide {
	margin-left: 0;
}
#loginOrRegister{
	display: block;
	overflow: hidden;
	clear: both;
	margin: 10px;
}
#loginOrRegister fieldset{
	background: url(img/formularios/register_form_bg.png) no-repeat 100% 100%;
}
