/**
*  DO NOT EDIT THIS FILE
*/
/**
*/
#transparent {
   background-color: #3981CE;
   width: 100%;
   height: 500px;
   filter: Alpha(opacity=80);
   -moz-opacity: 0.8;
   position: absolute;
   z-index: 200;
   left: 0px;
   top: 0px;
   text-align: center;
   overflow: hidden;
}
#intercept {
   top: 60px;
   width: 600px;
   background: #FFFFFF;
   position: absolute;
   z-index: 205;
   padding: 15px;
   visibility: visible;
   border: 1px solid black;
   font-size: 12px;
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   filter: Alpha(opacity=100);
   -moz-opacity: 1;
}
#intercept form {
   margin: 0px;
   padding: 0px;
}
#intercept h3 {
   font-size: 15px;
   margin-top: 5px;
}
#intercept .button {
   background-image: url(/images/buttonBG.gif);
   background-repeat: repeat-x;
   border: 2px solid #5BB224;
   cursor: pointer;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#intercept a:link {
   color: #245892;
   font-weight: bold;
}
#intercept a:visited {
   color: #245892;
   font-weight: bold;
}
.redText {
   color: #952737;
}
#close {
   font-size: 10px;
   float: right;
}
.boldRed {
   color: #952737;
   font-weight: bold;
}
.enterEmail {
   font-size: 12px;
   color: #952737;
   font-weight: bold;
}
#intercept2 {
   top: 60px;
   width: 600px;
   background: #FFFFFF;
   position: absolute;
   z-index: 205;
   padding: 15px;
   visibility: visible;
   font-size: 12px;
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   filter: Alpha(opacity=100);
   -moz-opacity: 1;
}
#postLoginInterceptBG {
   width: 600px;
   height: 319px;
   background: url(/retail/components/images/postLoginInterceptBG.jpg) center no-repeat;
}
