html,
body,
form
{
	width: 400px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

.container p,
.container h1
{
	text-align: left;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

p
{
	text-align: justify;
	font-size: 10pt;
}

label
{
	font-size: 10pt;
	font-weight: bold;
}

input
{
	position: relative;
	top: 3px;
}
			
.header
{
	background-image: url(../images/headerBackground.gif); 
	background-repeat: repeat-x;
	width: 100%;
	height: 68px;
	margin: 0px;
	padding: 0px;
}

.container
{
	clear: both;
	float: left;
	width: 370px;
	margin: 0px;
	padding: 15px;
	text-align: center;
}

.footer
{
	font-size: 8pt;
	margin: 0px;
	padding: 0 15px;
	clear: both;
	text-align: center;
}

.Success
{
	color: green;
	font-weight: bold;
	font-size: 8pt;
}

.Error
{
	color: indianred;
	font-weight: bold;
	font-size: 8pt;
}

.AreaCodeBox
{
	width: 30px;
}

.LineBox
{
	width: 40px;
}

.Hidden
{
	display: none;
}

.SecurityTooltip
{
	margin-top: 26px;
	background-color: #ffffe1; 
	font: 8pt; 
	border: solid 1px black;
	display: block;
}
