p {
	color: #666666;
	font-size: 0.9em;
}

p small {
	color: #666666;
	font-size: 0.8em;
}

.legend {
	background-color:#999999; 
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
	height: 20px;
	font-size: 0.9em;
}

.fieldset {
	border: 2px solid #999999; 
	padding: 30px;
	margin-bottom: 15px; 
	color: #999999; 
	font-weight: bold;
	font-size: 0.9em;
}

.fieldset1 {
	border: 2px solid #999999; 
	padding: 30px;
	background-image: url(../images/bggo.gif);
	margin-bottom: 22px; 
	color: #999999; 
	font-weight: bold;
	font-size: 0.9em;
}

select, input, textarea {
	margin-top: 5px;
	padding: 2px 5px;
	border: 1px solid #999999;
}

textarea {
	font-family:Arial, Helvetica, sans-serif	
}

em {
	font-weight: normal;	
}

.required {
	color: #99cc00;
	margin-left: 10px;
}

#help-button {
	font-size: 1em; 
	width: 528px; 
	background-color:#f5f5f5; 
	color: #999999; 
	text-decoration: underline; 
	display: block; 
	height: 33px; 
	float: left; 
	padding-top: 13px; 
	padding-left: 13px; 
	padding-right: 13px;	
}

#help-button img {
	margin-right: 12px; 
	float: left; 
	margin-top: -2px;
}

#complete-order-button {
	font-size: 1em; 
	width: 262px; 
	background-color:#999999; 
	color: #ffffff; 
	display: block; 
	height: 33px; 
	float: left; 
	padding-top: 13px; 
	padding-left: 13px; 
	padding-right: 13px; 
	margin-left: 6px; 
	position: relative;	
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

#complete-order-button img {
	position: absolute; 
	right: -53px; 
	top: -11px;
}

#complete-order-button:hover {
	text-decoration: underline;	
}


ul.sidenav {
	
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav li a{
	border-top: 1px solid #3373a9; /*--Bevel Effect--*/
	border-bottom: 1px solid #003867; /*--Bevel Effect--*/
	padding: 10px 10px 10px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 125px;
	background: #005094 url(../images/sidenav_li_a.gif) no-repeat 5px 10px;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav li a:hover {
	background-color: #004c8d;
	color:#FFF;
	border-top: 0px solid #1a4c76;
}
ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 0.9em;
	color:#FFF;
	background: url(../images/popbg.png) no-repeat right top;
}
ul.sidenav li div p {
	margin: 4px 0;
	line-height: 1.6em;
	color:#FFF;
	padding: 0 5px 10px 30px;
	background:  no-repeat right bottom;
}
