html,
body,
div,
form,
fieldset,
legend,
img,
p,
h1,
h2,
h3,
hr,
span,
ul,
li {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

html, body {
  height: 100%;
}

.clear {
  clear: both;
}

.small-font {
  font-size: 0.8em;
}

body {
  font-family: sans-serif;
}

.push {
  height: 80px;
  clear: both;
}

#page-wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -80px;
}

.flash-error {
  padding: 6px 10px;
  border: solid 1px #a00;
  background-color: #ffefef;
  color: #aa0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.highlight-success {
  padding: 6px 10px;
  border: 1px solid #0a0;
  background-color: #dfd;
  color: #090;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#content {
  margin: 20px auto 30px auto;
  width: 850px;
}
#content h1 {
  font-family: "Rambla", sans-serif;
  font-size: 1.8em;
  margin-bottom: 18px;
}
#content h2 {
  font-family: "Rambla", sans-serif;
  font-size: 1.2em;
  margin-top: 18px;
  margin-bottom: 6px;
}
#content p {
  margin-bottom: 18px;
}
#content li {
  margin-bottom: 18px;
}

.admin-nav li {
  float: left;
  list-style-type: none;
  width: 10em;
}

.free-trial {
  background-position: 0 0;
}

.free-trial:hover {
  background-position: 0 -58px;
}

.buy-now {
  background-position: 0 -116px;
}

.buy-now:hover {
  background-position: 0 -174px;
}

.continue {
  background-position: 0 -232px;
}

.continue:hover {
  background-position: 0 -290px;
}

.purchase {
  background-position: 0 -348px;
}

.purchase:hover {
  background-position: 0 -406px;
}

.download {
  background-position: 0 -464px;
}

.download:hover {
  background-position: 0 -522px;
}

.buy-now,
.free-trial,
.continue,
.purchase,
.download {
  background-image: url("/version/6/images/buttons.png");
  background-color: transparent;
  border: none;
  color: transparent;
  width: 156px;
  height: 58px;
  display: inline-block;
}

#content.contactpage {
  width: 600px;
}
#content.contactpage ol {
  list-style: none;
}
#content.contactpage ol li.highlight {
  display: none;
}
#content.contactpage ol label {
  display: inline-block;
  width: 5em;
}
#content.contactpage ol .message-label {
  width: 25em;
}

#contact-name {
  width: 200px;
}

#contact-email,
#contact-subject {
  width: 300px;
}

#contact-message {
  display: block;
  width: 550px;
}

#content.continuepurchasepage ul {
  list-style: none;
}
#content.continuepurchasepage ul.info {
  margin-bottom: 18px;
}
#content.continuepurchasepage ul.info li {
  margin-bottom: 6px;
}
#content.continuepurchasepage ul.info li .item {
  font-weight: bold;
  width: 9em;
  display: inline-block;
}
#content.continuepurchasepage .submit-form {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4em;
}

#submit-buttons {
  margin: 2em 2em;
}

#provider-notice {
  margin-top: 18px;
}

#agree-wrapper {
  margin-bottom: 18px;
  padding: 5px 0;
  border: solid 1px transparent;
}
#agree-wrapper label {
  margin-left: 1em;
}

#content.documentationpage {
  width: 100%;
}
#content.documentationpage .center {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#content.documentationpage .documentation-wrapper {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#content.documentationpage ul.documentation-list {
  margin: 2em 0 1em 0;
  list-style-type: none;
}
#content.documentationpage ul.documentation-list ul.documentation-links {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
#content.documentationpage ul.documentation-list ul.documentation-links li {
  margin: 1em 0;
  display: block;
}
#content.documentationpage ul.documentation-list ul.documentation-links .documentation-logo {
  width: 120px;
  margin: 0 auto;
  display: block;
}
#content.documentationpage ul.documentation-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#content.downloadpage {
  width: 100%;
}
#content.downloadpage .center {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#content.downloadpage .button-wrapper {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#content.downloadpage .button {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.2em;
  padding: 0.6em 0.8em;
  text-align: center;
}
#content.downloadpage .button {
  background: #2b58a6;
  background-image: linear-gradient(to bottom, #2b58a6, #24447a);
  border-radius: 28px;
  box-shadow: 0px 1px 2px #666666;
  color: #ffffff;
  border: solid #ffffff 2px;
  text-decoration: none;
}
#content.downloadpage .button:hover {
  background: #3b9ad9;
  background-image: linear-gradient(to bottom, #3b9ad9, #2f84bd);
  text-decoration: none;
}
#content.downloadpage p.highlight {
  padding: 6px 10px;
  border: 1px solid #0a0;
  background-color: #dfd;
  color: #090;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content.downloadpage ul.download-links {
  margin: 2em 0 1em 0;
  list-style-type: none;
}
#content.downloadpage ul.download-links ul {
  list-style-type: none;
  margin: 0;
}
#content.downloadpage ul.download-links ul li {
  margin: 0;
}
#content.downloadpage ul.download-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#content.downloadpage ul.download-links .requires {
  line-height: 88px;
  border: 1px solid black;
}
#content.downloadpage ul.download-links .download-logo {
  vertical-align: middle;
  width: 120px;
}
#content.downloadpage ul.download-links .download-link {
  line-height: 88px;
}
#content.downloadpage #download-info {
  font-size: 0.6em;
  display: none;
}

.featurespage li {
  list-style-type: none;
}

#footer {
  width: 100%;
  height: 79px;
  clear: both;
  border-top: solid 1px black;
}

#footer-wrapper {
  margin: 0 auto 0 auto;
  width: 70%;
}

