/* CSS Document */

a.button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 450px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 50px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */
	border: 0 14px 0 14px;
	background-color:#CCCCCC;
	background-image: url(../images/whiteButton.png) 0 14 0 14;

	
}

.body_text {

/* Font styling */
	font-family: Helvetica;
	
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */
}

.body_text_med {

/* Font styling */
	font-family: Helvetica;
	
	font-size: 16px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */
}


 label
{
width:  200px;
float: left;
text-align: right;

margin-right: 0.5em;
display: block;

font-family: Helvetica;
font-size: 16px;
}

label.errfield
{
color:#CC0000;
}

.invoice label{
	width: 100%;
	height: 25px;
	text-align: left;
	background-color: #CCCCFF;
}


input
{
	font-family: Helvetica;
	font-size: 16px;
	color: #000000;
	height: 1.5em;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

p {
	width: 100%;
	
	height: 25px;


}



.submit input
{
	height: 30px;
	width: 100px;
	margin-left:200px;
	color: #000;
	border: 2px outset #d7b9c9;
	background-color: #CCCCCC;	
}

fieldset
{
	border: 1px solid #999999;
	width: 90%;
	
}

legend
{
	font-family: Helvetica;
	font-size: 20px;
	color: #333333;
	border: 1px solid #333333;
	padding: 2px 6px;
	background-color: #EAEAEA;
}


.errmsg {
	/* Font styling */
	font-family: Helvetica;
	font-size: 14px;
	text-decoration: none;
	color:#CC0000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */
	margin: 5px;
	padding: 5px;
}

.row, .checkbox {
	height:30px;
	background:#CCCCCC;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	

}

.goldenbutton {
    
 	
   padding: 2px;
   margin-left: 250px;
   margin-top:10px;
    border-width: 0 5px;
    
    width: auto;
   
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color:#000000;
    
    text-decoration: none;
    white-space: nowrap;
    background:#CCCCCC;
}

