/* -----------------------------------------
   Standard Forms
----------------------------------------- */

	label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-bottom: 9px; }
	
	input, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
	input, textarea, select { display: block; margin-bottom: 9px; }
	label + input, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }
	
	/* Text input and textarea font and padding */
	input, textarea {
		font-family: 'DIN Next W01 Regular',"Courier New",Helvetica, Arial, sans-serif;
		font-size: 13px;
		padding: 4px 3px 2px;
		outline: none !important;
		background: #fff;
	}

	input.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
	input:focus, textarea:focus { background: #f9f9f9; }
	
	/* Inlined Label Style */
	input.placeholder, textarea.placeholder { color: #888; }

	/* Text input and textarea sizes */
	input, textarea { width: 254px;  }
	input.small, textarea.small { width: 134px; }
	input.medium, textarea.medium { width: 254px; }
	input.large, textarea.large { width: 434px; }
	
	/* Fieldsets */
	fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }
	
	/* Errors */
	input.red { border-color: red; background-color: rgba(255,0,0,0.15); }
	label.red { color: red; }
	small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: red; width: 260px; }
	
	.small + .error { width: 140px; }
	.medium + .error { width: 260px; }
	.large + .error { width: 440px; }
	
	/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */
	#mc_embed_signup {
		overflow: visible;
	}
	
	
	input, input[type="password"], input[type="search"], isindex, textarea {
		font-family: 'DIN Next W01 Regular',"Courier New",Helvetica, Arial, sans-serif;
		font-size: 12px;
		padding: 3px 0 2px 4px;
		background-color: #f8f8f8;
		width: 100%;
		border: solid 1px #eee;
	}


		
	input:focus, textarea:focus { background-color: #f9f9f9; }
	
	fieldset { }
	
	small.error { padding: 6px 4px; border: solid 0px red; border-width: 0px 1px 1px 1px; margin-top: -10px; background: red; color: #fff; font-size: 12px; font-weight: bold;  }
	
	.small + .error { width: 132px; }
	.medium + .error { width: 252px; }
	.large + .error { width: 432px; }	