/* @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); 

			*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; }
			*/
			#popup_title { padding: 0px 0;
    font-weight: 400;
    text-align: center;
    background-color: #034577;
    border-bottom: 1px solid #020202;
    height: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;}
	  
	  
			.popup_survey {
			margin-left:20px;
			}
			/*
			.main { margin: 0 auto; padding: 40px 20px; max-width: 960px; font-size: 19px; line-height: 30px;}
			.main a { color: #DB7580; text-transform: none; }
		
			
			/* Styling the Popup Window */
			.popup-trigger { color:#000;}
		  	.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 0px 0px;
  					background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 2px solid #D73C0F; z-index: 9999;font: 14px 'Open Sans', sans-serif;}
			
			
  			.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
  		    .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	
			
			.popup p{
	padding:0px;
        color: #000;
	margin-bottom:10px;
	font-size:16px;
	text-align:justify;
	margin-right:20px;
	}
.popup-input {
        padding: 0px!important;
	font-size:16px;
	height:30px;
	margin-top:5px;
	width:300px;
	/*margin-left:20px;*/
}
.popup-submit {
	font-size: 16px;
    height: 30px;
    margin-top: 5px;
/*  width: 300px;
    background-color: #12A917; */
    color: #fff;
    font-weight: bold;
	background-color:#034577;
	width:200px;
	/*margin-left:20px;*/
}

.help-block {
margin-left:20px;
color:red;
}
#notify_message{
	color:red;
	margin-left:20px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.popup_survey form .error {
    min-height: 0px!important;
}

form .error {
    min-height: 0px!important;
}


.success
{
	color:#12A917;
}

.popup_tc {
font-size:12px!important;
}			