.jstk {
  background-color: #fcf !important; }

/* Compass includes */
/* end compass */
/* MY includes */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html,
body {
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.
  
    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block; }

b,
strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic; }

ol,
ul {
  list-style: none; }

li {
  /*
    For IE6 + IE7:
  
    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden; }

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; }

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace; }

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px; }

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px; }

/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12, body, .row,
#footer
.content,
#header-container,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative; }

.container_12 .grid_3, body .grid_3, .row .grid_3,
#footer
.content .grid_3,
#header-container .grid_3,
.container_16 .grid_4 {
  width: 220px; }

.container_12 .grid_6, body .grid_6, .row .grid_6,
#footer
.content .grid_6,
#header-container .grid_6,
.container_16 .grid_8 {
  width: 460px; }

.container_12 .grid_9, body .grid_9, .row .grid_9,
#footer
.content .grid_9,
#header-container .grid_9,
.container_16 .grid_12 {
  width: 700px; }

.container_12 .grid_12, body .grid_12, .row .grid_12,
#footer
.content .grid_12,
#header-container .grid_12,
.container_16 .grid_16 {
  width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1, body .grid_1, .row .grid_1,
#footer
.content .grid_1,
#header-container .grid_1 {
  width: 60px; }

.container_12 .grid_2, body .grid_2, .row .grid_2,
#footer
.content .grid_2,
#header-container .grid_2 {
  width: 140px; }

.container_12 .grid_4, body .grid_4, .row .grid_4,
#footer
.content .grid_4,
#header-container .grid_4 {
  width: 300px; }

.container_12 .grid_5, body .grid_5, .row .grid_5,
#footer
.content .grid_5,
#header-container .grid_5 {
  width: 380px; }

.container_12 .grid_7, body .grid_7, .row .grid_7,
#footer
.content .grid_7,
#header-container .grid_7 {
  width: 540px; }

.container_12 .grid_8, body .grid_8, .row .grid_8,
#footer
.content .grid_8,
#header-container .grid_8 {
  width: 620px; }

.container_12 .grid_10, body .grid_10, .row .grid_10,
#footer
.content .grid_10,
#header-container .grid_10 {
  width: 780px; }

.container_12 .grid_11, body .grid_11, .row .grid_11,
#footer
.content .grid_11,
#header-container .grid_11 {
  width: 860px; }

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px; }

.container_16 .grid_2 {
  width: 100px; }

.container_16 .grid_3 {
  width: 160px; }

.container_16 .grid_5 {
  width: 280px; }

.container_16 .grid_6 {
  width: 340px; }

.container_16 .grid_7 {
  width: 400px; }

.container_16 .grid_9 {
  width: 520px; }

.container_16 .grid_10 {
  width: 580px; }

.container_16 .grid_11 {
  width: 640px; }

.container_16 .grid_13 {
  width: 760px; }

.container_16 .grid_14 {
  width: 820px; }

.container_16 .grid_15 {
  width: 880px; }

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3, body .prefix_3, .row .prefix_3,
#footer
.content .prefix_3,
#header-container .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px; }

.container_12 .prefix_6, body .prefix_6, .row .prefix_6,
#footer
.content .prefix_6,
#header-container .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px; }

.container_12 .prefix_9, body .prefix_9, .row .prefix_9,
#footer
.content .prefix_9,
#header-container .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px; }

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1, body .prefix_1, .row .prefix_1,
#footer
.content .prefix_1,
#header-container .prefix_1 {
  padding-left: 80px; }

.container_12 .prefix_2, body .prefix_2, .row .prefix_2,
#footer
.content .prefix_2,
#header-container .prefix_2 {
  padding-left: 160px; }

.container_12 .prefix_4, body .prefix_4, .row .prefix_4,
#footer
.content .prefix_4,
#header-container .prefix_4 {
  padding-left: 320px; }

.container_12 .prefix_5, body .prefix_5, .row .prefix_5,
#footer
.content .prefix_5,
#header-container .prefix_5 {
  padding-left: 400px; }

.container_12 .prefix_7, body .prefix_7, .row .prefix_7,
#footer
.content .prefix_7,
#header-container .prefix_7 {
  padding-left: 560px; }

.container_12 .prefix_8, body .prefix_8, .row .prefix_8,
#footer
.content .prefix_8,
#header-container .prefix_8 {
  padding-left: 640px; }

.container_12 .prefix_10, body .prefix_10, .row .prefix_10,
#footer
.content .prefix_10,
#header-container .prefix_10 {
  padding-left: 800px; }

.container_12 .prefix_11, body .prefix_11, .row .prefix_11,
#footer
.content .prefix_11,
#header-container .prefix_11 {
  padding-left: 880px; }

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px; }

.container_16 .prefix_2 {
  padding-left: 120px; }

.container_16 .prefix_3 {
  padding-left: 180px; }

.container_16 .prefix_5 {
  padding-left: 300px; }

.container_16 .prefix_6 {
  padding-left: 360px; }

.container_16 .prefix_7 {
  padding-left: 420px; }

.container_16 .prefix_9 {
  padding-left: 540px; }

.container_16 .prefix_10 {
  padding-left: 600px; }

.container_16 .prefix_11 {
  padding-left: 660px; }

.container_16 .prefix_13 {
  padding-left: 780px; }

.container_16 .prefix_14 {
  padding-left: 840px; }

.container_16 .prefix_15 {
  padding-left: 900px; }

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3, body .suffix_3, .row .suffix_3,
#footer
.content .suffix_3,
#header-container .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px; }

.container_12 .suffix_6, body .suffix_6, .row .suffix_6,
#footer
.content .suffix_6,
#header-container .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px; }

.container_12 .suffix_9, body .suffix_9, .row .suffix_9,
#footer
.content .suffix_9,
#header-container .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px; }

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1, body .suffix_1, .row .suffix_1,
#footer
.content .suffix_1,
#header-container .suffix_1 {
  padding-right: 80px; }

.container_12 .suffix_2, body .suffix_2, .row .suffix_2,
#footer
.content .suffix_2,
#header-container .suffix_2 {
  padding-right: 160px; }

.container_12 .suffix_4, body .suffix_4, .row .suffix_4,
#footer
.content .suffix_4,
#header-container .suffix_4 {
  padding-right: 320px; }

.container_12 .suffix_5, body .suffix_5, .row .suffix_5,
#footer
.content .suffix_5,
#header-container .suffix_5 {
  padding-right: 400px; }

.container_12 .suffix_7, body .suffix_7, .row .suffix_7,
#footer
.content .suffix_7,
#header-container .suffix_7 {
  padding-right: 560px; }

.container_12 .suffix_8, body .suffix_8, .row .suffix_8,
#footer
.content .suffix_8,
#header-container .suffix_8 {
  padding-right: 640px; }

.container_12 .suffix_10, body .suffix_10, .row .suffix_10,
#footer
.content .suffix_10,
#header-container .suffix_10 {
  padding-right: 800px; }

.container_12 .suffix_11, body .suffix_11, .row .suffix_11,
#footer
.content .suffix_11,
#header-container .suffix_11 {
  padding-right: 880px; }

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px; }

.container_16 .suffix_2 {
  padding-right: 120px; }

.container_16 .suffix_3 {
  padding-right: 180px; }

.container_16 .suffix_5 {
  padding-right: 300px; }

.container_16 .suffix_6 {
  padding-right: 360px; }

.container_16 .suffix_7 {
  padding-right: 420px; }

.container_16 .suffix_9 {
  padding-right: 540px; }

.container_16 .suffix_10 {
  padding-right: 600px; }

.container_16 .suffix_11 {
  padding-right: 660px; }

.container_16 .suffix_13 {
  padding-right: 780px; }

.container_16 .suffix_14 {
  padding-right: 840px; }

.container_16 .suffix_15 {
  padding-right: 900px; }

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3, body .push_3, .row .push_3,
#footer
.content .push_3,
#header-container .push_3,
.container_16 .push_4 {
  left: 240px; }

.container_12 .push_6, body .push_6, .row .push_6,
#footer
.content .push_6,
#header-container .push_6,
.container_16 .push_8 {
  left: 480px; }

.container_12 .push_9, body .push_9, .row .push_9,
#footer
.content .push_9,
#header-container .push_9,
.container_16 .push_12 {
  left: 720px; }

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1, body .push_1, .row .push_1,
#footer
.content .push_1,
#header-container .push_1 {
  left: 80px; }

.container_12 .push_2, body .push_2, .row .push_2,
#footer
.content .push_2,
#header-container .push_2 {
  left: 160px; }

.container_12 .push_4, body .push_4, .row .push_4,
#footer
.content .push_4,
#header-container .push_4 {
  left: 320px; }

.container_12 .push_5, body .push_5, .row .push_5,
#footer
.content .push_5,
#header-container .push_5 {
  left: 400px; }

.container_12 .push_7, body .push_7, .row .push_7,
#footer
.content .push_7,
#header-container .push_7 {
  left: 560px; }

.container_12 .push_8, body .push_8, .row .push_8,
#footer
.content .push_8,
#header-container .push_8 {
  left: 640px; }

.container_12 .push_10, body .push_10, .row .push_10,
#footer
.content .push_10,
#header-container .push_10 {
  left: 800px; }

.container_12 .push_11, body .push_11, .row .push_11,
#footer
.content .push_11,
#header-container .push_11 {
  left: 880px; }

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px; }

.container_16 .push_2 {
  left: 120px; }

.container_16 .push_3 {
  left: 180px; }

.container_16 .push_5 {
  left: 300px; }

.container_16 .push_6 {
  left: 360px; }

.container_16 .push_7 {
  left: 420px; }

.container_16 .push_9 {
  left: 540px; }

.container_16 .push_10 {
  left: 600px; }

.container_16 .push_11 {
  left: 660px; }

.container_16 .push_13 {
  left: 780px; }

.container_16 .push_14 {
  left: 840px; }

.container_16 .push_15 {
  left: 900px; }

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3, body .pull_3, .row .pull_3,
#footer
.content .pull_3,
#header-container .pull_3,
.container_16 .pull_4 {
  left: -240px; }

.container_12 .pull_6, body .pull_6, .row .pull_6,
#footer
.content .pull_6,
#header-container .pull_6,
.container_16 .pull_8 {
  left: -480px; }

.container_12 .pull_9, body .pull_9, .row .pull_9,
#footer
.content .pull_9,
#header-container .pull_9,
.container_16 .pull_12 {
  left: -720px; }

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1, body .pull_1, .row .pull_1,
#footer
.content .pull_1,
#header-container .pull_1 {
  left: -80px; }

.container_12 .pull_2, body .pull_2, .row .pull_2,
#footer
.content .pull_2,
#header-container .pull_2 {
  left: -160px; }

.container_12 .pull_4, body .pull_4, .row .pull_4,
#footer
.content .pull_4,
#header-container .pull_4 {
  left: -320px; }

.container_12 .pull_5, body .pull_5, .row .pull_5,
#footer
.content .pull_5,
#header-container .pull_5 {
  left: -400px; }

.container_12 .pull_7, body .pull_7, .row .pull_7,
#footer
.content .pull_7,
#header-container .pull_7 {
  left: -560px; }

.container_12 .pull_8, body .pull_8, .row .pull_8,
#footer
.content .pull_8,
#header-container .pull_8 {
  left: -640px; }

.container_12 .pull_10, body .pull_10, .row .pull_10,
#footer
.content .pull_10,
#header-container .pull_10 {
  left: -800px; }

.container_12 .pull_11, body .pull_11, .row .pull_11,
#footer
.content .pull_11,
#header-container .pull_11 {
  left: -880px; }

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px; }

.container_16 .pull_2 {
  left: -120px; }

.container_16 .pull_3 {
  left: -180px; }

.container_16 .pull_5 {
  left: -300px; }

.container_16 .pull_6 {
  left: -360px; }

.container_16 .pull_7 {
  left: -420px; }

.container_16 .pull_9 {
  left: -540px; }

.container_16 .pull_10 {
  left: -600px; }

.container_16 .pull_11 {
  left: -660px; }

.container_16 .pull_13 {
  left: -780px; }

.container_16 .pull_14 {
  left: -840px; }

.container_16 .pull_15 {
  left: -900px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
body:before,
.row:before,
#footer .content:before,
#header-container:before,
.container_12:after,
body:after,
.row:after,
#footer .content:after,
#header-container:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container_12:after,
body:after,
.row:after,
#footer .content:after,
#header-container:after,
.container_16:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
body,
.row,
#footer .content,
#header-container,
.container_16 {
  zoom: 1; }

html, body {
  height: 100%; }

#wrapper {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -100px; }
  #wrapper .push {
    clear: both;
    height: 100px; }

#footer {
  clear: both;
  position: relative;
  height: 100px; }

html, body {
  min-height: 100%;
  height: 100%; }

body {
  background-color: #fdfdfd; }

.row,
#footer
.content,
#header-container {
  overflow: hidden; }

.superadmin-banner {
  padding: .25em 1em;
  width: 100%; }
  .superadmin-banner a {
    color: #8a1f11; }
    .superadmin-banner a:hover, .superadmin-banner a:active {
      color: #8a1f11; }

.quiz,
.quiz .row {
  width: 785px !important; }

.header {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  color: #333333;
  background: #233C6F url(../images/header_bg.png) 0 0 repeat-x; }
  .header h1 {
    float: left;
    height: 40px;
    margin: 10px 20px 0 0;
    font-size: 2em;
    line-height: 60px; }
    .header h1 a {
      display: block;
      width: 210px;
      height: 40px;
      background: url(../images/logo.png) 0px 0px no-repeat;
      color: #ffffff;
      text-indent: -9999px;
      text-decoration: none; }

.menu {
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .menu.guest {
    float: right; }
  .menu li {
    position: relative;
    overflow: hidden;
    height: 60px;
    list-style: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0; }
    .menu li a:link, .menu li a:visited {
      display: block;
      font-size: 14px;
      height: 60px;
      width: 100px;
      text-align: center;
      vertical-align: bottom;
      padding: 10px 4px 0;
      text-decoration: none;
      font-weight: bold;
      color: #ffffff; }
      .menu li a:link:hover, .menu li a:visited:hover {
        color: #233C6F;
        background-color: #ffffff; }
        .menu li a:link:hover span, .menu li a:visited:hover span {
          text-shadow: none; }
      .menu li a:link.current:hover, .menu li a:visited.current:hover {
        color: #233C6F;
        background-color: #ffffff;
        text-shadow: none; }
      .menu li a:link.dashboard, .menu li a:visited.dashboard {
        padding-top: 31px; }
      .menu li a:link.admin-training, .menu li a:visited.admin-training {
        padding-top: 10px;
        width: 150px; }
    .menu li.auth {
      float: right;
      margin-left: 10px; }
      .menu li.auth span {
        display: block;
        padding-top: 8px;
        font-weight: bold;
        font-size: 10px;
        line-height: 100%; }
      .menu li.auth a {
        font-size: 12px;
        font-weight: normal;
        padding: 0 10px;
        height: auto;
        width: auto; }
      .menu li.auth .accountlink {
        height: 60px;
        line-height: 27px; }
      .menu li.auth .signin {
        color: inherit; }
      .menu li.auth.signout {
        margin-top: 17px; }
        .menu li.auth.signout a {
          color: #333333; }
      .menu li.auth.register, .menu li.auth.signin {
        margin-top: 17px;
        height: auto; }
      .menu li.auth.signin a:hover {
        color: #333333; }
      .menu li.auth.register a:hover {
        color: #ffffff; }
  .menu .current, .menu .current:hover, .menu .account .auth a.current {
    color: #233C6F !important;
    text-shadow: none;
    background-color: #ffffff; }

.auth span {
  color: #3cb300; }

span.superadmin {
  color: #ff4e33; }

.public .header .menu {
  background: none; }
  .public .header .menu li {
    background: none; }

#content {
  position: relative;
  margin-top: 80px;
  overflow: hidden; }

#footer {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  background: #233C6F;
  font-size: 11px;
  line-height: 20px;
  overflow: hidden; }
  #footer div {
    padding: 5px 20px; }
  #footer a {
    color: #fff; }
  #footer .contact {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 1.5em; }
  #footer .copyright {
    color: #aaa;
    text-align: center; }

.hidden {
  display: none; }

.btn {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn:visited, .btn:hover, .btn:active {
    color: #333; }
  .btn:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn:hover, .btn:active {
    top: 1px; }
  .btn img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-lg:visited, .btn-lg:hover, .btn-lg:active {
    color: #333; }
  .btn-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-lg:hover, .btn-lg:active {
    top: 1px; }
  .btn-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-small:visited, .btn-small:hover, .btn-small:active {
    color: #333; }
  .btn-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-small:hover, .btn-small:active {
    top: 1px; }
  .btn-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-gray {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-gray:visited, .btn-gray:hover, .btn-gray:active {
    color: #333; }
  .btn-gray:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray:hover, .btn-gray:active {
    top: 1px; }
  .btn-gray img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-gray-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-gray-lg:visited, .btn-gray-lg:hover, .btn-gray-lg:active {
    color: #333; }
  .btn-gray-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray-lg:hover, .btn-gray-lg:active {
    top: 1px; }
  .btn-gray-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-gray-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-gray-small:visited, .btn-gray-small:hover, .btn-gray-small:active {
    color: #333; }
  .btn-gray-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray-small:hover, .btn-gray-small:active {
    top: 1px; }
  .btn-gray-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-lg-link {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  background: url("../../images/button_bgs.png") 0 "0 -900px" repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(transparent), to(transparent)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, transparent 50%, transparent 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -ms-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -o-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  font-size: 14px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -icab-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .btn-lg-link:visited, .btn-lg-link:hover, .btn-lg-link:active {
    color: #333333; }
  .btn-lg-link:hover {
    background: url("../../images/button_bgs.png") 0 "0 -900px-10px" repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(transparent), to(transparent)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x; }
  .btn-lg-link:hover, .btn-lg-link:active {
    top: 1px; }
  .btn-lg-link img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-link {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  background: url("../../images/button_bgs.png") 0 "0 -900px" repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(transparent), to(transparent)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, transparent 50%, transparent 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -ms-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -o-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  font-size: 14px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -icab-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .btn-link:visited, .btn-link:hover, .btn-link:active {
    color: #333333; }
  .btn-link:hover {
    background: url("../../images/button_bgs.png") 0 "0 -900px-5px" repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(transparent), to(transparent)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x; }
  .btn-link:hover, .btn-link:active {
    top: 1px; }
  .btn-link img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-green {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -160px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-green:visited, .btn-green:hover, .btn-green:active {
    color: #333; }
  .btn-green:hover {
    background: url("../../images/button_bgs.png") 0 -165px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green:hover, .btn-green:active {
    top: 1px; }
  .btn-green img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-green-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -220px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-green-lg:visited, .btn-green-lg:hover, .btn-green-lg:active {
    color: #333; }
  .btn-green-lg:hover {
    background: url("../../images/button_bgs.png") 0 -230px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green-lg:hover, .btn-green-lg:active {
    top: 1px; }
  .btn-green-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-green-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -160px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-green-small:visited, .btn-green-small:hover, .btn-green-small:active {
    color: #333; }
  .btn-green-small:hover {
    background: url("../../images/button_bgs.png") 0 -165px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green-small:hover, .btn-green-small:active {
    top: 1px; }
  .btn-green-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-red {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -320px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red:visited, .btn-red:hover, .btn-red:active {
    color: #fff; }
  .btn-red:hover {
    background: url("../../images/button_bgs.png") 0 -325px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red:hover, .btn-red:active {
    top: 1px; }
  .btn-red img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-red-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -380px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red-lg:visited, .btn-red-lg:hover, .btn-red-lg:active {
    color: #fff; }
  .btn-red-lg:hover {
    background: url("../../images/button_bgs.png") 0 -390px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red-lg:hover, .btn-red-lg:active {
    top: 1px; }
  .btn-red-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-red-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -320px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red-small:visited, .btn-red-small:hover, .btn-red-small:active {
    color: #fff; }
  .btn-red-small:hover {
    background: url("../../images/button_bgs.png") 0 -325px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red-small:hover, .btn-red-small:active {
    top: 1px; }
  .btn-red-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-blue {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -480px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-blue:visited, .btn-blue:hover, .btn-blue:active {
    color: #333; }
  .btn-blue:hover {
    background: url("../../images/button_bgs.png") 0 -485px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue:hover, .btn-blue:active {
    top: 1px; }
  .btn-blue img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-blue-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -540px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-blue-lg:visited, .btn-blue-lg:hover, .btn-blue-lg:active {
    color: #333; }
  .btn-blue-lg:hover {
    background: url("../../images/button_bgs.png") 0 -550px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue-lg:hover, .btn-blue-lg:active {
    top: 1px; }
  .btn-blue-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-blue-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -480px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-blue-small:visited, .btn-blue-small:hover, .btn-blue-small:active {
    color: #333; }
  .btn-blue-small:hover {
    background: url("../../images/button_bgs.png") 0 -485px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue-small:hover, .btn-blue-small:active {
    top: 1px; }
  .btn-blue-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-white {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-white:visited, .btn-white:hover, .btn-white:active {
    color: #333; }
  .btn-white:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white:hover, .btn-white:active {
    top: 1px; }
  .btn-white img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-white-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-white-lg:visited, .btn-white-lg:hover, .btn-white-lg:active {
    color: #333; }
  .btn-white-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white-lg:hover, .btn-white-lg:active {
    top: 1px; }
  .btn-white-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-white-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-white-small:visited, .btn-white-small:hover, .btn-white-small:active {
    color: #333; }
  .btn-white-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white-small:hover, .btn-white-small:active {
    top: 1px; }
  .btn-white-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-link.cancel, .btn-link.delete {
  font-weight: normal !important;
  font-size: 11px !important;
  height: 21px !important;
  line-height: 21px !important;
  margin: 1px 0 0 12px !important;
  padding: 0 4px; }

.btn-link.delete:hover {
  background-color: #dd0000;
  color: #ffffff; }

.btn-link.cancel:hover {
  background-color: #dddddd;
  color: #333333; }

/* stack the form labels and inputs */
form ul, form ol, form legend, form p {
  margin: 0;
  padding: 0; }
form li {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }
form fieldset {
  display: block;
  *display: inline-block; }
  form fieldset:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
form abbr, form acronym {
  border: 0;
  font-variant: normal;
  font-weight: normal; }
form ol, form ul {
  list-style: none; }
form label {
  display: block;
  *display: inline-block; }
  form label:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
form input, form textarea {
  vertical-align: middle; }
form .check_boxes input, form .radio input {
  margin: 0; }
form .check_boxes label, form .radio label {
  cursor: pointer; }
form .hidden {
  display: none; }
form .date li, form .time li, form .datetime li {
  float: left;
  width: auto;
  clear: none; }
form .date label, form .time label, form .datetime label {
  display: none;
  width: auto; }
form .date input, form .time input, form .datetime input {
  display: inline;
  margin: 0;
  padding: 0; }
form .errors {
  list-style: square; }
  form .errors li {
    padding: 0;
    border: none;
    display: list-item;
    float: none;
    clear: both; }
form .inputs {
  z-index: 99; }
form .buttons li {
  float: left; }
form li {
  *display: inline-block;
  display: block; }
  form li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  form li fieldset {
    border: none;
    position: relative;
    margin-top: 0px; }
  form li legend {
    display: block;
    margin-bottom: 0; }
  form li .label {
    display: block;
    clear: both;
    background: transparent; }
  form li ol {
    float: left;
    margin: 0; }
    form li ol li {
      padding: 0;
      border: 0;
      display: inline; }
form fieldset {
  /* begin stack form */
  width: 300px; }
form ol {
  padding-left: 18px; }
form input {
  clear: both;
  float: none; }
form li {
  display: block;
  clear: both;
  float: none;
  width: 300px; }
  form li ol {
    padding: 0; }
  form li li {
    clear: none;
    width: auto; }
  form li fieldset legend, form li fieldset legend .label {
    display: block;
    clear: both; }
  form li fieldset .label {
    position: relative; }
  form li fieldset label, form li fieldset input {
    width: auto; }
form .date ol, form .time ol, form .datetime ol {
  width: 300px; }
form .date li, form .time li, form .datetime li {
  display: inline;
  clear: none;
  float: left;
  padding-right: 9px; }
form .checkbox li, form .radio li {
  display: block; }
form .checkbox input, form .radio input {
  border: none; }
form label {
  display: block;
  clear: both;
  float: none;
  width: "full"; }
form input, form textarea {
  width: 282px; }
form select {
  width: auto; }
form .errors li {
  display: list-item; }
form .buttons ol {
  padding-left: 18px;
  padding-right: 18px; }
form .buttons li {
  width: auto;
  clear: none;
  display: inline; }
form .buttons input {
  width: auto; }
form #errorExplanation {
  width: 282px; }
