@charset "UTF-8";
/* CSS Document */




/* Mobile Layout: 480px and below. */


label 
{
    display:block;
    margin-top:10px;
}

/* Centres the form within the page */
form 
{mmargin-left: 2%;
    width:95%;
}


/* Styles the text boxes */


.ctct-form-required {
	width:70%;	
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	color: #999;
	margin-top:3px;
	outline:none;
	 border-radius: 28px;
  text-align:center;
  background-color:#f8f8f8;
  padding: 10px 20px;
  border: 1px  #d7d7d7 solid;
  outline: none;
  background: #f8f8f8;
	
	
}


textarea, file, select {
	width:70%;	
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	color: #999;
	margin-top:3px;
	outline:none;
	 border-radius: 28px;
  text-align:center;
  background-color:#f8f8f8;
  padding: 10px 20px;
  border: 1px  #d7d7d7 solid;
  outline: none;
  background: #f8f8f8;
	
	
}



/* Styles the text area boxes (message field) */	
textarea 
{
	height:1.2em;

}


/* Styles the submit button */
#send {
	
 -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
 	width:180px;
	  font-family: 'Cabin', sans-serif;
	font-size: 18pt;
	font-weight:400;
	color: #fff;
	text-align: center;
	border:none;
	cursor:pointer;
	background-color:#ee7202;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 	
}

/* Styles the submit hover */	
#send:hover {
	opacity:0.9;
	background: #ff9940;
  text-decoration: none;
}

	
}

