/* CSS Document - Formularios - 09/09/2008 - 18:40h */

.forms { width:100%;/*width: 28em;*/ }

/*form * {font: 1em Verdana;}*/

fieldset {  border:1px solid #ccc; border-left:none; border-right:none; padding:20px; }

legend { color:#297CB5; }

label {display: block; width: 28em; float: left; position: relative; text-align: right; margin-bottom:15px;}

label input, label select, label textarea {vertical-align: middle; width: 12em; margin: 3px;}

input[type="submit"] {clear: left; margin: 0 auto; display: block;}

.submit {clear: left; margin: 0 auto; display: block;}

