.ui-widget-header {
    border: none;
    background: none;
}

.modal-buttons {
	color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px !important;
}
#div_msg {
    width: 100%;
}
#subscribe-button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
}
#popup-heading {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(51, 51, 51);
}
#popup-email-label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;font-weight: 700;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;line-height: 1.42857;
	color: rgb(51, 51, 51)
}
#email {
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
	padding: 6px 12px; 
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width:50%
}
#txtCaptcha1 {
	font-size: 14px; 
	line-height: 1.42857; color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset; 
	padding: 6px 12px; 
	border-width: 1px; border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial; border-radius: 4px; 
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}