/*protection widget CSS*/
.dragContainer{
  background-color:Transparent;
  height:auto;
  width: 432px;
  border:none;
  background-repeat:no-repeat;
}

.dragHeader{
  background-color:Transparent; 
  height: 50px;
  width: 430px;
  background-repeat:no-repeat;
  cursor:move;
}

.dragBody{
  background-color:Transparent;
  height:auto; 
  width: 430px;
  border:none;  
}

#popupTitle{
  font-family:"Arial", Trebuchet MS, Helvetica, sans-serif;
  padding: 15px 0px 0px 5px; 
  display: none; 
  color: #00467f; 
  font-size: 22px; 
  float: left; 
  width: 280px; 
  background-color: Transparent;
  font-weight: bold;
}

#videoLogo {
  cursor: hand; 
  float: left; padding: 7px 5px 0px 8px; 
  background-color:Transparent;
}

#closeButton {
  cursor: hand; 
  float: right; 
  padding: 9px 8px 0px 0px;
  background-color: Transparent;
}

#videoLegal { display: block; min-height:20px; }

#videoCTA {
  width: 432px; background-image: url('/Allstate/content/refresh-images/widgets/bg_cta.jpg'); background-repeat: repeat-x; height:31px;
}

#popupCTA {}

.ctaDIV { color:#115288; font-size:16px; font-weight:bold; font-family:"Arial", MS Sans Serif, Sans-Serif; float:left; padding:8px 0px 0px 15px; }

.ff3 .ctaDIV { color:#115288; font-size:16px; font-weight:bold; font-family:"Arial", MS Sans Serif, Sans-Serif; float:left; padding:6px 0px 0px 15px; }

.ctaText {
  float: left; background-color: #ffffff;
}

.ctaBtn {
  cursor: pointer;
  float: right;
  padding:7px 13px 0px 0px;
  height:24px;
}

.legalDIV {
font-family:"Arial", Trebuchet MS, Helvetica, sans-serif;
color: #989898;
font-size: 10px;
font-weight: normal;
/*height: 25px;*/
padding: 10px 10px 5px 16px;  
}

#ctaBtn p { padding: 0px; margin: 0px; }

.video_links {
float:left;
width:auto;
padding-left:10px;
padding-right:10px;
margin-top:5px;
font-family:"Arial", Trebuchet MS, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
}


