.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:400;
	border-bottom:#F78B00 solid 2px;
}

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

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

.venue_cms_form_value {
	padding: 0 5px;
}

.venue_cms_form_label, label {
	font-weight:bold;
	font-size: 1.25em;
	text-transform: uppercase
}

.venue-form input,.venue-form textarea,.venue-form select {
	font-size:16px;
	padding:8px 8px;
	margin:10px 0;
	color:#000;
	width:100%;
}

.dob select {
	width: 32%;
}

body.mobile .dob select {
	width: 100%;
}

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

.venue-form input,.venue-form textarea {
	border:3px solid #f5f5f5;
	background-color: #FFF;
}

.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 #F78B00;
}

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

::-webkit-input-placeholder {
	color:#818181;
	font-style:normal;
	text-transform: uppercase;
}

:-moz-placeholder {
	color:#818181;
	font-style:normal;
}

::-moz-placeholder {
	color:#818181;
	font-style:normal;
}

:-ms-input-placeholder {
	color:#818181;
	font-style:normal;
}

/* 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 {
	color:#FFF;
	width:auto;
	font-size:18px;
	font-weight: bold;
	overflow:hidden;
	padding:8px 8px;
	margin:10px 0;
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	letter-spacing:1px;
	white-space:nowrap;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	-o-transition:background .3s ease;
	transition:background .3s ease;
	background: #fd9901;
	background: -moz-linear-gradient(top,  #fd9901 0%, #ea7500 100%);=
	background: -webkit-linear-gradient(top,  #fd9901 0%,#ea7500 100%);
	background: linear-gradient(to bottom,  #fd9901 0%,#ea7500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9901', endColorstr='#ea7500',GradientType=0 );
	border:none;
}

.venue-form input[type="submit"]:hover,input[type="cancel"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.qq-upload-button:hover {
	background:none;
	background-color:#FFF;
	text-decoration:none;
	border:none;
	color: #EA7500;
	box-shadow: inset 0px 0px 0px 2px #EA7500;
}

body.mobile .venue-column {
		width:50%;
	}

body.mobile .venue-column .venue-column {
		padding: 0 !important
	}

body.mobile .venue-column {
		width:100%;
	}

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

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

.venue_cms_form_required {
	color:#bd0000;
	font-style:italic;
	font-size: .7em
}

.alert_message_container {
	font-size:16px;
	color:#FFF;
	background-color:green;
	border-radius:5px;
	height:auto;
	margin:5px 10px;
	clear:both;
}

.alert_error_container {
	font-size:16px;
	color:#FFF;
	background-color:#bd0000;
	border-radius:5px;
	height:auto;
	margin:5px 10px;
}

.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;
}