/* Form clientes
-------------------------------------------------------------------*/
input[type='text'], input[type='password'], input[type='file'], textarea, select {
    /*background-color: #f6f6f6;*/
    /*background-color: #f6f6f6;*/
    border: 2px solid #929292;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    padding: 6px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #000;
}

input[type='text'] {width: 90%}
input.medium {width: 33%}
input.fifty {width: 50%}
input.large {width: 95%; width: -moz-available;}

/*select {width: 95%}*/


.infobar {color: #8F8F8F; font-size: 0.833em; display: block; padding-bottom: 3px;}

.nested ul, .nested ol {margin-left: 2em}

span.vanadium-advice {margin-left: 15px}
span.vanadium-invalid {background: url("../icons/images/cross.png") no-repeat scroll left center transparent; padding:1px 0 1px 18px}

.upload {display: inline}
.realupload {position: relative;left: -21%;opacity:0;-moz-opacity:0;filter:alpha(opacity:0);z-index:2;width:20%;}
.fakeupload {background-image:url(../images/selectfile.png);background-position: 100% 50%;background-repeat:no-repeat;}


