*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.venue-form {
	position:relative;
	padding:10px;
	border-radius:10px;
}

.venue-form:before,.venue-form:after {
	content:" ";
	display:table;
}

.venue-form:after {
	clear:both;
}

.venue_cms_form_separator_label {
	font-weight:700;
	border-bottom:#00A960 solid 2px;
}

.venue-column {
	width:50%;
	padding:5px;
	float:left;
}

.venue-row {
	width:100%;
	padding:5px;
}

.venue_cms_form_label {
	font-weight:700;
}

.venue-form input,.venue-form textarea,.venue-form select {
	font-family:'Lato',Calibri,Arial,sans-serif;
	line-height:1.5em;
	font-size:1em;
	padding:5px 10px;
	margin:10px 0;
	color:#000;
	width:100%;
	background:#fff;
}

.venue-form input[type="checkbox"],.venue-form input[type="radio"] {
	width:auto;
}

.venue-form input,.venue-form textarea {
	border:3px solid #ccc;
}

.venue-form textarea {
	min-height:90px;
}

.venue-form input:focus,.venue-form textarea:focus,.venue-form label:active + input,.venue-form label:active + textarea {
	outline:none;
	border:3px solid #00A960;
}

.venue-form select:focus {
	outline:none;
}

::-webkit-input-placeholder {
	color:#bbb;
	font-style:italic;
	text-transform:uppercase;
}

:-moz-placeholder {
	color:#bbb;
	font-style:italic;
	text-transform:uppercase;
}

::-moz-placeholder {
	color:#bbb;
	font-style:italic;
	text-transform:uppercase;
}

:-ms-input-placeholder {
	color:#bbb;
	font-style:italic;
	text-transform:uppercase;
}

/* iOS forces rounded corners and glare on inputs */
input[type="submit"] {
	-webkit-appearance:none;
}

.venue-submit-wrap {
	text-align:center;
	clear:both;
}

.venue_cms_form_submit {
	text-align:center;
}

.venue-form input[type="submit"],input[type="cancel"],input[type="reset"],input[type="button"],.qq-upload-button {
	background-color:#00A960;
	color:#FFF;
	width:auto;
	font-size:1.5em;
	line-height:2em;
	font-weight:700;
	overflow:hidden;
	padding:6px 24px;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	box-shadow:0 0 1px #729EC7;
	white-space:nowrap;
	border:#00A960 solid thin;
	border-radius:10px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.venue-form input[type="submit"]:hover,input[type="cancel"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.qq-upload-button:hover {
	background-color:#00735F;
	text-decoration:none;
	border:#00735F solid thin;
}

.footer-form {
	background-color: #167260;
}

.footer-form p {
	padding: 0;
	margin: 0;
}

.footer-form input[type="submit"] {
	background-color:#00A960 !important;
	border:#FFF solid thin;
	padding:6px 10px;
	line-height:1.25em;
}

.footer-form input[type="submit"]:hover {
	background-color:#E6BC41 !important;
	border:#FFF solid thin;
}

@media screen and (max-width: 874px) {
	.venue-column {
		width:50%;
	}
	
	.venue-column:nth-child(3) {
		width:100%;
	}
}

@media screen and (max-width: 874px) {
	.venue-column {
		width:100%;
		padding:10px;
	}
}

input.invalid,textarea.invalid,div.invalid {
	border-color:red;
}

div.invalid {
	border-radius:5px;
	border:red solid 3px;
	padding:10px;
	margin:10px 0;
}

.venue_cms_form_required {
	color:green;
	font-style:italic;
}

.alert_message_container {
	font-size:16px;
	color:#296a3d;
	background-color:#40E172;
	border-radius:5px;
	border:1px rgba(102,204,65,1) solid;
	height:auto;
	margin:10px;
	clear:both;
}

div.alert_message_container.content_sidebar_fix,div.alert_error_container.content_sidebar_fix {
	margin-right:320px;
}

.alert_error_container {
	font-size:16px;
	color:#C00;
	background-color:#FFCECE;
	border-radius:5px;
	border:1px #F4B0B0 solid;
	height:auto;
	margin:5px 100px;
}

.alert_message,.alert_error {
	padding:7px 40px;
}

.alert_message a,.alert_error a {
	text-decoration:underline;
}

.alert_message a:hover,.alert_error a:hover {
	text-decoration:none;
}