/* 
 wFORMS Extension Stylesheet - formassembly.com					
 TimeTrack Theme: Aug. 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 */
/* ================== */

html { 
	margin: 0px; 
	padding: 0px; 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

fieldset { 
	padding: 4px 13px;
	margin: 10px 0;
	border: 1px solid #ccc;
	background-color: #FFF; 

}

legend {
	padding: 0.2em 0.5em;
	color: #286ea0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
 	border: 1px solid #ccc;
	background-color: #FFF;
	font-family: sans-serif;
}

panelGrid {
	padding: 0px 0px;
	margin: 0px 0px;
}

form {
	padding: 0px 0px;
	margin: 0px 0px;
}
