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

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

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

.fieldset {
	border: 2px solid #999999; 
	padding: 30px; 
	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;	
}