.logos {
  margin-top: 6px;
  float: right;
  width: 210px;
  height: 40px;
}

#footer ul {
  width: 100%;
  margin: 16px 0 0 0;
  text-align: center;
}

#footer li {
  list-style-type: none;
  display: inline;
  margin-right: 2em;
  padding-bottom: 6px;
  color: black;
}

#footer li:last-child {
  margin-right: 0;
}

#footer li a {
  text-decoration: none;
  color: black;
}

#footer li a:hover {
  border-bottom: solid 1px black;
}

#footer li a:visited {
  color: black;
}

#footer .logos img {
  vertical-align: top;
  margin-left: 10px;
}

#footer li.twitter img {
  vertical-align: bottom;
}

#footer li.twitter a:hover {
  border: none;
}

.generatelicencepage label {
  width: 7em;
  display: inline-block;
  text-align: left;
  margin-right: 5px;
}

.generatelicencepage input[type=text] {
  width: 300px;
}

#generatelicence-form ul {
  padding: 0 0 0 1em;
}

#generatelicence-form ul li {
  margin-bottom: 5px;
  list-style-type: none;
}

#generatelicence-form ul li .ui-state-error,
#generatelicence-form ul li .highlight-success {
  margin-right: 1em;
}

#header {
  border-bottom: solid 1px black;
  padding-bottom: 12px;
  text-align: center;
}
#header p {
  font-family: sans-serif;
}
#header p.title {
  font-family: "Prosto One", sans-serif;
  font-size: 36px;
  font-weight: 400;
  padding-top: 16px;
}
#header p.title a {
  text-decoration: none;
  color: black;
}
#header p.title a:visited {
  color: black;
}

#maintenance-admin {
  border-top: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
  background-color: #fcacae;
  color: #ff0000;
  height: 30px;
  width: 100%;
  line-height: 30px;
}

#content.homepage {
  width: 100%;
}
#content.homepage hr {
  margin-top: 58px;
  border-bottom: solid 1px black;
}

#detailed-points {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#general {
  width: 850px;
  margin: 0 auto;
}

#buy-buttons {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#buy-buttons a {
  position: relative;
  top: -29px;
}
#buy-buttons .buy-now {
  margin-left: 30px;
}

#general img {
  float: left;
  width: 444px;
  height: 271px;
  margin: 6px 50px;
}

#blurb {
  float: left;
  width: 500px;
}

#general ul {
  padding-left: 50px;
}
#general ul li {
  margin-bottom: 18px;
}

#navigation {
  margin: 6px 0 50px 0;
  text-align: center;
}

#navigation ul {
  font-family: "Rambla", sans-serif;
  font-size: 1.2em;
}

#navigation li {
  list-style-type: none;
  display: inline;
  margin-right: 2em;
  padding-bottom: 6px;
}

#navigation li:last-child {
  margin-right: 0;
}

#navigation li a {
  text-decoration: none;
  color: black;
}

#navigation li.current,
#navigation li:hover {
  border-bottom: solid 1px black;
}

#navigation li a:visited {
  color: black;
}

.content.loginpage {
  width: 800px;
}

.loginpage .loginbox {
  float: left;
}

#new-user {
  width: 300px;
  float: left;
}

#login-spacer {
  width: 0px;
  height: 200px;
  float: left;
  margin: 30px 80px 0 50px;
  border-left: solid 1px #777;
  border-right: solid 1px #fff;
}

#new-user p {
  margin-bottom: 3.3em;
}

.loginbox {
  width: 300px;
}

.loginbox label {
  width: auto;
}

.loginbox .login-label {
  width: 6em;
  display: inline-block;
  text-align: left;
  margin-right: 5px;
}

#login-form ol {
  padding: 0 0 0 1em;
}

#login-form ol li {
  margin-bottom: 5px;
  list-style-type: none;
}

#login-form ol li .ui-state-error,
#login-form ol li .highlight-success {
  margin-right: 1em;
}

#content.privacypage {
  width: 600px;
  text-align: justify;
}
#content.privacypage ul {
  list-style: none;
  margin-bottom: 18px;
}

#content.purchasepage ul {
  list-style: none;
}
#content.purchasepage p .highlight {
  font-weight: bold;
}
#content.purchasepage .continue {
  border: none;
  color: transparent;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content.purchasepage .australian {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin-left: 1em;
}

#purchase-email {
  width: 400px;
  margin-left: 8px;
}

.small-label {
  font-size: 0.9em;
}

#pricing-money-back img {
  margin-right: 1em;
  float: left;
  vertical-align: middle;
}
#pricing-money-back p {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

#payment-details .left-col {
  display: inline-block;
  width: 8em;
}

#content.purchasesuccesspage h2 {
  margin-bottom: 18px;
}
#content.purchasesuccesspage ul {
  width: 500px;
  list-style: none;
}
#content.purchasesuccesspage ul li {
  border-bottom: solid 1px black;
}

.currency-rates p {
  margin-bottom: 0.8em;
}

.currency-rates table {
  border-collapse: collapse;
  border: solid 1px black;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.currency-rates th,
.currency-rates td {
  border: solid 1px black;
  padding: 5px 20px;
}

.currency-rates th {
  background-color: #0033bb;
  color: #ffffff;
}

.currency-rates td {
  background-color: #ffffff;
}

#content.releasenotespage ul ul li {
  margin-left: 10px;
}

#content.supportpage ol {
  list-style: none;
}

#licensed-email {
  width: 300px;
}

.versionmanagerpage li {
  list-style-type: none;
}

.versionmanagerpage ul label {
  width: 7em;
}

/*# sourceMappingURL=main.css.map */
