/* 
 wFORMS 3.0 Stylesheet - NicerBlank Style - Aug. 2009
 See http://www.formassembly.com/wForms
 
 This stylesheet and the associated images are Copyright (c) 2005-2007 Veer West LLC (http://www.veerwest.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

Container {
	padding: 0 !important;
}

 h3   {} 
 form {
	padding: 10px !important;
	
}

/* Form Sections ======================================================================== */

/* Fieldset  */
 fieldset { 
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	margin-bottom: 20px;
}


 legend { font-style: italic; color: #333;}

/* Nested Fieldset  */
 fieldset  {	 border: 4px solid #ede9e4;
}
 fieldset fieldset legend {border: 1px solid #fff;}

/* Grid Section */
 form table {}
 form td {}
 form th {}
 form .alternate-1 {}
 form .alternate-0 {}

 .oneField { }

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

/* Base */
 label,  form .label { font-weight: bold;  margin-top: 15px;}

/* Text inputs / Select label */
 label.preField { 
	font-weight: bold;  
} 
 .labelsAbove .preField {
	margin-bottom: 2px;
}
/* Individual Checkbox / Radio label */
 label.postField  {   }

/* Label when inside an inline section */
 .inlineSection .oneField .inlineLabel { font-weight: bold; }

.oneField {
	margin-bottom: 20px
}

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

 textarea {
	background: #FFFFFF url(images/input_bg.png) repeat-x -2px -2px;
	border-color: #888888 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: 5px;	
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	width: 90%;
}

 .labelsRightAligned input,  .labelsRightAligned textarea ,
 .labelsLeftAligned input,  .labelsLeftAligned textarea {
	
} 
 input { 
	background: #FFFFFF url(images/input_bg.png) repeat-x -2px -2px;
	border-color: #888888 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	font-size: 80%;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 30px;

	}
	
	input#name, input#email { width: 90%; }
	
	.button { cursor: pointer; text-transform: uppercase; font-weight: bold; margin-top: 30px }
	
	label.error { font-size: 13px; color: #FF0004; font-weight: normal; float: left; margin-top: -30px;  }
	.message-wrap label.error { margin-top: 0px; float: none; }
	
	
/* checkbox / radio input */
 .oneChoice input {
	border: none !important;
	background: none !important;
}
 select {
	padding: 2px 0 2px 3px;
	margin: 1px;
	
}

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

 form .actions {}

/* Submit button */
 form .primaryAction { 
	background: #FFFFFF url(images/button_bg.gif) repeat-x scroll 0% 1em;
	color: #000;
	border-color: #999  #999 #555 #999;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		padding: 15px;
	
}
 form .primaryAction:hover { font-weight: normal; color: #665b4c; border-color: #666 #666 #222 #666; cursor: pointer;  }

/* Cancel button */
 form .secondaryAction { border: none; background: none; font-weight: normal; color: #000;  }
 form .secondaryAction:hover {  color: #f00;  }

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

 form .instructions {}				/* Form or Fieldset instruction paragraph. */
 form .reqMark {}						/* Asterisk on required fields */
	
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
 form .errFld {	
	border: 1px solid #FFBBBB;	
}
 form div.errFld { }
/* Styling for message associated with a validation error. */
 form .errMsg {	
	color: #CC3333 !important;
}


/* Field-Hint with focus */
 form .field-hint { color: #CCC; }
 .hintsTooltip .field-hint { background-color: #fffbb8; color: #333; border-width: 1px; border-style: solid; border-color: #ffc20d; }

/* Field-Hint without focus */
 form .field-hint-inactive { color: #666; }

/* Repeat Behavior divs (when not set on a fieldset) */
 form div.repeat {}
 form div.removeable {}

/* Links generated by the Repeat Behavior */
 form .duplicateLink {}
 form .removeLink {}

/* Paging behavior buttons div */
 form .wfPagingButtons {}