#rsvpBtn {
	width: auto;
	text-transform: uppercase;
	position: relative;
	clear: both;
	color: white;
	background-color: #2F2E2F;
	margin: 20px auto 0 auto;
	padding: 20px;
	cursor: pointer;
	
	font-weight:400;
	text-align: center;
	font-size: 14pt;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}
#rsvpSubmit {
	/*position: relative;
	float: right;
	display: block;
	border: 0;
	margin-top: 6px;
	box-sizing: border-box;
	color: white;
	background-color: #999;
	cursor: pointer;
	padding: 20px;
	font-size: 14pt;
	
	font-weight:700;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out*/
	float: right;
	cursor: pointer;
	padding-top: 12px;
}
#rsvpBox {
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 0px 35px 20px 20px;
	
	font-size: 13pt;
	text-align: left;
}

#rsvpBox textarea, #rsvpBox input[type=text], #rsvpBox input[type=number], #rsvpBox input[type=email] {
	padding: 0 5px;
	margin: 0;
	display:block;
	width: 100%;
	height: 28px;
	font-family: 'Quattrocento';
	font-weight:400;
	font-size: 12pt;
	border: solid 1px #999;
	box-sizing: border-box;
}
#rsvpBox textarea{
	resize: none;
	padding: 5px 5px;
	height: 60px;
}
.t_rsvp span {
	margin-top:10px;
}

.t_rsvp {
	font-size: 13pt;
}

#rsvpBox p{
	margin-top:0px;
	margin-bottom:15px;
}

.g-recaptcha {
	position:relative;
	padding:0;
	width: 285px;
	margin:10px auto 0 auto;
	/*border: solid 5px black;*/
}

.cselect {
	font-family: 'Quattrocento';
    font-size: 11.5pt;
    margin: 0;
    background-color: #ffffff;
    color: black;
    opacity:1;
    -moz-appearance: none;
  	-webkit-appearance: none;
    border:2px solid #2F2E2F;
    padding: 0 20px 0 2px;
	width: auto;
	height:33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}
.custom-dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.custom-dropdown:before, .custom-dropdown:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.custom-dropdown:after {
  	content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	
    font-size: 12px;
    height: 1em;
    line-height: 1;
    margin-top: -8px;
    right: 3.5px;
    top: 55%;
    color:#fff;
}
.custom-dropdown:before {
    bottom: 0;
    right: 0;
    top: 0;
    width: 20px;
    background-color: #2F2E2F;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
#sent_message {
	display:none;
	margin-top: 10px;
	margin-bottom: -2px;
	background-color: #70C8B3;
	color:white;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#sent_message h3 {
	margin-top:1px;
	color: white;
}