/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2019 | 15:22:39 */
#two-column1{
	width: 100%;

  border:5px solid #005b34;
 padding-left:5%
}
#two-column1 p{
	margin-bottom: 10px;
}
#two-column1 input[type="text"]{
	border-bottom:3px solid #005b34;
	font-size :14px;
	width: 95%;
	padding: 5px;
}
#two-column1 button, select{
	border-bottom:3px solid #005b34;
	font-size :14px;
	width: 95%;
	padding: 5px;
}
#two-column1 textarea {
    position: relative;
    padding: 5px;
   border-bottom:3px solid #005b34;
    width: 95%;
  height:4em;
}
#two-column1 #headfont1{
  font-size:20px ;
  font-weight:bold;
  text-align:center;
}
#two-column1 input[type="submit"]{
  	background:#005b34;
	color:#fff;
	border: 1px solid #fff;
}
