/* 
 wFORMS 2.0 Stylesheet - Post-It Theme v3 by Jason Shore (www.shoremark.com) - 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 Jason Shore (http://www.shoremark.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/



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

textarea {
	padding: 7px;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	border: 2px solid #e2e2e2;
	font-family:courier;
	font-style:normal;
	font-weight:normal;
	margin:6px 10px 6px 0;		
}

input[type=text], input[type=password],input[type=file]{
	border: 2px solid #e2e2e2;	
	padding: 4px;
	font-family:courier;
	font-style:normal;
	font-weight:normal;
	margin:6px 10px 6px 0px;	
}

input [type=submit]
{ 
color:#fff; 
background-color: #D7E5F2; 
font-size:150%;

}


select  
{ 
 background-color: #ffffff; 
 color: #555555; 
 border: 2px solid #ccc;
 font-size:110%;
 font-family: tahoma,verdana; 
 margin:10px 15px 10px 0 ;	
 vertical-align:middle;
 }
 





