/* 
 wFORMS 2.0 Stylesheet - Time-Track Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
/*form { padding: 5px; }*/
/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset { border: 3px double #CCC; overflow: auto; }
legend { padding: 2px 5px; color: #666666; font-weight: bold; }

/* Combo Label + Input Field =========================================================== */
form .oneField { line-height: 140%; }
form .inlineSection .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 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #666666; margin: 0; }
/* Text inputs / Select label */
label.preField { display: -moz-inline-box; display: inline-block; margin: 0.6em 4px 0 0; padding: 0 2px; min-width: 6em; border-bottom: 1px dotted #aaa; }
/* Radio / Checkbox group label */
form .label  { display: block; margin: 0.6em 4px 0.5em 0; padding: 0 2px; border-bottom: 1px dotted #aaa; }
/* Individual Checkbox / Radio label */
label.postField  { margin: 0 8px 0 2px; font-size: 90%; }

/* Boton ======================================================================== */
.submit {background-color:#999999; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; border: 1px dotted #FFFFFF; margin-left:390px; height:20px;}

/* Inputs ======================================================================== */
#contactoForm { margin-top:22px;}
#contactoForm textarea { padding: 0; vertical-align: top;	margin: 2px 2px 1px 0; background:#78E3FF; color: #717871; }
#contactoForm input {	margin: 0 2px 0 0; background:#78E3FF; color: #717871; margin-bottom:5px;}
#contactoForm input[type=text], input[type=password] { }
#contactoForm select { margin: 0 2px 0 0; background:#78E3FF; color: #717871; margin-bottom:5px; width:147px; }
.inlineSection .oneField select { margin: 0 2px 1px 0 !important; }
.gridSection select  { margin: 0 !important; }

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions { margin: 1em 0;	font-style: italic; }
/* Asterisk on required fields */
form .reqMark {	color: #333; padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* 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('9em');
}