﻿body {
}
.CustomerTableStyle
{
    height: 400px;
    overflow: scroll;
    position:relative;
    width:877px;
	top: -2px;
	left: 44px;
}
  
.CustomerEditStyle
{
vertical-align:top;
width:300px;
float:left;
padding:10px;
border:solid 1px beige;
}

.CustomerEditPhoneStyle
{
vertical-align:top;
width:350px;
float:right;
padding:10px;
border:solid 1px beige;
}

#logoImage
{
    border-style: none;
    width: 210px;
    height: 116px;
}

.HideTag
{
    visibility: hidden;
}