﻿.accountName
{
    font-size: 1.3em;
}
.lblError
{
    color: #3374a1;
    float: right;
    padding-bottom: 10px;
}
    
.buttons, .editbutton, .createAccountButton
{
    font-size: 1em;
	display: inline;
	padding: 2px 4px;
    width: 130px;
    height: 30px;
    border: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    cursor:pointer;
}
.buttons
{
    background: #3374a1;
    color: White;
    margin-right: 9%;
}
.buttons:hover
{
    background: #4782AA;
}             
.editbutton
{
    background: #B2B2B2;
    color: Black;
    padding: 2px 4px;
}
.editbutton:hover
{
    background: #A0A0A0;
}
.createAccountButton
{
	background: #3374a1;
    color: White;
    margin-right: 1%;
    margin-top: 2%;
}
.buttonsdiv
{
    display: inline-block;
    width: 330px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#createUserinner
{
    width: 500px;
    height:auto;
    margin-left: 0px;
    margin-right: auto;
}  
.field
{
    display: inline-block; 
    margin-bottom: 5px;
}
.inputText
{
    float: left;
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
	margin: 0px 15px 0px 0px;
	height: 1.5em;
	width: 200px;
}
.inputLabel
{
    font-size: 1em;
	margin: 0px -10px 0px 0px;
	width: 100px;
}
.label
{
    font-size: 1em;
	margin: 0px 5px 0px 0px;
}
.GridTable tr th
{
    background: #2E2E2E; 
    color: #FFFFFF;
    border: none;
    font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.GridTable tr td
{
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    font-size: 1em;
	text-align: center;
} 

.GridTable tr:hover td 
{
    background: #DEDEDE;
}
.pnlAccounts
{
    width: auto;
}
.pnlChooseMerchant
{
    width: 60%;
    margin-left: 20%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.pnlChooseDiscount
{
    width: 75%;
    margin-left: 14.5%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.dropDown
{
    font-size: 0.9em;
    width: 220px;
	margin-right: 30px;
}

.pnlChooseBilling
{
    margin-top: 20px;
    margin-left: 7%;
    width: 80%;
}
.discountButtonsDiv
{
    display: inline-block;
    width: 30%;
    margin-left: 120px;
    margin-bottom: 10px;
    margin-top: 20px;
}
