/*
	Forms & Inputs Stylesheet
	--------------------------
	Site: One Mighty Roar 
	URL: www.onemightyroar.com
*/

/*
	Color Swatch
	--------------------------
	Deep Purple - 574AAE
	Background Gray - F7F7F7
	Almost Black - 111111
	
*/
		    
	label{ font:italic 10pt "Georgia",Arial,sans-serif; color: #555; padding: 6px 0 5px 0; margin-bottom:10px; }
		label.red{  color:#E8514A; }
	
	.half-fields{ width:50%; }
	.input-wrapper{padding:5px; border:1px solid #bbb; margin:5px 0 15px 0; border-top:2px solid #bbb;}	
		.input-wrapper input, .input-wrapper textarea{ border:none; background:#fff; width:100%; font:12px Tahoma, Verdana,sans-serif; }
			.input-wrapper textarea{ resize:none; overflow-x:hidden; overflow-y:auto; }
			.input-wrapper input:focus, .input-wrapper textarea:focus{ border:none; outline: none; }
	
.msgreceipt{ width:100%; font: 24px Georgia; color:#7065B9;  padding:10px 0px 10px 0px; margin-bottom: 15px; text-align:left; }/*h2?*/

	#submit{ float: right; }