/*========================*/
/*FORMS*/
/*========================*/
	
	form { padding:0px; margin:0px; }
	textarea { resize:none; }
	textarea:focus,input:focus,select:focus{ outline:0; }
	/*input:-webkit-autofill { -webkit-box-shadow:0 0 0px 1000px #EEE inset; }*/
					
	.FieldGroup { margin:0px 0px 12px 0px; }
	.FieldGroup .FieldLabel { color:#FFF; text-transform:uppercase; margin-bottom:2px; font-size:16px; }
	.FieldGroup .FieldObject { box-sizing:border-box; border:2px #333 solid; padding:6px; width:100%; background-color:#111; font-family:RobotoRegular; font-size:16px; color:#CCC; }
	
	.FormControl { text-align:right; }
	.FormControl .SubmitButton { border:none; padding:6px 32px 6px 32px; background-color:#333; font-family:RobotoMedium; font-size:16px; color:#999; text-transform:uppercase; border-radius:2px; transition:background-color 0.2s,color 0.2s; }
	.FormControl .SubmitButton:hover { background-color:#09F; color:#FFF; cursor:pointer; transition:background-color 0.2s,color 0.2s; }
	
	
	

	
	
	