﻿body 
{
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 100%;
}

page
{
	height: 100%;
}

p
{
	margin: 0;
}
#Header
{
	width:100%;
	border-bottom: solid 1px black;
	text-align:left;
	width: 800px;
}

#Content
{
	padding: 10px 10px 10px 10px;	
}

#Wrapper
{
	text-align:left;
	width: 800px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	min-height: 800px;
}

.PageHeader
{
	font-size:18px;
	font-weight:bold;
}

.CustomerInfoBox
{
	border: solid 1px black;
	background-color: #efefef;	
	padding: 20px 20px 20px 20px;
}

.CustomerInfoPhoneNumber
{
	color: Red;	
	font-weight: bold;
}

.ValidatorStyle
{
	background-color: #ffeedd;
	border: solid 2px #fea700;	
	width: 700px;
	text-align:left;
	padding: 10px 10px 10px 10px;
	color: black;
}

.Highlight
{
	color: Purple;	
	font-weight: normal;
}

.Question
{
	background-color: #efefef;	
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.CustomerName
{
	font-weight: bold;
	color: #0000FF;
}

.TimeZoneBox
{
	padding: 10px 10px 10px 10px;
	border: solid 1px black;	
	width: 400px;
	background-color: #efefef;
}

.TimeZoneLabel
{
	font-size: 18px;
	font-weight: bold;
}

.PressCenter
{
	position: relative;
	width:1320px;
	left: 20px;
	top: 45px;
	font-size: 14px;
}