/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Default Theme: March 2005										
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cédric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

/* please refrain from overwriting CSS outside of the #formGarden div */

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

.widget {
	overflow: hidden;
	float: expression('left');
	position: relative;
}

form {
	height: expression('1%'); /* IE Pick-a-boo bug fix */
}

fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 0;
	background-color:#fff;
	margin: 20px 0;
	border: 0px solid #eee;
}




label.preField, .label  { display: -moz-inline-box; display: inline-block;	
width: expression('12em'); /* Min-width for IE6 */ } .label { display: block; 
width: auto; }


label{

	font-family: Arial;
	width: 12em;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	float: left;
	color: #888;
}

input{

	padding:0 0 0 2px;
	width: 13em;
	float: left;
	margin: 1px 0 0 0;
	color: #888;
	border: 1px #ccc solid;
}

input.submit_image {
	margin: 0;
	padding: 0;
	border: 0px solid white;
	width: 67px;
	height: 13px;
}
input.submit_image_upd {
	margin: 0;
	padding: 0;
	border: 0px solid white;
	width: 108px;
	height: 13px;
}

input.submit_image_pass {
	margin: 0;
	padding: 0;
	border: 0px solid white;
	width: 88px;
	height: 13px;
}

input.submit_image_send {
	margin: 0;
	padding: 0;
	border: 0px solid white;
	width: 104px;
	height: 13px;
}

input[type="submit"]{

	padding:0 0 0 2px;
	width: 13.3em;
	float: left;
	margin: 1px 0 0 0;
	color: #888;
	background-color: #eee;	
}

 select {
	width: 13.18em;
	float: left;
	margin: 1px;
	color: #888;
	border: 0px #ccc solid;
 }

.chk {
	width: 1.2em;
}

.form_error {
	margin: 0px 0 0 6px;
	float:left;
}

textarea {
	
	font-family: Arial;
	font-size: 13px;
	width: 18em;
	height: 10em;
	float: left;
	margin: 1px;
	margin-bottom: 5px;
	color: #888;
	border: 1px #ccc solid;
	
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	margin: 1px 0 5px 0;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: inline;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 230px;
	min-height: 2em;	
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #ddd;
	float: right;
	clear: right;
	width: 230px;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d {
	display: block;
}
.onstate-e, .onstate-f, .onstate-g {
	display: inline;
}
.onstate-h, .onstate-i, .onstate-j {
	display: inline;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	text-align: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}

.three {
	width:45em;
	list-style:none;
	padding:0px;
	margin:0px;
}
.three li {
		width:15em;
		height:4.8em;
		position:static;
		float:left;
		margin:0px;}
}

















