@charset "UTF-8";
html {
	height:100%;
}
body {
	background-color: #1C1B19;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #888888;
	text-align: left;
	width:100%;
	height:100px;
	z-index: 3;
	margin: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.page_title {
	font-family:Helvetica, Arial, sans-serif;
	font-size:25px;
	color: #ffffff;
	text-transform: lowercase;
	margin-bottom: 10px;
}
.sub_title {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #666666;
}
.main_text {
	font-size:11px;
	font-weight:lighter;
	line-height:20px;
	color:#888888;
	margin-bottom:15px;
	margin-top:15px;
}
.anchorclass {
	padding-left:10px;
	padding-right:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
.bar {
	margin-bottom: -2px;
	padding-right: 3px;
	padding-left: 3px;
}
.form_login {
	height:14px;
	width: 75px;
	font-size:9px;
	color:#666666;
	padding: 1px;
	background-color:#292929;
	margin-right:10px;
	border-width:0px;
}
.form_textimage {
	margin-bottom:-5px;
}
.submit_button {
	border-width:0px;
	height: 14px;
	width: 14px;
	margin-bottom:-5px;
}
.footer_pages a:link {
	color: #292929;
}
.footer_pages a:visited {
	color: #292929;
}
.footer_pages a:hover {
	color: #666666;
	text-decoration: none;
}
.footer_pages a:active {
	color: #000000;
	text-decoration: none;
}
.loginbar {
	position: absolute;
	top: 39px;
	text-align: right;
	width: 150px;
	left: 50%;
	margin-left: 325px;
	z-index: 3;
	color: #888888;
}
.clientinfoblock {
	border-top: solid 1px #333333;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #333333;
}
#order-form-container {
	padding-top: 10px;
}
.lineitem {
	border-bottom: solid 1px #222222;
	padding-top:5px;
	padding-bottom: 5px;
}
#form-table {
	width:100%;
}
span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../images/form/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(../images/form/select.png) no-repeat;
  overflow: hidden;
}
#Message {
	width: 150px;
	color: #990000;
	font-size:9px;
	text-align: right;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	margin-left:325px;
	margin-top:120px;
}
