﻿
.loginTitle 
{
	font-weight: bold;
	color: #fff;

	line-height: 20px;
	display: block;
	width: 100%;
}

.loginControl 
{


	margin-bottom: 25px;
}

.loginTextBox 
{
	width: 140px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

/* Create customer styles */

.tableCreateCustomer 
{
	width: 100%;
	margin: auto;
}

.CreateCustomerTitle 
{

}

.CreateCustomerTextBox 
{
	width: 140px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	   color: #000;
   background-color: #c2c2c2;
   border: 0;
	
}

.CreateCustomer 
{
	
	margin-bottom: 25px;
}

.customerEdit 
{

}

.customerEditTitle
{
	font-weight: bold;
	color: #fff;

	line-height: 20px;
	
	display: block;
	text-align: center;
}
