#quick_signup {
	
	background-color: #00a8cb;
	height: 240px;
}
.content{
	padding: 10px 10px 0px 10px;
	background-color: #00a8cb;
}

#social-bar {margin-left: 10px;}
/* 2px blue border around email input with blue 'Subscribe' button to right */
#social-bar form input {
	border: 2px solid white;
        width: 200px;
	background-color: white; 
	height: 35px;
	margin-right:15px;
}

#social-bar form button {
	background-color: #ffc107; 
	color: black; 
	font: large;
	width: 100px;
	height: 35px;
	font-weight: bolder;
	font-size: large;
}

.inline {
	display:inline-block;
 }

