﻿.popupcontent {
    min-width: 350px;
    width: 350px;
    min-height: 150px;
    margin: 100px auto;
    position: relative;
    z-index: 103;
    padding: 10px;
    margin-top: 150px;
    margin-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    border: 1px solid red;
    font: 500 14px/21px Lato, Arial, sans-serif;
    color: white;
    background: #602c50;
    letter-spacing: 0.1px;
}
        
        .popupcross
        {
            float: right;
            height: 25px;
            left: 22px;
            position: relative;
            top: -18px;
            width: 25px;
        }



.okbtn {

 background: -webkit-linear-gradient(top, #fd5454, #ee0604 75%);
background: -moz-linear-gradient(top, #fd5454, #ee0604 75%);
background: -o-linear-gradient(top, #fd5454, #ee0604 75%);
background: -webkit-gradient(top, #fd5454, #ee0604 75%);
background:  -ms-linear-gradient(top, #fd5454, #ee0604 75%);
border-radius:5px;
border:medium none;
width:90px;
color:white;
font-weight:bold;
cursor:pointer;
height:30px;
margin:0px 20px;
}

.okbtn:hover {

background: -webkit-linear-gradient(top, #ff1a1a, #740201 75%);
background: -moz-linear-gradient(top, #ff1a1a, #740201 75%);
background: -o-linear-gradient(top, #ff1a1a, #740201 75%);
background: -webkit-gradient(top, #ff1a1a, #740201 75%);
background:  -ms-linear-gradient(top, #ff1a1a, #740201 75%);

    }

