body {
  font: 10pt Arial;
  color: #333;
  background-color: #eee;
}

html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
}

a { color: #466963; }
a:hover { color: #a31d12; }
a:active
    {
    outline: none;
    }

a:focus
    {
    -moz-outline-style: none;
    }

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

hr {
	background-color: #999;
	border: 0;
	color: #999;
	height: 1px;
	margin: 3px 0 3px;
}

/* Login Form */

#login-form {
  display: none; 
  text-align: center; 
  background-color: #333; 
  color: white; 
  padding: 10px;
}
#login-form a {
  color: #99CCFF;
}

/* OTHER TEXT & IMAGES STUFF */

p.title {
  font-size: large;
}
.big {
  font-size: x-large;
}

.success {
  padding: 10px;
  background-color: #CCFF99;
}
.error {
  padding: 10px;
  background-color: #FF6666;
}
img.screenshot {
  border: 2px solid #888;
}


/* QUOTE FORMAT FOR TESTIMONIALS */

blockquote {
  font: 10pt Georgia, Times, serif;
  width: 509px;
  background: url(/images/quote2.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  line-height:150%;
}

blockquote:first-letter {
  background: url(/images/quote1.gif) no-repeat left top;
  padding-left: 20px;
  font: bold 12pt Georgia, Times, serif;
}


/* CORE */

#wrapper {
  margin: 0 auto;
  width: 910px;
  background-image: url(/images/paperbg.jpg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: white;
  border-left: 0px solid #bbb;
  border-right: 0px solid #bbb;
  border-bottom: 10px solid #bbb;
}

/* FOOTER  */

#wrapper { margin: 0 auto -200px; }
#push { clear: both; height: 50px; }
#footer { height: 200px; }

#footer { 
  background-color: #ddd;
  width: 910px;
  color: black;
  font: 9pt Arial;
  overflow: hidden;
  clear: both;
}

#footer a {
  color: #777;
  padding: 10px;
}
  
#footer  a:hover {
  color: #999;
}

#footer .testimonial-box {
  padding: 10px;
  background-color: #eaeaea;
  text-align: left;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  font-size: 10pt;
  font-family: Georgia;
  line-height: 130%;
}