#centerajax
{
    position: fixed;
    top: 50%;
    left: 50%;
    height: 75px;
    width: 75px;    
    transform: translate(-50%, -50%);
}

#disablingDiv
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: black; 
    opacity:.40; 
    filter: alpha(opacity=00); 
}


.floating-box {
    display: inline-block;
    margin: 10px;
    border: 3px solid #73AD21;
    background-color: #000000;
    color: #ffffff;

}

.floating-box6 {
    display: inline-block;
    margin: 10px;
    background-color: #ffffff;
    width: 200px;
    height:100px;
    vertical-align:bottom;
}

.floating-box5 {
    display: inline-block;
    margin: 10px;
    background-color: #000000;
    width: 200px;
    height:100px;
    vertical-align:bottom;
    color: #ffffff;
    border: 3px solid #73AD21;
    font-size: 20px;
}

.floating-box2 {
    display: inline-block;
    margin: 10px;
    border: 3px solid #73AD21;
    background-color: #000000;
    color: #ffffff;
    width: 400px;
    height: 500px;
    vertical-align:top;
}


.floating-box3 {
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    border: 3px solid #73AD21;
    background-color: #000000;
    color: #ffffff;
    width: 75%;
    vertical-align:top;
}

.floating-box4 {
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    border: 3px solid #73AD21;
    background-color: #000000;
    color: #ffffff;
    width: 300px;
    vertical-align:top;
}



a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

.after-box {
    border: 3px solid red;
}
p {
    color: #ffffff;
    width: 205px;
}
.goober {
    text-align: left;
}

.productimg {
    width: 105px;
    }
.home {
    width: 50px;
}
.topleft {
   position: absolute;
   top: 0px;
   left: 0px;
}
.top {
   position: absolute;
   top: 5px;
}

.topright {
   position: absolute;
   top: 15px;
   right: 10px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 20px; /* bottom = footer height */
}
.small {
    font-size: 20px;
}

.medium {
    font-size: 28px;
}
.large{
    font-size: 36px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 32px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    font-size: 24px;
}
.payme {
    color:#ffffff;
    width: 200px;
}
.header {
    display: inline-block;
    margin: 0px;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    align: center;
    font-size: 36;
}
tr {
    color: #ffffff;
    text-align: center;
}

.blending {
    mix-blend-mode: multiply;
}
.blending.floating-box{}

.contactus {
   color: #ffffff;
}