<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0;
	padding:0;
}
body {
	font-size: 1em;
	color: #4d4d4d;
	font-family: Arial, sans-serif;
	background-color: #f8f8f8;
	font-size: 13px;
}
img {
	border:none;
}
textarea {
     resize: none;
}
a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-family: 'Coming Soon', Verdana, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	margin:5px 0;
}
h3 {
	font-size: 13px;
	font-style: italic;
}
input[type=text], input[type=password] {
	padding-left:2px;
	color: black;
	border: 1px solid #000;
	margin-bottom:2px;
}
select {
	padding-left:2px;
	color: black;
	border: 1px solid #000;
	font-size: 11px;
	margin-bottom:2px;
}
textarea {
	padding-left:2px;
	color: black;
	border: 1px solid #000;
	margin-bottom:2px;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, select:focus {
	color: black;
	border: 1px solid #000;
}

.clearer {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}

/*
**	Autocompleter
*/

div.autocomplete {
  position:absolute;
  font-size: 11px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { 
	background-color: #ddd;
	color: #000;	
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.error {
	color: #E4302C;
}
.wizard {
	border: 1px solid #bbb;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.red {
	color:#E4302C;
}

/*
** Table
*/
.table1 {
	border:1px solid #000000;
	font-size:1em;
}
.table1 thead th {
	color: #fff;
	background-color: #555;
	padding: .1em .5em;
	border: 1px solid black;
	text-align: center;
	font-weight:normal;
}
.table1 tbody td, tbody th {
	border: 1px solid black;
	padding: .2em;
	text-align: center;
	font-size:0.8em;
}
.table1 tbody tr.even td, tbody tr.even th {
  background-color:#f4f6f6;
}

#BoxBuy {
	width: 100px;
	text-align: center;
	padding: 8px 10px;
	color: #fff;
	background-color: #E4302C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #000;
	-moz-box-shadow: -2px 2px 5px #aaa;  
    -webkit-box-shadow: -2px 2px 5px #aaa;  
    box-shadow: -2px 2px 5px #aaa; 
}
#BoxBuy:hover {
	color: black;
	background-color: #fff;	
}</pre></body></html>