/*
Custom CSS for popup content
*/

.popup_content h3 {
	font-weight: bold;
	margin-top: 1em;
}

.popup_content h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}

#contact_form input[type=text] {
	border: 1px solid #000;
	width: 97%;
	margin-bottom: 10px;
	padding: 5px 1%;
}

#contact_form textarea {
	width: 97%;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px 1%;
	height:100px;
}

#contact_form {
	padding-bottom: 20px;
}

#contact_form input[type=submit], #contact_form button {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
	text-transform: uppercase;
	border: none;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
}

.contactColumn {
	width: 100%;
	float: none;
}

@media screen and (min-width: 640px) {
	.contactColumn {
		width: 260px;
		float: left;
		margin-right: 7px;
	}
}