/*** Microloader Styles ***/
	
	
/* =Hand Coded CSS
-------------------------------------------------------------- */
					
/* It helps to have pointer when something should be clicked */
input[type=submit] {
	cursor: pointer;
}

/* Disable webkit form field highlighting */
*:focus {
	outline: none;
}


/* =Contact Form 7
-------------------------------------------------------------- */

