@charset "utf-8";
/* CSS Document */
#acris {
	margin: 0 auto;
	width:600px;
	font-family:Tahoma;
	font-size:small;
}
#acris h1 {
	color: #0053a0;
	font-size: 18px;
	
/* Border doesn't really work with this site, but we'll keep it around 
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0099FF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	
The above border might look good in other sites */

}
/* These styles can be modified to change the font and color scheme of the font */

legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0053a0;
	font-weight:bold;
}
table {
	width:100%;
	border-collapse:collapse;
}
fieldset {
	color: #000;
}
	
td {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
/* The following classes put the text fields under the labels.  Each of the three classes just vary in input length */

.text {
	display:block;
	width:99%;
}
.textnumber {
	display:block;
	width:100px;
}
.textzip {
	display:block;
	width:50px;
}

/* this class makes the button fancy */

.button {
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding: 3px 4px;
	background: url(../images/buttonbg.jpg) repeat-x left top;
}

/* This is the style for the error return upon validation */

label.error {
		display:block;
		color:#f00;
}

/* These styles are for the price disclaimer */

.priceRight {
	text-align:right;
}
.feeHead {
	font-weight:bold;
}
.also {
	padding:5px 0px 5px 0px;
	color: #000;
	font-family:Tahoma;
	font-size:small;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0053a0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0053a0;
}
.none {
	visibility:hidden;
}
