<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a img {
      border: none;
}

.formDisplay {
	padding:12px;
	margin-left:auto;
    margin-right:auto;
}
.formDisplay form {
     margin-right: 0px; 
     padding-top: 0px;
 }
.formDisplay form label {
    display: inline-block; 
    padding-top: 10px;
	 font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.formDisplay form input {
	margin-left: 3px;
	margin-right: 3px;
}
.formDisplay textarea {
	margin-left: 3px;
	margin-right: 3px;
}

input[type=submit].submitPurchaseInfo {
	padding: 5px 6px 5px 6px;
	border: 1px solid #cccccc;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF url('/art_shared/formback01.png') left top repeat-x;
	color: #111;
	border-radius: 0;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: auto !important;
}
input[type=submit]:hover.submitPurchaseInfo {
    border: solid 1px #83b4e6;
	border-radius: 4px;
	background: #0da23e;
	color: #fff;
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    width: auto;
}
input[type=submit].submitPurchaseInfoNew {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #cccccc;
	outline: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF url('/art_shared/formback01.png') left top repeat-x;
	color: #333;
	border-radius: 6px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: auto !important;
}
input[type=submit]:hover.submitPurchaseInfoNew {
    border: solid 1px #83b4e6;
	border-radius: 6px;
	background: #0da23e;
	color: #fff;
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    width: auto;
}
input[type=image][/noprocress] {
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}
[noprocess]input[type=submit].submitPurchaseInfoSearchResults {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #cccccc;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF url('/art_shared/formback01.png') left top repeat-x;
	color: #333;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 6px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: auto;
}
input[type=submit]:hover.submitPurchaseInfoSearchResults {
    border: solid 1px #83b4e6;
	border-radius: 4x;
	background: #0da23e;
	color: #fff;
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    width: auto;
}
input[type=submit].submitPurchaseInfoSearchResultsSmall {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #cccccc;
	outline: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF url('/art_shared/formback01.png') left top repeat-x;
	color: #333;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 6px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: auto;
}
input[type=submit]:hover.submitPurchaseInfoSearchResultsSmall {
    border: solid 1px #83b4e6;
	border-radius: 4x;
	background: #0da23e;
	color: #fff;
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
    width: auto;
}

</pre></body></html>