*{
outline:none;
}


#frmContact {
	font-size:1.1em;
	margin:15px 0 15px 0;
}

#frmContact input, #frmContact textarea, #frmContact select{
	margin:5px 0 5px 120px; 
	border:1px solid #0e100f;
	background-color:#cfcfcf;
	width:200px;
	
}


#frmContact div.check label{
	margin-left:0px;

	}


#frmContact div.row {
  padding:4px 10px 4px 0;
}



#frmContact label {
  position: absolute;
  margin-top: 5px;
  }

#frmContact textarea {
	font-size:1.1em;
	background-color:#cfcfcf;
	border:1px solid #0e100f;
	margin-left:120px;
	width:200px;
	}


#frmContact div.buttons {
  margin: 10px 0 0 0px;
  padding-bottom: 10px;
 

 }
 
#frmContact div.buttons input {
 	width:80px;
	border:1px solid #fff;
	}
 


#contactSubmit {
	cursor:pointer;
	border:1px solid #0e100f;
	}

#contactSubmit select {
	background-color:#cfcfcf;
		
	}

#notification {
	/*color:#cd0005;*/
	line-height:3em;
	}

