div.customPopUp{
z-index: 999999;
width:100%;
height:100%;
top: 0;
left:0;
right:0;
bottom:0;
opacity: 1;
background-color:rgba(0,0,0,0.8);
position: fixed;
display: none;
}
div.customPopUpContent{
z-index:20;
width:50%;
margin-left:25%;
margin-right:25%;
margin-top:6.5%;
position: fixed;
border-radius: 5px;
padding: 0;
background-color: #ffffff;
}
div.popUpClose {
background-color: inherit;
cursor: pointer;
margin-left: 0;
margin-top: 0;
position: absolute;
right: 30px;
top: 30px;
z-index: 21;
}
.modelHeader {
border-bottom: 1px solid #e5e5e5;
min-height: 16.43px;
padding: 0px;
position:relative;
background:#f4f4f4;
border-radius: 5px;
}
.popup_logo {
text-align:center;
}
.popup_heading {
color: #0047bc;
font-size: 28px;
font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
font-weight: bold;
text-transform:uppercase;
text-align:center;
line-height: 38px;
padding: 0 10% 30px 10%;
letter-spacing: 2px;
}
.popup_heading span {
color:#b9b9b9;
}
.popUpData form p {
margin-bottom:30px !important;
}
.popUpData form input[type="text"] {
width: 100%;
background: #f0f0f0;
display: inline-block;
border: none;
padding: 20px !important;
height:auto !important;
font-size: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: normal;
}
.popUpData form input[type="submit"] {
width: 100%;
background: #a91500;
display: inline-block;
border: none;
padding: 20px;
font-size: 18px;
color:#FFF;
text-transform:uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
}
.popUpData form input[type="submit"]:hover, .popUpData form input[type="submit"]:focus {
background:#000; 
}
.no_thanks {
width:100%;
display:block;
text-align:center;
}
.no_thanks a {
color:#000;
text-transform:uppercase;
text-decoration:underline;
}
.no_thanks a:hover, .no_thanks a:focus {
color:#0047bc;
text-decoration:none;
}
.close {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
color: #000;
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
opacity: 0.2;
text-shadow: 0 1px 0 #fff;
}
.modelTitle {
line-height: 1.42857;
margin: 0;
}
.popUpInput {
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: block;
font-size: 14px;
height: 34px;
line-height: 1.42857;
padding: 6px 2%;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width:96%;
margin-bottom: 10px;
}
.popUpData {
float: left;
padding: 40px 5% 20px;
position: relative;
width: 90%;
}
.popUpData form{padding:0%; width: 100%;}
.popUpButton {
background-color: #fed136;
border-color: #fed136;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-top:15px;
border: 1px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
#ic_signupform .elcontainer .submit-container {
padding: 25px 0 0 0 !important;
}
.customPopUp label {
font-size: 100%;
font-weight: bold;
color: #5a5a5e;
}
#ic_signupform .elcontainer .formEl {
width:100% !important; 
padding-right:0px !important;
right:0px !important;
}