﻿/*STYLES FOR CSS POPUP*/

#popUpDiv .button
{
    /* http://www.bestcssbuttongenerator.com/#/sMS6wtjhiQ */
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2c325e;
}
#popUpDiv .button:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #0061a7;
}
#popUpDiv .button:active
{
    position: relative;
    top: 1px;
}

#popUpDiv .disable
{
    display: inline-block;
    cursor: pointer;
    color: #888;
    font-size: 13px;
    padding-top: 8px;
    text-decoration: none;
}

#popUpDiv .body
{
    padding-top: 8px;
    font-size: 13px;
}
/* Smartphones ----------- */

#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background-color: #fff;
	border:5px solid #ccc;
	padding: 10px;
	z-index: 9002;
	border-radius: 10px;
	max-width: 640px;
}

.popUpClose {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	z-index: 9003;
	background: transparent url(/popup/close.png) no-repeat;
}

/* from http://css3.bradshawenterprises.com/cfimg/ 
	See also Function RegisterPopupPhotoFade in /common/procs_generic.asp
*/

#cf4a {
	position:relative;
	height:480px;
	width:640px;
	margin:0 auto;
}
#cf4a img {
	position:absolute;
	left:0;
}
