@charset "utf-8";
/* GLOBAL STYLE */

/* END GLOBAL STYLE */



/* this part of css style I used only to define window holder, if you dont need you can remove it */

/* END this part of css style... */



/* STYLE FOR TOP POP UP WINDOW */
.signup .drag-handle {
background:url("images/exitpopup_bg.gif") repeat-x scroll 0 0 transparent;
color:#DD0101;
font-size:22px;
height:46px;
line-height:46px;
text-align:center;
width:592px;
}
/* END TOP POP UP WINDOW */




/* CSS for IFRAME  HTML ELEMENTS */
.signup {
font-family: Arial, Helvetica, sans-serif;
padding: 0;
background:#fff;
border:4px solid #DD0101;
color: #6c6c6c; 
height:380px;
}
.signup span {
color:#DD0101;
float:left;
font-size:12px;
padding:0;
width:182px;
margin-top:20px;
}
.exitpop_text {
float:left;
width: 290px;
padding-left:15px;
}
.exitpop_text h2 {
font-size:30px;
font-weight:bold;
margin-bottom:15px;
margin-top:22px;
}
.form_content {
float: right;
width: 270px;
text-align: right;
padding-top: 84px;
padding-right:15px;
}
form#signup_form input {
width: 158px;
height: 22px;
border: 1px solid #767676;
margin: 0 0 7px 12px;
}
form#signup_form input.submit {
background: url(images/exitpopup_getintouch.gif) no-repeat;
height: 38px;
width: 157px;
cursor: pointer;
border: none;
font-size: 14px;
font-weight:bold;
text-align:center;
color:#fff;
/*text-indent: -9999px;*/
margin-top: 10px;
}
.signup label, .signup  p{
font-size:12px;
}
.signup label.error {font-size:10px; color:#DD0101; display:block;}
/* END CSS for IFRAME HTML ELEMENTS */
.exitpop_text p {margin:18px 0;}
