﻿/* <Directions Form> */
.DirectionsSection
{
	width: 30%;
}
.DirectionsDiv
{
	height: 400px;
	width: 303px;
}
/* </Directions Form> */

/* <Button Styles> */
.make-payment-button
{
	float: right;
}
.print-invoice-button
{
	float: left;
}
/* </Button Styles> */

/* <Misc. Styles> */
.clear
{
	clear: both;
}
.row
{
	padding: 2px;
}
.label
{
	display: inline-block;
	padding-right: 2px;
}
.bold
{
	font-weight: bold;
}
/* </Misc. Styles> */

/* <Make Payment Form> */
.make-payment-form
{
	padding: 0px 5px;
}
.make-payment-form h2
{
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}
.make-payment-form .invoice-number
{
	font-weight: bold;
	font-size: 14px;
}
.make-payment-form .label
{	
	text-align: left;
	width: 140px;
}
.make-payment-form .amount-label
{
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}
.make-payment-form .date-label
{
	display: inline-block;
	width: 200px;
	font-weight: bold;
}
.make-payment-form .error-label
{
	color: Red;
}
.make-payment-form .credit-card-information
{
	border: solid 1px #000000;
	width: 600px;
}
.make-payment-form .payment-amount
{
	padding: 10px 2px;
}
.make-payment-form .buttons
{
	padding-top: 5px;
}
/* </Make Payment Form> */