﻿.aAdminButton 
{
	background: transparent url(Img/button.gif) bottom left no-repeat;
	width: 99px;
	line-height: 22px;
	border: 0;
}

.aAdminButton:link, .aAdminButton:visited 
{
	
	width: 99px;
	line-height: 22px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.aAdminButton:active, .aAdminButton:hover 
{
	width: 99px;
	line-height: 22px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.loginTitle 
{
	font-weight: bold;
	color: #fff;
	background: #003D6B; 
	line-height: 20px;
}

.loginControl 
{
	margin-left: auto;
	margin-right: auto;

	margin-bottom: 25px;
}

.loginTextBox 
{
	width: 140px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

/* Create customer styles */

.tableCreateCustomer 
{
	width: 100%;
	margin: auto;
}

.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-left: auto;
	margin-right: auto;
	
	margin-bottom: 25px;
}