@CHARSET "UTF-8";

#inescrmform input:focus, #inescrmform select:focus {
  outline: none !important;
  border:1px solid #c8b221;
}

#inescrmform .column input.col-50, #inescrmform .column select.col-50{
  float: left;
  width: 49%;
  margin-right: 1%;
}

#inescrmform .row .col-100{
	width: 99%;
	margin-right: 0.5%;
}

/* Clear floats after the columns */
#inescrmform .row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

#inescrmform .column-size-sm {
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}

#inescrmform .send-button:hover {
	background-color: #c8b221;
  color: #ffffff;
  border-color: #c8b221;
}

#inescrmform .send-button{
	background-color: rgba(200,178,33,0);
  color: #c8b221;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c8b221;
  border-radius: 25px 25px 25px 25px;
  padding: 5px 25px 5px 25px;
}
#inescrmform .submit-button {
	float: right;
}

#inescrmform #captchaDiv img {
	height: 50px;
	width: 200px;
}
#inescrmform #captchaDiv p {
	margin-bottom: .6em !important;
}