/*
logicalit.com css newsletterpopup module 
*/
.popupnews-wrapper {
	max-width:600px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#popupnews-form input[type="email"],
#popupnews-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#popupnews-form {
	background:#FFC100 url('/img/newsletter-bg.jpg') no-repeat;
	padding:25px;
background-size:cover;
min-height:320px;
}
@media (max-width: 560px) {
#popupnews-form {
min-height:230px;
}
}
#popupnews-form input[type="email"] {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:15px 0 5px;
	padding:13px;
	border-radius:5px;
}
#popupnews-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	margin:0 0 5px;
	padding:13px;
	border-radius:5px;
}

#popupnews-form input:focus {
	outline:0;
	border:1px solid #999;
}
#popupnews-form .error  {
	color: red; 
}
#popupnews-form .closefancybox  { 
  color: #EC1B23;
  text-decoration: underline;
}
#popupnews-form .closefancybox a:hover { 
  color: #FFFFFF;
  text-decoration: underline;
}
#form-success {
width: 102%;
    height: auto;
    min-height: 270px;
    padding-top: 18%;
    background: #FFC100;
    font-size: 30px;
    color: #EC1B23;
    margin: -2%;
}
::-webkit-input-placeholder {
    color:#FFFFFF;
}
:-moz-placeholder {
    color:#FFFFFF;
}
::-moz-placeholder {
    color:#FFFFFF;
}
:-ms-input-placeholder {
    color:#FFFFFF;
}
