.button {
    background-color: #2B91AF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
 
.button.b-close, .button.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

span.button {
    background-color: #6eaf17;
}

.button.b-close {
    padding: 0px 5px !important;
    right: 4px !important;
    top: 4px !important;
}

#popupOuter h3, #popupOuter h4, #popupOuter p
{
   text-transform: uppercase;
   color: #0b578b;
   
}

#appicon
{
   float:left;
   margin-right:10px;
}

#popupOuter p
{
   margin-top:20px;
   margin-bottom:20px;
}

#popupOuter h4
{
   font-size: 18px;
   margin-bottom:5px;
}

#dontshow
{
   margin-top:20px;
}

#dontpopup
{
	margin-left:5px;
}

#appPopup 
{
	background: #FFF;
	border-radius: 7px;
	min-height: 50px;
    min-width: 348px;
    padding: 15px 10px 10px 10px;
}



#poplink {
    background: url("images/frontend/ladebon_buttons.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    background-size: 270px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 23px;
    padding-top: 7px;
    position: relative;
    text-decoration: none;
    text-indent: 20px;
    top: 5px;
    width: 270px;
    margin-bottom: 3px;
}

#poplink:hover {
    background-position: center bottom;
}

#appPopup .button.b-close {
	display: none;
}