.privacycontainer{
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  padding-bottom: 10px;
}

#accetto{
  color: #2ecc71;
  font-size: 16px;
  position: relative;
  top: -8px;
}

#nonaccetto{
  color: #e60000;
  font-size: 16px;
  position: relative;
  top: -8px;
}

.custom-checkbox input[type="checkbox"]{
    width: 110px;
    height: 40px;
    position: absolute;
    z-index: 2;            
    cursor: pointer;
    outline: none;
    opacity: 0;
    top: 10px;
    left: 66px;
    /* CSS per vecchi browsers */
    _noFocusLine: expression(this.hideFocus=true); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custom-checkbox{
    width: 244px;
    height: 60px;
    display: inline-block;
	*display: inline;
    zoom: 1;
    position: relative;
    top: 25px;
    z-index: 1;
    background-image: url('/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/button3_png.png');
    background-repeat:no-repeat; 
    background-position: 66px 10px; 
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  }

.cbcontainer{
  width: 244px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url('/cs/groups/editorial/@pub/@vfxx/@all/@generic/documents/multimedia/cover2_png.png');
}

#agree{
color: green;
  display: inline;
}

.consent{
  color: #e60000;
  display: none;
}

.divider{
  height:1px; 
  margin-bottom:20px;
}

.bigtext{
  font-size: 20px;
  font-weight: bold;
}