﻿
#pageContent
{
	width: 669px;
}
th
{
	font-weight: normal;
	width: 300px;
}

.lableEmail
{
	font-size: 11px;
}


#imgStatus
{
	float: right;
	width: 50px;
	display: none;
}

.divNewCustcomer
{
	padding-left: 70px;
	padding-top: 10px;
	padding-right: 120px;
	text-align: left;
}

.infoButton
{
	width: 19px;
	height: 16px;
	background-image: url(../../Images/Icons/btnHelp.jpg);
	margin:0px;
	padding:0px;
}

.infoButton:hover
{
	cursor: pointer;
}

.infoWindow
{
	border: 1px white solid;
	width: 200px;
	height: 120px;
	position: absolute;
	background-color: #0096CD;
	color: White;
}

.infoWindowContent
{
	padding: 10px;
}

.wellcomeMessage
{
	width: 500px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color: #0F6CA9;
	font-size:larger;
	font-weight:bold;
	
	}