#two-column{
	width: 550px;
}
#two-column #left{
	width: 250px;
	float: left;
}
#two-column #right{
	width: 250px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
  }
#two-column input[type="text"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
	width:250px;
}
#two-column select {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
}
#two-column input[type="submit"]{
	padding:6px 51px;
	background:#2c5a85;
	color:#fff;
	border: 1px solid #fff;
	
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  margin-right: 204px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}
 select {
   max-width: 98%;}
.sticky-popup{width: 320px;}
.popup-content{background-color:#96937f;}
.sticky-popup-right .popup-header{margin-top: 12%;}
.sticky-popup-right .popup-content{height: 450px;}
.sticky-popup .popup-header{background-color: #222222;}
.sticky-popup-right .popup-header{margin-top: 42%;}
span.wpcf7-not-valid-tip{padding: 0px 0 0px;}
div.wpcf7-validation-errors{border: 0px solid #f7e700;}
div.wpcf7-response-output{margin: 0em 0.5em 1em;padding: 0.2em 0em;}
div.wpcf7-mail-sent-ok {border: 0px solid #398f14;}