﻿form
{
	padding: 10px;
	color: #333333;
	background-color: #FFFBFB;
	background-repeat: repeat-x;
	background-position: top left;
	border: 3px double #FEEDED !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset
{
    padding: 10px 10px;
	margin: 20px 0;
	border: 3px double #ccc;
	background-color: #FEEDED;
}
legend
{
	padding: 2px 5px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
/* Combo Label + Input Field =========================================================== */
form .oneField
{
    padding: 0;
    margin-right: 4px;
    white-space: nowrap;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice
{
    white-space: nowrap;
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label
{
    color: #333333;
	font-size: small;;
}
/* Text inputs / Select label */
label.preField
{
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 2px;
	min-width: 15em;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label
{
    display: block;
    margin: 0.6em 4px 0 0;
    padding: 2px;
    font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField
{
    margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .oneField
{
    display: -moz-inline-box;
    display: inline-block;
    margin: 0.6em 4px 0 0;
    padding: 0 2px;
    min-width: 9em;
    font-weight: bold;
    white-space: normal;
}

/* Inputs ======================================================================== */

textarea
{
    padding: 0;
    vertical-align: top;
    margin: 2px 2px 1px 0;
}
input[type=text], input[type=password], input[type=file]
{
	margin: 2px auto 2px auto;
	padding: 4px;
}
input[type=text], input[type=password], input[type=file]
{
	border: 1px solid #666666;
}
select
{
    margin: 2px 2px 1px 0;
    padding: 0;
}
.oneField select
{
    margin: 0 2px 1px 0 !important;
}
.gridSection select
{
    margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions
{
    text-align: center;
    margin: 20px 0 10px 0;
}
/* Submit button */
form .primaryAction
{
    padding: 4px 15px;
    font-weight: bold;
    text-align: right;
}
/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions
{
    margin: 1em 0;
}
/* Asterisk on required fields */
form .reqMark
{
	color: #333333;
	padding: 0 2px;
}
/* Notas de campos */
form .reqNota
{
	margin: 10px 0 10px 0px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld
{
    background:#FFC;
	border:1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg
{
	color:#F00 !important;
	display:block;
	padding-left:15px;
	background:url("../img/halt.png") 0 3px no-repeat;
}
/* Field-Hint with focus */
form .field-hint
{
    padding: 8px 0 0 0;
    color: #CCC;
    float: right;
    clear: right;
    width: 150px;
}
/* Field-Hint without focus */
form .field-hint-inactive
{
    padding: 8px 0 0 0;
    color: #666;
    float: right;
    clear: right;
    width: 150px;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat
{
    margin: 3px 0;
    padding-right: 6px;
    border: 1px dotted #ddd;
    background-color: #253434;
}
input:hover, textarea:hover, input[type=file]:hover
{
	background-color: #F0F0F0;

}
input:focus, textarea:focus, input[type=file]:focus
{
	background-color: #FFFFFF;
}
.Field
{
	margin-bottom: 5px;
	color: #000000;
}
ul {
	list-style-type:none;
	padding-left:0;
}
li {
	font-weight:bold;
}
.note ul {
	list-style-type:square;
	padding-left:25px;
}
.note li {
	font-weight:normal;
	color:#555;
}
#sendstatus
{
    font-weight: bold;
    padding: 20px;
    margin: 5px;
}
#status
{
    border: #ffffff 1px solid;
    font-weight: bold;
    padding: 2px;
}
/* IE6 BUG FIXES ==================================================================== */
form
{
    height: expression( '1%' ); /* IE Pick-a-boo bug fix */
}
form fieldset
{
    position: expression( 'relative' ); /* Fixes IE problem with fieldset+legend boundaries */
    margin-top: expression( '1em' );
    padding-top: expression( '1.5em' );
    overflow: expression( 'visible' );
}
form fieldset legend
{
    position: expression( 'absolute' );
    top: expression( '-.5em' ); /* Fixes IE problem with fieldset+legend boundaries */
    left: expression( '.5em' );
}
form .inlineSection .oneField
{
    display: expression( 'inline-block' );
}
label.preField, form .inlineSection .oneField .inlineLabel
{
    width: expression( '12em' );
}
.Field
{
    margin-bottom: expression( '0px' );
}