﻿.popupposition
{
	position:absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
}

.popupContainer
{
	background-image:url(/images/bgPopup.jpg);
	border:solid 5px #6a6a6a;
	color:#FFFFFF;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top:-200px;
}

.contentContainer
{
	height:330px;
	clear:both;
	margin:0;
	text-align:left;
}

.contentContainer .topspace
{
	height:60px;
	clear:both;
	cursor:default;
	margin:0;
}

.contentContainer .toptext
{
	height:40px;
	margin-top:5px;
	clear:both;
}

.toptext h1
{
	font-size:13pt;
	padding:0 30px 0 34px;
	margin:0;
}

.contentContainer .bulletContainer
{
	height:210px;
	margin-top:15px;
}

.bulletContainer ul
{
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}

.bulletContainer li
{
	background:url(/images/bulletGreenArrow.png) 0 1px no-repeat;
	font-size:12pt;
	clear:both;
	font-weight:bold;
	padding:0 0 15px 25px;
	margin:0;
}

.bulletContainer .leftSide
{
	width:260px;
	height:155px;
	float:left;
	margin-left:34px;
}

.bulletContainer .rightSide
{
	width:250px;
	height:125px;
	float:left;
	margin-left:20px;
}

.buttonContainer
{
	height:70px;
	clear:both;
	margin:0;
}

.buttonContainer img
{
	margin-top:12px;
}

.buttonContainer .leftspace
{
	width:220px;
	height:70px;
	float:left;
	text-align:center;
}

.leftspace .popupphonenumber
{
	font-size:18pt;
	color:#174e84;
	margin-top:13px;
	font-weight:bold;
}

.buttonContainer .callbuttoncontainer
{
	width:200px;
	height:70px;
	float:left;
}

.buttonContainer .nobuttoncontainer
{
	width:140px;
	height:70px;
	margin-left:20px;
	float:left;
}