#spopup {
background: #ffffff; 
border-radius: 4px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-moz-box-shadow: inset 0 0 3px #333; 
-webkit-box-shadow: inset 0 0 3px #333; 
box-shadow: inner 0 0 3px #333; 
padding: 12px 14px 12px 14px; 
width: 300px; 
position: fixed; 
bottom: 13px; 
right: 2px; 
display: none; 
z-index: 999999;
box-sizing: border-box;
}

#spopup h3 {
font-size: 18px; 
font-family: sans-serif; 
color: #0057a8;
margin:0;
padding: 0;
}

#spopup input[type=text],
#spopup input[type=email] {
	width: 100%; 
	margin: 5px 0 0 0; 
	padding: 5px; 
	color: #0057a8;
	box-sizing: border-box;
}

#spopup button {
	width: 100%;
	max-width: 100px;	
	margin: 5px 0 0 0; 
	padding: 5px; 
	border: 1px solid; 
	font-weight: 600; 
	font-size: 14px; 
	color: #ffffff; 
	background-color: #00a952;
}

#spopup #hatchbuck-form div {
	text-align: center;
}

#spopup #errorMsg {
	display: none;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	margin: 0;
	padding:0;
	text-align: center;
}