﻿.loginTitle 
{
	font-weight: bold;
	color: #fff;
	background: #003D6B; 
	line-height: 20px;
}

.customerEdit 
{
	border: 1px solid #ccc;
}

.loginControl 
{
	

	margin-bottom: 25px;
}

.loginTextBox 
{
	width: 140px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

/* Create customer styles */



.CreateCustomerTitle 
{
	font-weight: bold;
	color: #fff;
	background: #003D6B; 
	line-height: 20px;
	
	display: block;
	text-align: center;
}

.CreateCustomerTextBox 
{
	width: 140px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	
}

.CreateCustomer 

	margin-bottom: 25px;
}


/* login link at the top of the page */

.loginCell
{
	color: #104070;
	font-size: 13px;
	font-weight: bold;
	
}

.loginCell a:Link, .loginCell a:visited 
{
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 75px;
	text-align: center;
}

.loginCell a:Link, .loginCell a:visited 
{
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	width: 75px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}