html {
  height: 100%;
  margin-bottom: 0px;
}
form {
  margin: 0;
  padding: 15px;
}
img,table { border: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color:#b8b8b8;
	background:#000000;
	background: url(images/body.jpg) top center; background-repeat:no-repeat; background-attachment:fixed;
}
a:link, a:visited {
	text-decoration:underline;
	font-weight: normal;
	color: #b8b8b8;
	outline: none;
}
a:hover { text-decoration: none; }
p { margin-top: 0 0 5px; }
#header_bottom{
	background: url(images/header_bottom.jpg) top center no-repeat;
	height: 2px;
	font-size: 0;
	width: 900px;
	margin: 0 auto;
}
#header {
	padding-left:4px;
	height: 196px;
	background: url(images/header_sides.gif) top center no-repeat;
	margin: 0 auto;
	width: 900px;
}

#content {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 1px;
}
input[type="text"] {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/* -- Form styles -- */

#form {
 	background: rgb(57,57,57);
  background-image: none;
  padding:15px;
	margin: 15px 15px 15px 15px;
	border: 0px white solid;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}
#form p {
	text-align: center;
}
#loginBtn {
	display: inline-block;
	border-radius: 10px;
	box-shadow: inset 0 0 15px white, 3px 3px 10px rgba(0,0,0,0.5);
	padding: 8px 15px 5px;
	background-color: #666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#222));
}
#loginBtn p {
	margin: 0;
	padding: 0;
	color: black;
	font-weight: bold;
	font-size: 14pt;
}
#loginBtn p.small {
	color: white;
	font-weight: normal;
	font-size: 8pt;
	margin-top: -5px
}
#priority {
	margin-left: 110px;
}
#pri_code {
	margin-left: 10px;
}
#offer_image {
	display: inline-block;
	height: 100px;
	min-width: 90px;
	margin-right: 15px;
}
#offer_image img{
	height: 100px;
}
#price_table {
 	display:inline-block;
  width:500px;
}
#form table.form {
  text-align:left;
  margin: 20px auto 0;
  width: 600px;
}
#form table.sub {
  margin: 0 auto;
  width: 600px;
  text-align:left;
  padding: 0px;
  border-spacing: 0px;
}
#form input.text1 {
  width:150px;
}
#form input.text2 {
  width:300px;
}
#form input.text3 {
  width:50px;
}
h1 {
 color:yellow;
}
img#gift {
  position: absolute;
  z-index:1;
}
#form table.submit {
  width: 90%;
  margin:0 auto;
}
#form table.submit td {
  font-size:7pt;
  text-align: center;
}

/* -- Gift styles -- */

div#gift {
 	background: rgb(57,57,57);
  background-image: none;
  width: 800px;
  padding: 15px 10px;
	margin: 15px auto;
	border: 0px white solid;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}
div#gift p {
	text-align: center;
}
div#gift table#price_table {
  width:600px;
  margin: 0 auto;
}
div#gift>table {
	margin-left: 25px;
	margin-top: 20px;
}
div#gift table.form {
  text-align:left;
  margin: 20px auto 0;
  width: 400px;
}
div#gift table.sub {
  margin: 0 auto;
  width: 600px;
  text-align:left;
  padding: 0px;
  border-spacing: 0px;
}
div#gift input.text1 {
  width:100px;
}
div#gift input.text2 {
  width:200px;
}
div#gift input.text3 {
  width:25px;
}

div#gift table.submit {
  width: 90%;
  margin:0 auto;
}
div#gift table.submit td {
  font-size:7pt;
  text-align: center;
}


/* -- Login Styles -- */

#login {
 	background: rgb(57,57,57);
  background-image: none;
  padding:15px;
	margin: 15px 15px 15px 15px;
	border: 0px white solid;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}

#login table {
	display: block;
	color: black;
	width: 400px;
	margin: 0 auto;
	background: #ddd;
	vertical-align: top;
	padding: 15px 25px;
	border-radius: 10px;
	box-shadow: inset 0 0 15px 1px rgba(0,0,0,1);
}

#login hr {
	display: inline-block;
	width: 30%;
	border: 0;
	border-bottom: 1px white solid;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#login p {
	display: inline-block;
	margin: 0 15px;
	color: white;
	font-style: italic;
	font-family: serif;
	font-size: 16pt;
}
#login table img{
	height: 25px;
	vertical-align: middle;
}
#login #about {
	width: 30px;
	margin-right: 10px;
	vertical-align: top;
}
#login #label {
	height: 150px;
	vertical-align: top;
}

/* -- Member Styles -- */

#member {
 	background: rgb(57,57,57);
  background-image: none;
  padding:15px;
	margin: 15px 15px 15px 15px;
	border: 0px white solid;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}
#member #logoutBtn, #member #renewBtn, #member #payBtn, #member #invoiceBtn {
	display: inline-block;
	border-radius: 10px;
	box-shadow: inset 0 0 15px white, 3px 3px 10px rgba(0,0,0,0.5);
	padding: 8px 15px 5px;
	background-color: #666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#222));
}
#member #renewBtn,  #member #payBtn,  #member #invoiceBtn {
	box-shadow: inset 0 0 15px 5px white, 5px 5px 10px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	background-color: #888;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#666));
}
#member #logoutBtn p,  #member #renewBtn p {
	margin: 0;
	padding: 0;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
#member #renewBtn p.small {
	color: white;
	font-weight: normal;
	font-size: 8pt;
	margin-top: -5px
}
#member #payBtn,  #member #invoiceBtn {
	margin: 0 5px;
	padding: 4px 10px 2px;
	font-weight: bold;
	color: black;
}
#member table.outer {
	display: block;
	color: black;
	width: 600px;
	margin: 0 auto;
	background: #ddd;
	vertical-align: top;
	padding: 15px 25px;
	border-radius: 10px;
	box-shadow: inset 0 0 15px 1px rgba(0,0,0,1);
}
#member table th{
	font-size: 16pt;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	padding-bottom: 7px;
}
#member table.outer {
	padding-left: 50px;
}
#member input[type=text] {
  width:50px;
}
#member input.text2 {
  width:300px;
}
#member table .center {
	text-align: center;
}
#member a:link {
	color: black;
}

/* -- Email Styles -- */

#email_message {
 	background: rgb(57,57,57);
  background-image: none;
  padding:15px;
	margin: 15px 15px 15px 15px;
	border: 0px white solid;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}

/* -- Success Styles -- */

#success {
 	background: rgb(57,57,57);
  background-image: none;
  padding:15px;
	margin: 15px 15px 15px 15px;
	border: 0px white solid;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0 0 5px white;
}

#success #logo {
	display: block;
	color: black;
	width: 400px;
	margin: 0 auto 10px;
	background: #ddd;
	vertical-align: top;
	padding: 15px 25px;
	border-radius: 25px;
	box-shadow: inset 0 0 15px 1px rgba(0,0,0,1);
}

/* -- Copyright styles -- */

.tag {
  margin-top: -10px;
  text-align:center;
  color: white;
  font-size:7.5pt;
  font-style:italic;
}
.tag i {
  font-family: 'Times New Roman';
  font-style: italic;
}
.tag a:link, .tag a:visited  {
  color: #0000CC;
}

/* -- Error Styles -- */

#form .iserror {
	background-color: rgb(255,0,0);
}
#member .iserror {
	background-color: rgb(255,0,0);
	color: lightgrey;
}
