
.absolutePosn {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2999;
}

.boxStyle {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 12px #888888;
    margin: 15% auto auto;
    padding: 15px;
    position: relative;
    width: 40%;
    z-index: 3000;
}

.mask {
    background-color: #000;
    display: block;
    opacity: 0.6;
}

.headerTxt {
    color: #ba020b;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}

.dialog_txt {
    margin-bottom: 20px;
    text-align: left;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    height: auto !important;
    min-height: 1px;
}
.lineHz {
    border-top: 1px solid #d9d8d8;
    padding-top: 10px;
    width: 100%;
}



.moreInfoButton {
    background: linear-gradient(to bottom, #009bde 18%, #0566ee 59%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #448cd3;
    color: #ffffff;
    float: left;
    font-family: Arial,sans-serif !important;
    font-weight: normal;
    line-height: normal;
    padding: 8px 8px 8px 20px;
    text-shadow: none;
    width: 230px;
}


.continueButton {
     background: linear-gradient(to bottom, #009bde 18%, #0566ee 59%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #448cd3;
    color: #ffffff;
    float: left;
    font-family: Arial,sans-serif !important;
    font-weight: normal;
    line-height: normal;
    padding: 8px 8px 8px 20px;
    text-shadow: none;
    width: 200px;
}


#moreInfoCookie {
 color: white;
 font-size: large;
 padding-left: 5px;
}

#continueCookie{
 color: white;
 font-size: large;
 padding-right: 20px;
}


.continue { 
	
  float: right;
}


	
.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);
    margin: 0;
    position: absolute;
    right: 21px;
    top: 168px;
}

#cookiePolicyLink{
	color: #009cde;
    outline: medium none;
    text-decoration: underline;
}