form .label {
  #left: -0.5em;
  #position: relative; }

/* ---- default layout customizations ---- */
form {
  clear: left;
  padding: 0 0px; }
  form h2 {
    margin: 0 0 5px; }
  form dl {
    padding: 0;
    margin: 0px 0 0 !important; }
  form dt, form dd {
    position: relative;
    padding: 0; }
    form dt.checkbox, form dd.checkbox {
      overflow: hidden;
      padding: 0 0 15px;
      line-height: 1em; }
      form dt.checkbox label, form dd.checkbox label {
        line-height: 1em;
        float: left;
        clear: none; }
      form dt.checkbox input[type='checkbox'], form dd.checkbox input[type='checkbox'] {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        vertical-align: middle; }
    form dt dd, form dd dd {
      padding: 0; }
  form dd {
    padding: 0 0 15px; }
    form dd.hint {
      padding: 0;
      margin: -1em 0 1em; }
  form fieldset {
    width: auto;
    margin: 0 0 20px; }
  form fieldset {
    padding: 0; }
  form legend, form label {
    color: #333333;
    line-height: 1.25em; }
  form label, form .label {
    font-weight: bold;
    padding: 0 0 2px 2px; }
    form label abbr, form .label abbr {
      margin-left: 3px;
      opacity: .5;
      color: red; }
  form label {
    font-size: 14px; }
    form label.inline {
      display: inline;
      padding: 0; }
  form legend span {
    font-size: 1.4em;
    line-height: 1em; }
    form legend span.label {
      font-size: 1em; }
  form select {
    padding: 3px; }
  form input, form textarea, form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    font-family: inherit;
    font-size: 16px; }
  form textarea, form input {
    font-family: Helvetica,Arial,sans-serif;
    border: 1px solid #cccccc;
    margin-left: 2px;
    padding: 6px 8px 6px 7px;
    line-height: 120%;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  form input[type='checkbox'] {
    width: auto; }
  form .file {
    width: auto; }
    form .file input[type='file'] {
      width: 140px !important;
      border: none; }
  form input.short {
    width: 100px; }
  form input.medium {
    width: 190px; }
  form input.wide {
    width: 600px; }
  form textarea.short {
    height: 4em; }
  form textarea.wide {
    width: 600px;
    height: 8em; }
  form.inline {
    line-height: 3; }
    form.inline dt, form.inline dd {
      width: auto;
      display: inline; }
      form.inline dt input, form.inline dd input {
        display: inline;
        width: auto; }
  form .radios input, form .checkboxes input {
    vertical-align: baseline;
    display: inline;
    width: auto;
    padding: 0;
    border: none;
    margin: 0 .5em 0 .1em; }
  form .radios label, form .checkboxes label {
    line-height: 2em;
    display: inline; }
  form .date dt, form .date dd, form .time dt, form .time dd, form .datetime dt, form .datetime dd {
    margin: 0 0.3em 0 0; }
  form .required input, form .required textarea, form .required select {
    background-color: white; }
  form .field-error input {
    border-color: #cc0000; }
  form .error {
    color: #990000;
    padding: 5px 8px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    form .error h2 {
      font-size: 1em !important;
      font-weight: bold; }
    form .error dt, form .error dd {
      color: #990000;
      margin-left: 15px; }
    form .error label {
      color: #666666; }
    form .error input, form .error textarea, form .error select {
      background-color: #eeeeee;
      border: 1px solid #cccccc; }
  form form p, form .errors {
    padding: 3px 0px; }
  form .optional input, form .optional textarea, form .optional select {
    background-color: white; }
  form .errors {
    color: #990000; }
    form .errors dt, form .errors dd {
      margin-left: 1.2em; }
  form p.inline-errors {
    display: none; }
  form p.inline-hints {
    font-style: italic;
    display: inline;
    color: #666666; }
    form p.inline-hints strong {
      font-style: normal; }
    form p.inline-hints a {
      color: #990000; }
  form .buttons {
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0; }
    form .buttons dt, form .buttons dd {
      padding-right: 0.5em; }

.flash {
  position: absolute;
  z-index: 9999;
  display: block;
  width: 640px;
  padding: 5px 8px;
  margin: 0 150px 10px;
  font-size: 1.4em;
  color: #333333;
  background-color: #fff4bb;
  border: 1px solid #ffcc00;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .flash.block {
    width: 832px;
    margin: 0 50px 20px;
    position: relative; }
    .flash.block p {
      font-size: 18px;
      line-height: 1.4em;
      margin: 0; }
  .flash.alert {
    border-color: #ff9900;
    background-color: #ffdd55;
    color: #333333;
    margin-right: 2px; }
  .flash.notice {
    position: relative;
    width: 940px;
    margin: 0 0 10px;
    clear: both;
    border-color: #0099cc;
    background-color: #99eeff;
    color: #333333;
    margin-right: 2px; }

.public .formtastic.account .flash {
  width: 282px; }

form.account {
  float: none;
  width: 520px;
  overflow: hidden;
  margin: 0 auto; }
  form.account abbr {
    visibility: hidden; }
  form.account .buttons {
    clear: both;
    overflow: hidden;
    padding: 20px 0 0 0px; }
  form.account .forgot_pass {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    margin-left: 165px; }
  form.account .links {
    font-size: 1.25em;
    clear: both;
    padding: 20px 0 0 0px; }
  form.account strong {
    color: #233C6F; }
  form.account h4 {
    margin-bottom: 0; }
  form.account a:link, form.account a:visited {
    color: #233C6F; }

.register_alternates {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 180px; }

.reg-company h2:before, .reg-individual h2:before {
  content: "";
  float: left;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../../images/sprites.png) 0 -16px no-repeat;
  margin: 11px 8px 0 0; }

.reg-individual h2:before {
  background-position: 0 0 !important; }

form.centered {
  float: none;
  width: 500px;
  margin: 0 auto; }

#show_spanish_content {
  display: block;
  margin: 0 0 1em; }

#spanish_content {
  display: none; }

body {
  line-height: 1.5;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 75%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal;
    color: #333333; }
    body h1 img, body h2 img, body h3 img, body h4 img, body h5 img, body h6 img {
      margin: 0; }
  body h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em; }
  body h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }
  body h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em; }
  body h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em; }
  body h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em; }
  body h6 {
    font-size: 1em;
    font-weight: bold; }
  body p {
    margin: 0 0 1.5em; }
    body p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    body p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  body a {
    text-decoration: underline;
    color: #000099; }
    body a:visited {
      color: #1a1a66; }
    body a:focus {
      color: black; }
    body a:hover {
      color: black; }
    body a:active {
      color: #66004d; }
  body blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic; }
  body strong {
    font-weight: bold; }
  body em {
    font-style: italic; }
  body dfn {
    font-style: italic;
    font-weight: bold; }
  body sup, body sub {
    line-height: 0; }
  body abbr, body acronym {
    border-bottom: 1px dotted #666666; }
  body address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body del {
    color: #666666; }
  body pre {
    margin: 1.5em 0;
    white-space: pre; }
  body pre, body code, body tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5; }
  body li ul, body li ol {
    margin: 0; }
  body ul, body ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em; }
  body ul {
    list-style-type: disc; }
  body ol {
    list-style-type: decimal; }
  body dl {
    margin: 0 0 1.5em 0; }
    body dl dt {
      font-weight: bold; }
  body dd {
    margin-left: 1.5em; }
  body table {
    margin-bottom: 1.4em;
    width: 100%; }
  body th {
    font-weight: bold; }
  body thead th {
    background: #c3d9ff; }
  body th, body td, body caption {
    padding: 4px 10px 4px 5px; }
  body tfoot {
    font-style: italic; }
  body caption {
    background: #eeeeee; }
  body .quiet {
    color: #333333; }
  body .loud {
    color: #2b2b2b; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333; }
  body dd {
    margin: 0; }

#main_column h1 {
  font-size: 2.4em; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

hr {
  height: 1px;
  padding: 0;
  clear: both;
  border: none;
  border-top: 1px solid #cccccc; }
  hr.hidden {
    border-color: transparent; }

.clear {
  clear: both; }

.floatright {
  float: right; }

.floatleft {
  float: left; }

table thead th {
  background-color: #dddddd; }

.faq {
  width: 600px; }
  .faq .text {
    font-size: 1.2em; }
    .faq .text h3 {
      font-size: 1.25em;
      margin: 3em 0 1em;
      padding-bottom: .25em;
      border-bottom: 1px solid #cccccc; }
  .faq ol {
    margin: 0 0 4em;
    padding-left: 1.5em; }

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

b, strong {
  font-weight: 900; }

.home {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0; }
  .home .column {
    float: left;
    margin: 0;
    padding: 0; }
    .home .column.alpha {
      width: 450px;
      margin-left: 55px; }
    .home .column.omega {
      width: 350px;
      margin-left: 40px; }
  .home .title {
    height: 170px;
    width: 450px;
    text-indent: -999px;
    background: url(../../public/images/cranetestprep_title.png) 50% 0 no-repeat;
    margin-bottom: 0px; }
  .home .actions {
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    padding: 34px 0 5px; }
    .home .actions div {
      width: 150px;
      float: left;
      margin: 0 0 0 10px; }
      .home .actions div.register {
        margin: 0 20px 0 0; }
      .home .actions div h6 {
        font-size: 11px;
        line-height: 1.25em;
        margin: 0 0 5px;
        text-align: center; }
      .home .actions div p {
        font-size: 11px;
        line-height: 1.25em;
        margin: 5px 0;
        text-align: center; }
    .home .actions a {
      width: 125px;
      text-align: center;
      float: none;
      margin: 0 auto 0; }
  .home ul {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0 0 0 1.25em; }
    .home ul li {
      color: #233C6F;
      margin-bottom: .005em; }
  .home h2, .home h3 {
    font-size: 22px;
    font-weight: bold;
    color: #233C6F; }
  .home p {
    margin: 0 0 1em; }

.home .omega h2 {
  margin-top: 20px; }
.home .overview {
  background-size: 25%; }
  .home .overview img {
    width: 99%;
    border: 1px solid #233C6F;
    padding: 0px;
    margin: 20px 0 20px; }
.home .payment .payment_methods {
  float: right;
  width: 140px;
  margin: -2px 0 0; }
.home .about p {
  margin: 0 0 10px 0;
  float: left; }

.badges {
  margin: 2em 0; }

.ncco-badge {
  float: left;
  margin: 0 1em 0 0;
  width: 60px;
  height: 60px; }

.stripe-badge {
  margin: .5em 0 0; }

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee; }
  ul.list li {
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    ul.list li .status, ul.list li .info {
      float: right; }

.quiz #content {
  margin-left: 40px;
  margin-right: 40px; }
  .quiz #content p {
    font-size: 14px; }
  .quiz #content input[type='radio'] {
    width: auto;
    margin: -3px 10px 0 0; }
  .quiz #content label {
    font-weight: normal; }
  .quiz #content .scorebox {
    position: relative;
    float: left;
    border: 2px solid #cccccc;
    background: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$first', endColorstr='$second');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #f5f5f5), color-stop(80%, #e5e5e5));
    background: -moz-linear-gradient(top, #f5f5f5 33%, #e5e5e5 80%);
    -o-border-radius: 20px;
    -icab-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0 0 150px;
    text-align: center; }
    .quiz #content .scorebox h3 {
      font-size: 2em;
      color: #999999;
      margin-bottom: 10px; }
    .quiz #content .scorebox .score {
      font-size: 6em;
      line-height: 1em;
      font-weight: bold;
      margin: 0 15px 0 0;
      color: #233C6F; }
    .quiz #content .scorebox .score-tally {
      font-size: 11px;
      margin: 1em 0 0; }
  .quiz #content .retake {
    margin: 80px 0 0 50px; }

.quiz #footer div {
  padding-left: 40px;
  padding-right: 40px; }

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