/* ------------------------------------------------------------------------- */
/* ----------------------- MAIL FORM ----------------------------------------*/
/* ------------------------------------------------------------------------- */




.contactForm	{
		margin: auto;
                position: relative;
                width: 80%;
		}
		
.inputDefault	{
		font-size: 1em;
		font-family:Helvetica, sans-serif;
		width: 15em;
		margin-bottom: 5px;
		}
		
.textArea	{
		font-size: 1em;
		font-family:Helvetica, sans-serif;
		}
		
.submitBtn	{
		color: #f0f0f0;
		background-color: #0a0a0a;
		font-size: 1em;
		font-family:Helvetica, sans-serif;
		font-weight: bold;
		width: 180px;
		border-radius: 17px;
		border: 3px ridge #ffffff;
		
		padding-bottom: 15px;
		padding-top: 15px;
		}
		
.submitBtn:active	{
			text-decoration: none;
			border: none;
			}
		
.submitBtn:hover	{
			background-color: #2c2c2c;
			color: #ffffff;
			cursor:pointer;
			}
			
.submitBtn:active	{
			background-color: #141414;
			}			
			
button:focus 	{
		outline:0;		/* Removes Blue border on ACTIVE with Crome */
		}   













