﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
background:#000000;
z-index:999;
}
#popupContact{
display:none;
position:fixed;
_position:absolute;
height:310px;
width:370px;
z-index:9999;
padding-left:15px;
}
#popupContactClose{
width:30px;
height:30px;
right:0px;
top:0px;
position:absolute;
display:block;
background:url(/graph/fat-popup-close.png) no-repeat top left;
cursor:pointer;
text-indent:-999em;
z-index:2;
}

#fat-popup-wrap a {
    font-size: 14px;
}
#fat-popup-wrap h1, #fat-popup-wrap p, #fat-popup-wrap form, #fat-popup-wrap input, #fat-popup-wrap select {
	margin:0px;
        font-size: 24px;
	padding:0px;
	line-height:normal;
}
#fat-popup-wrap {
	width:315px;
	padding:20px 20px 10px;
	background:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
	text-align:center;
}
.htitle, .hdescription {
    color:#514d3f;
	font:normal 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.hdescription {
	font-size:11px;
}
#fat-popup-wrap p {
	padding-bottom:10px;
}
#fat-popup-wrap input, #fat-popup-wrap select {
	color:#888;
	/*width:292px;*/
	padding:15px 10px;
	border:1px solid #cdcdcd;
	background:#fff;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#fat-popup-wrap input:focus {
	color:#444;
}
#fat-popup-wrap select {
	width:364px;
}
#fat-popup-wrap .fat-popup-btn {
    color:#fff;
	width:234px;
	font-size:16px;
	background:#f59020 url(../graph/therapist-tab-bg.gif) repeat-x left bottom;
	border:1px solid #e0621a;
	text-transform:uppercase;
	text-shadow: 2px 2px 1px #d14f14;
	cursor:pointer;
	margin-bottom:7px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#fat-popup-wrap .fat-popup-btn:hover {
	background:#e7721c;
}

#fat-popup-wrap a {
	color:#7879e5;
}







