﻿
#popupContact
{
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    display: none;
    background: #000000;
    color: White;
    border: 2px solid #6FA5FD;
    z-index: 99;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-align: center;
    line-height: 150%;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius: 15px;
}
#popupContact h1
{
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#popupContactArea a,#popupContactArea input[type=button],#popupContactArea input[type=submit]
{ 
	width:220px;
	padding: .5em 2em .55em;
    border-radius: 5px;
    background-color:lightgray;
    color: purple;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    height: 32px;
    padding: 4px 16px;
    margin-bottom:10px;
    text-align:center;
}
#popupContactArea a:hover,#popupContactArea input[type=button]:hover,#popupContactArea input[type=submit]:hover
{
	background-color:ButtonHighlight;
}
#popupContactClose
{
    font-size: 20px;
    line-height: 20px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
#popupContinueButton
{
    color: #6FA5FD;
    font-weight: bold;
    cursor: pointer;
    margin-top: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.popupLinkButton
{
	color: #6FA5FD;
    font-weight: bold;
    cursor: pointer;
    margin-top: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#popupBlocker
{
	background-color:Black;
	z-index:98;
	width:100%;
	height:200%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.5;
	filter: alpha(opacity=50);
}
