body, td, div, a, input, select
{
	font: 12px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #1C3E6E;
}

body, td, textarea, div, a, p, li, ul
{
	font: 12px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #1f1f20;
}

p
{
	padding-bottom: 6px;
}

td
{
	vertical-align: top;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #008cc1 !important;
}

#AbstractCharsLeft
{
	display: none;
}

#PageContent a
{
	color: black;
}

#PageContent a:hover
{
	color: black !important;
}

body
{
    margin: 0px;
	margin-top: 0px;
}

img
{
    border: 0;
}


#invoice_form fieldset {
	border: 2px solid #008cc1;
	margin: 30px 10px 10px 10px;
	padding: 0px;
	line-height: 19px;
	overflow: auto;
}
#invoice_form h3 {
	background: #008cc1;
	color: white;
	font-weight: normal;
	margin-top: 0px;
	padding: 2px 6px 3px 6px;
	clear: both;
}
#invoice_form label {
	width: 140px;
	display: block;
	text-align: left;
	padding: 0px 6px 0px 12px;
	float: left;
	clear: left;
}
#invoice_form input.text {
	width: 300px;
	float: left;
	clear: right;
	padding-right: 2px;
	border: 1px solid grey;
}
#invoice_form input.text.error {
	padding-right: 10px;
	width: 292px;
	background: url('/images/input-error.gif') no-repeat right 50%;
}
#invoice_form textarea {
	width: 250px;
	height: 43px;
	float: left;
	clear: right;
	margin-bottom: 15px;
}
#invoice_form input.button {
	float: left;
	clear: both;
	margin: 0 0 15px 158px;
}


#discountInfo {
	font-size: 75%;
}
#discountInfo.error {
	color: red;
}
#discountInfo.success {
	color: green;
}
