﻿@import url(http://fonts.googleapis.com/css?family=Dosis);
body
{
   
    font-family: 'Dosis';
}
.mdlbgrgnd
{
    background-color: #4A4A4A;
    opacity:0.9;
}

.popup
{
    background-color: #242424;
    height: auto;
    padding-bottom:25px;
     font-family: calibri;
    font-size: 16px;
    color: #32374E;
    
}
.popup h6
{
    margin:0px;
   
    text-align:right;
    vertical-align:top;
}

.popup table
{
    background-color: #FFFFFF;
    width: 90%;
    height: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.popup table h3
{
  font-size:22px;
  text-align:center; 
  height:35px;
  padding-top:5px;
 margin:0px; 
    }
    

 .btnpopup
{
    background-color: #222;
    background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    border: 1px solid #111;
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    font: bold 18px/12px 'Dosis';
  
    padding: 10px 15px 10px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	.btnpopup:hover, .button:focus {
		background-color: #242424;
		color: #f6f6f6;
	}
	.btnpopup:active {
		background-color: #202020;
		color: #b6b6b6;
		 padding: 10px 15px 10px 15px;
	}