/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Bureaucrat Theme: April 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 {
	font-family: Verdana, Arial, Sans-Serif;
	border: 0px solid #e11a21;
	padding: 6px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	width: 393px;	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
	border: 3px solid #E4E3D3;	
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
	
}
fieldset fieldset legend {
	font-size: 110%;
}
label, .label {	
	color: #000000;
	font-size: small;
	margin: 0;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height: 20px;
	width: 393px; /* Min-width for IE6 */
	min-width: 9em;
	background-color: #7f6554;
	margin: 1px 1px 0 0;
	padding: 2px 0 0 5px;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 0 1px 0;
}
input {

}
.textfield {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
input[type=text], input[type=password] {
	width: 9em;
}
select {
	padding: 0;
	margin: 2px 0 1px 0;
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1em 0;
	font-style: italic;
}
/* 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 {

}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
	font-size: 11px;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
	font-size: 11px;
}
/* Field-Hint with focus */
.field-hint {
	color: #70523c;
	height: 14px;
	width: 393px; /* Min-width for IE6 */
	padding: 2px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: transparent;	
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #8d6c53;
	height: 14px;
	width: 393px; /* Min-width for IE6 */
	padding: 2px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: transparent;
}
/* Repeat Behavior  */
.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 3px;
}
.removeable {
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	padding-right: 3px;	
}
/* 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, onstate-e, .onstate-f, .onstate-g, .onstate-h, .onstate-i, .onstate-j {
	display: block;
}

.onstate-k, .onstate-l, .onstate-m, .onstate-n, onstate-o, .onstate-p, .onstate-q, .onstate-r, .onstate-s, .onstate-t {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	text-align: center;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}

/*Button*/
input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(http://www.macromedia.com/images/master/background_form_element.gif);
	background-repeat: repeat-x;
	height: 25px;
} 
/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}