html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

#facebox {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left; }
  #facebox {
    display: block; }
  #facebox .b {
    background: url(/images/facebox/b.png); }
  #facebox .tl {
    background: url(/images/facebox/tl.png); }
  #facebox .tr {
    background: url(/images/facebox/tr.png); }
  #facebox .bl {
    background: url(/images/facebox/bl.png); }
  #facebox .br {
    background: url(/images/facebox/br.png); }
  #facebox .popup {
    position: relative; }
  #facebox table {
    border-collapse: collapse; }
  #facebox td {
    border-bottom: 0;
    padding: 0; }
  #facebox .body {
    padding: 10px;
    background: #fff;
    width: 600px; }
  #facebox .loading {
    text-align: center; }
  #facebox .image {
    text-align: center; }
  #facebox img {
    border: 0;
    margin: 0; }
  #facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right; }
  #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0; }
  #facebox .actions {
    display: inline;
    float: right; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlayBG {
  background-color: #C5E5F7;
  z-index: 99; }

* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#facebox .next, #facebox .prev {
  font-size: 170%; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative; }
  .ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important; }
    .ui-tabs .ui-tabs-nav li a {
      float: left;
      text-decoration: none; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
      border-bottom-width: 0; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
        cursor: text; }
    .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
      cursor: text; }
    .ui-tabs .ui-tabs-nav li a {
      cursor: pointer; }
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: none; }
.ui-tabs .ui-tabs-hide {
  position: absolute;
  left: -10000px; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: hidden;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  .container {
    display: block; }

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  display: inline;
  float: left;
  margin-right: 10px; }
  * html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {
    overflow-x: hidden; }

.last, div.last {
  margin-right: 0; }

.span-1 {
  width: 30px; }

.span-2 {
  width: 70px; }

.span-3 {
  width: 110px; }

.span-4 {
  width: 150px; }

.span-5 {
  width: 190px; }

.span-6 {
  width: 230px; }

.span-7 {
  width: 270px; }

.span-8 {
  width: 310px; }

.span-9 {
  width: 350px; }

.span-10 {
  width: 390px; }

.span-11 {
  width: 430px; }

.span-12 {
  width: 470px; }

.span-13 {
  width: 510px; }

.span-14 {
  width: 550px; }

.span-15 {
  width: 590px; }

.span-16 {
  width: 630px; }

.span-17 {
  width: 670px; }

.span-18 {
  width: 710px; }

.span-19 {
  width: 750px; }

.span-20 {
  width: 790px; }

.span-21 {
  width: 830px; }

.span-22 {
  width: 870px; }

.span-23 {
  width: 910px; }

.span-24, div.span-24 {
  width: 950px;
  margin: 0; }

input.span-1, textarea.span-1, select.span-1 {
  width: 30px !important; }
input.span-2, textarea.span-2, select.span-2 {
  width: 70px !important; }
input.span-3, textarea.span-3, select.span-3 {
  width: 110px !important; }
input.span-4, textarea.span-4, select.span-4 {
  width: 150px !important; }
input.span-5, textarea.span-5, select.span-5 {
  width: 190px !important; }
input.span-6, textarea.span-6, select.span-6 {
  width: 230px !important; }
input.span-7, textarea.span-7, select.span-7 {
  width: 270px !important; }
input.span-8, textarea.span-8, select.span-8 {
  width: 310px !important; }
input.span-9, textarea.span-9, select.span-9 {
  width: 350px !important; }
input.span-10, textarea.span-10, select.span-10 {
  width: 390px !important; }
input.span-11, textarea.span-11, select.span-11 {
  width: 430px !important; }
input.span-12, textarea.span-12, select.span-12 {
  width: 470px !important; }
input.span-13, textarea.span-13, select.span-13 {
  width: 510px !important; }
input.span-14, textarea.span-14, select.span-14 {
  width: 550px !important; }
input.span-15, textarea.span-15, select.span-15 {
  width: 590px !important; }
input.span-16, textarea.span-16, select.span-16 {
  width: 630px !important; }
input.span-17, textarea.span-17, select.span-17 {
  width: 670px !important; }
input.span-18, textarea.span-18, select.span-18 {
  width: 710px !important; }
input.span-19, textarea.span-19, select.span-19 {
  width: 750px !important; }
input.span-20, textarea.span-20, select.span-20 {
  width: 790px !important; }
input.span-21, textarea.span-21, select.span-21 {
  width: 830px !important; }
input.span-22, textarea.span-22, select.span-22 {
  width: 870px !important; }
input.span-23, textarea.span-23, select.span-23 {
  width: 910px !important; }
input.span-24, textarea.span-24, select.span-24 {
  width: 950px !important; }

.append-1 {
  padding-right: 40px; }

.append-2 {
  padding-right: 80px; }

.append-3 {
  padding-right: 120px; }

.append-4 {
  padding-right: 160px; }

.append-5 {
  padding-right: 200px; }

.append-6 {
  padding-right: 240px; }

.append-7 {
  padding-right: 280px; }

.append-8 {
  padding-right: 320px; }

.append-9 {
  padding-right: 360px; }

.append-10 {
  padding-right: 400px; }

.append-11 {
  padding-right: 440px; }

.append-12 {
  padding-right: 480px; }

.append-13 {
  padding-right: 520px; }

.append-14 {
  padding-right: 560px; }

.append-15 {
  padding-right: 600px; }

.append-16 {
  padding-right: 640px; }

.append-17 {
  padding-right: 680px; }

.append-18 {
  padding-right: 720px; }

.append-19 {
  padding-right: 760px; }

.append-20 {
  padding-right: 800px; }

.append-21 {
  padding-right: 840px; }

.append-22 {
  padding-right: 880px; }

.append-23 {
  padding-right: 920px; }

.prepend-1 {
  padding-left: 40px; }

.prepend-2 {
  padding-left: 80px; }

.prepend-3 {
  padding-left: 120px; }

.prepend-4 {
  padding-left: 160px; }

.prepend-5 {
  padding-left: 200px; }

.prepend-6 {
  padding-left: 240px; }

.prepend-7 {
  padding-left: 280px; }

.prepend-8 {
  padding-left: 320px; }

.prepend-9 {
  padding-left: 360px; }

.prepend-10 {
  padding-left: 400px; }

.prepend-11 {
  padding-left: 440px; }

.prepend-12 {
  padding-left: 480px; }

.prepend-13 {
  padding-left: 520px; }

.prepend-14 {
  padding-left: 560px; }

.prepend-15 {
  padding-left: 600px; }

.prepend-16 {
  padding-left: 640px; }

.prepend-17 {
  padding-left: 680px; }

.prepend-18 {
  padding-left: 720px; }

.prepend-19 {
  padding-left: 760px; }

.prepend-20 {
  padding-left: 800px; }

.prepend-21 {
  padding-left: 840px; }

.prepend-22 {
  padding-left: 880px; }

.prepend-23 {
  padding-left: 920px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  display: inline;
  float: left;
  position: relative; }

.pull-1 {
  margin-left: -40px; }

.pull-2 {
  margin-left: -80px; }

.pull-3 {
  margin-left: -120px; }

.pull-4 {
  margin-left: -160px; }

.pull-5 {
  margin-left: -200px; }

.pull-6 {
  margin-left: -240px; }

.pull-7 {
  margin-left: -280px; }

.pull-8 {
  margin-left: -320px; }

.pull-9 {
  margin-left: -360px; }

.pull-10 {
  margin-left: -400px; }

.pull-11 {
  margin-left: -440px; }

.pull-12 {
  margin-left: -480px; }

.pull-13 {
  margin-left: -520px; }

.pull-14 {
  margin-left: -560px; }

.pull-15 {
  margin-left: -600px; }

.pull-16 {
  margin-left: -640px; }

.pull-17 {
  margin-left: -680px; }

.pull-18 {
  margin-left: -720px; }

.pull-19 {
  margin-left: -760px; }

.pull-20 {
  margin-left: -800px; }

.pull-21 {
  margin-left: -840px; }

.pull-22 {
  margin-left: -880px; }

.pull-23 {
  margin-left: -920px; }

.pull-24 {
  margin-left: -960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
  display: inline;
  float: right;
  position: relative; }

.push-1 {
  margin: 0 -40px 1.5em 40px; }

.push-2 {
  margin: 0 -80px 1.5em 80px; }

.push-3 {
  margin: 0 -120px 1.5em 120px; }

.push-4 {
  margin: 0 -160px 1.5em 160px; }

.push-5 {
  margin: 0 -200px 1.5em 200px; }

.push-6 {
  margin: 0 -240px 1.5em 240px; }

.push-7 {
  margin: 0 -280px 1.5em 280px; }

.push-8 {
  margin: 0 -320px 1.5em 320px; }

.push-9 {
  margin: 0 -360px 1.5em 360px; }

.push-10 {
  margin: 0 -400px 1.5em 400px; }

.push-11 {
  margin: 0 -440px 1.5em 440px; }

.push-12 {
  margin: 0 -480px 1.5em 480px; }

.push-13 {
  margin: 0 -520px 1.5em 520px; }

.push-14 {
  margin: 0 -560px 1.5em 560px; }

.push-15 {
  margin: 0 -600px 1.5em 600px; }

.push-16 {
  margin: 0 -640px 1.5em 640px; }

.push-17 {
  margin: 0 -680px 1.5em 680px; }

.push-18 {
  margin: 0 -720px 1.5em 720px; }

.push-19 {
  margin: 0 -760px 1.5em 760px; }

.push-20 {
  margin: 0 -800px 1.5em 800px; }

.push-21 {
  margin: 0 -840px 1.5em 840px; }

.push-22 {
  margin: 0 -880px 1.5em 880px; }

.push-23 {
  margin: 0 -920px 1.5em 920px; }

.push-24 {
  margin: 0 -960px 1.5em 960px; }

.prepend-top {
  margin-top: 1.5em; }

.append-bottom {
  margin-bottom: 1.5em; }

.showgrid {
  background: url('/images/grid.png?1306273632'); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
input.title {
  font-size: 1.5em; }
input[type=checkbox], input.checkbox,
input[type=radio], input.radio {
  position: relative;
  top: 0.25em; }

textarea {
  margin: 0.5em 0;
  padding: 5px; }

select {
  margin: 0.5em 0; }

fieldset {
  border: 1px solid #cccccc; }

input.text, input.title,
textarea,
select {
  border: 1px solid #bbbbbb; }
  input.text:focus, input.title:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #666666; }

input.text, input.title {
  width: 300px; }

textarea {
  width: 390px;
  height: 250px; }

body {
  color: #59A6AE;
  background: url(/images/landing_page/vertical-background.gif) repeat; }
  body .container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background: #ffffff; }
    body .container {
      display: block; }
  body #header, body #footer, body #content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 950px; }
    * html body #header, * html body #footer, * html body #content {
      overflow-x: hidden; }
  body #signin #checkbox {
    text-align: right; }
  body #signin .text {
    width: 160px; }
  body #signin input[type=submit] {
    border-style: solid;
    background-color: #348DD3;
    border-color: #A3C8E9 #4379C0 #4379C0 #A3C8E9;
    border-width: 1px;
    height: 26px;
    color: #FFFFFF;
    margin: 0; }

a, a:active, a:visited {
  color: #59A6AE; }

hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }

select {
  height: 25px; }

#header h1 {
  text-indent: -9999em;
  overflow: hidden;
  background-image: url(/images/landing_page/logo.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-bottom: -15px;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
  height: 108px; }
  * html #header h1 {
    overflow-x: hidden; }
#header ul {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block; }
  #header ul {
    display: block; }
  #header ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    #header ul li.first {
      padding-left: 0px; }
    #header ul li.last {
      padding-right: 0px; }
  #header ul a {
    text-transform: uppercase;
    font-weight: bold; }

#footer {
  margin-top: 1.5em; }
  #footer .section {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 230px; }
    * html #footer .section {
      overflow-x: hidden; }
    #footer .section h1 {
      color: #514f47;
      font-size: 1em;
      font-weight: bold; }
    #footer .section ul {
      margin-left: 0px; }
      #footer .section ul li {
        list-style-type: none;
        margin-left: 0px; }
  #footer .last {
    margin-right: 0; }

.intro {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px; }
  * html .intro {
    overflow-x: hidden; }
  .intro p {
    font-size: 1.2em;
    margin-bottom: 1.5em; }

a.button {
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0.7em 0.5em 0.7em 0;
  border-width: 1px;
  border-style: solid;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px 5px 7px;
  background-color: #f5f5f5;
  border-color: #eeeeee #dedede #dedede #eeeeee;
  color: #565656; }
  a.button img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none; }
  a.button:hover {
    background-color: #dff4ff;
    border-color: #d2f1ff #c2e1ef #c2e1ef #d2f1ff;
    color: #336699; }
  a.button:active {
    background-color: #6299c5;
    border-color: #72a9d5 #6299c5 #6299c5 #72a9d5;
    color: white; }

button {
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0.7em 0.5em 0.7em 0;
  border-width: 1px;
  border-style: solid;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
  background-color: #f5f5f5;
  border-color: #eeeeee #dedede #dedede #eeeeee;
  color: #565656; }
  button img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none; }
  button[type] {
    padding: 4px 10px 4px 7px;
    line-height: 17px; }
  *:first-child+html button[type] {
    padding: 4px 10px 3px 7px; }
  button:hover {
    background-color: #dff4ff;
    border-color: #d2f1ff #c2e1ef #c2e1ef #d2f1ff;
    color: #336699; }
  button:active {
    background-color: #6299c5;
    border-color: #72a9d5 #6299c5 #6299c5 #72a9d5;
    color: white; }

#group span {
  color: red;
  font-size: 16px; }
#group table tbody tr input[type=checkbox] {
  margin-left: 20px; }

#free_trial_info {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 510px;
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eeeeee;
  border-right: 0px; }
  * html #free_trial_info {
    overflow-x: hidden; }
  #free_trial_info #video {
    display: none; }
    #free_trial_info #video object {
      margin-left: 80px; }
  #free_trial_info #image {
    cursor: hand; }
  #free_trial_info #features {
    width: 560px;
    margin-bottom: 30px; }
    #free_trial_info #features .feature {
      width: 540px; }
      #free_trial_info #features .feature .text {
        margin-left: 50px;
        font-size: 16px;
        margin-top: 4px;
        padding-top: 4px; }
        #free_trial_info #features .feature .text strong {
          color: #3333ff; }

#signup_form {
  display: inline;
  float: left;
  margin-right: 0;
  width: 350px;
  border: none;
  width: 336px;
  padding: 6px; }
  * html #signup_form {
    overflow-x: hidden; }
  #signup_form .text {
    width: 200px; }
  #signup_form input {
    width: 90px; }
  #signup_form h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 6px; }
    #signup_form h1 span {
      font-size: 14px;
      color: #E0E0E0; }
  #signup_form #fields {
    padding-bottom: 12px; }
    #signup_form #fields input[type=submit] {
      margin-top: 5px; }
    #signup_form #fields .left_label {
      text-align: right;
      margin-top: 7px; }

#embedded_signup_form {
  float: left; }

#facebox_signup_form {
  float: left;
  width: 716px; }
  #facebox_signup_form #signup_form {
    border: none; }

#or_label {
  font-size: 18px;
  font-weight: bold;
  padding-top: 9px;
  color: #3333ff; }

input#accept_tos_checkbox {
  float: left;
  width: 20px;
  display: inline; }

#spacer {
  height: 25px; }

#homepagetabs {
  margin-top: 2em; }
  #homepagetabs ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    #homepagetabs ul {
      display: block; }
    #homepagetabs ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 0px;
      padding-right: 0px; }
      #homepagetabs ul li.first {
        padding-left: 0px; }
      #homepagetabs ul li.last {
        padding-right: 0px; }
    #homepagetabs ul li#what_is_vowdoo {
      background: url(/images/what_is_vowdoo_button.png) no-repeat 0px 0px;
      width: 237px;
      height: 60px;
      overflow: hidden; }
      #homepagetabs ul li#what_is_vowdoo.hover {
        background: url(/images/what_is_vowdoo_button_hover.png) no-repeat 0px 0px;
        width: 237px;
        height: 60px;
        overflow: hidden; }
    #homepagetabs ul li#say_i_do {
      background: url(/images/say_i_do_button.png) no-repeat 0px 0px;
      width: 238px;
      height: 60px;
      overflow: hidden; }
      #homepagetabs ul li#say_i_do.hover {
        background: url(/images/say_i_do_button_hover.png) no-repeat 0px 0px;
        width: 238px;
        height: 60px;
        overflow: hidden; }
    #homepagetabs ul li#how_to_vowdoo {
      background: url(/images/how_to_vowdoo_button.png) no-repeat 0px 0px;
      width: 237px;
      height: 60px;
      overflow: hidden; }
      #homepagetabs ul li#how_to_vowdoo.hover {
        background: url(/images/how_to_vowdoo_button_hover.png) no-repeat 0px 0px;
        width: 237px;
        height: 60px;
        overflow: hidden; }
    #homepagetabs ul li#what_vowdoo_costs {
      background: url(/images/what_vowdoo_costs_button.png) no-repeat 0px 0px;
      width: 238px;
      height: 60px;
      overflow: hidden; }
      #homepagetabs ul li#what_vowdoo_costs.hover {
        background: url(/images/what_vowdoo_costs_button_hover.png) no-repeat 0px 0px;
        width: 238px;
        height: 60px;
        overflow: hidden; }
  #homepagetabs #overlay {
    background: url(/images/front_page_comments.png) no-repeat 0 20px;
    width: 950px;
    height: 360px;
    overflow: hidden; }
    #homepagetabs #overlay.what_is_vowdoo_overlay {
      display: block;
      background: url(/images/what_is_vowdoo_overlay.png) no-repeat 0px 0px;
      width: 950px;
      height: 360px;
      overflow: hidden; }
    #homepagetabs #overlay.say_i_do_overlay {
      display: block;
      background: url(/images/say_i_do_overlay.png) no-repeat 0px 0px;
      width: 950px;
      height: 360px;
      overflow: hidden; }
    #homepagetabs #overlay.how_to_vowdoo_overlay {
      display: block;
      background: url(/images/how_to_vowdoo_overlay.png) no-repeat 0px 0px;
      width: 950px;
      height: 360px;
      overflow: hidden; }
    #homepagetabs #overlay.what_vowdoo_costs_overlay {
      display: block;
      background: url(/images/what_vowdoo_costs_overlay.png) no-repeat 0px 0px;
      width: 950px;
      height: 360px;
      overflow: hidden; }

#landing_page {
  height: 464px;
  margin-left: 20px;
  background: url(/images/landing_page_macbook_air.png);
  background-repeat: no-repeat; }

.lp_video {
  margin-left: 320px;
  margin-top: 100px; }

#lp_create_guest_list {
  position: absolute;
  margin-left: 80px;
  margin-top: 302px; }

#lp_text {
  margin-left: 80px;
  margin-right: 120px; }
  #lp_text h2 {
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 6px; }
    #lp_text h2 #part1 {
      color: #99CC00; }
    #lp_text h2 #part2 {
      color: #666; }
  #lp_text p {
    font-weight: bold;
    font-size: 14px; }

.button_link {
  text-decoration: none; }

.inline {
  margin-left: 72px; }

#widecolumn h3, #heading h3 {
  margin-bottom: .3em;
  color: #544936; }
#widecolumn h4, #heading h4 {
  color: #786F5F; }

.pieLabel {
  font-size: 10px;
  padding: 1px;
  text-align: center;
  width: 100px; }

.pie_chart {
  margin-bottom: 48px; }

.b {
  font-weight: bold; }

.c {
  text-align: center;
  width: 80px; }

#gatherings_show {
  width: 700px;
  margin-right: 20px;
  float: left; }

#rsvpStats {
  float: left;
  margin-top: 0; }

#rsvps {
  width: 960px; }

#rsvps tbody tr:hover, #gatherings_show tbody tr:hover, .gifttable tbody tr:hover {
  background: #f7f7f2; }
  #rsvps tbody tr:hover td.invite_select:hover, #rsvps tbody tr:hover td.reserve_select:hover, #rsvps tbody tr:hover td.event_select:hover, #rsvps tbody tr:hover td.registry:hover, #rsvps tbody tr:hover td.description:hover, #rsvps tbody tr:hover td.gift_select:hover, #rsvps tbody tr:hover td.thank_select:hover, #rsvps tbody tr:hover td.meal_select:hover, #gatherings_show tbody tr:hover td.invite_select:hover, #gatherings_show tbody tr:hover td.reserve_select:hover, #gatherings_show tbody tr:hover td.event_select:hover, #gatherings_show tbody tr:hover td.registry:hover, #gatherings_show tbody tr:hover td.description:hover, #gatherings_show tbody tr:hover td.gift_select:hover, #gatherings_show tbody tr:hover td.thank_select:hover, #gatherings_show tbody tr:hover td.meal_select:hover, .gifttable tbody tr:hover td.invite_select:hover, .gifttable tbody tr:hover td.reserve_select:hover, .gifttable tbody tr:hover td.event_select:hover, .gifttable tbody tr:hover td.registry:hover, .gifttable tbody tr:hover td.description:hover, .gifttable tbody tr:hover td.gift_select:hover, .gifttable tbody tr:hover td.thank_select:hover, .gifttable tbody tr:hover td.meal_select:hover {
    background: #f9fec3 !important;
    cursor: pointer; }

.rsvp_action {
  text-align: center;
  width: 110px; }

.rsvp_actions {
  background: gray;
  position: absolute;
  display: none;
  left: -10px;
  bottom: -36px;
  height: 40px;
  width: 120px;
  text-align: center; }

.rsvp_offset {
  left: -5px;
  width: 125px; }

.center {
  text-align: center; }

#view_switch_buttons {
  position: relative;
  float: left;
  top: -43px;
  left: 450px; }

#nav, #budget_nav, #stats .ui-tabs-nav {
  color: #59A6AE;
  font-weight: bold;
  text-transform: uppercase; }

#nav {
  margin-bottom: 1em;
  padding: 10px; }

#budget_nav {
  margin-top: -5px;
  margin-bottom: 0.5em;
  padding: 10px;
  padding-top: 0; }

#nav {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  #nav a, #nav a:active, #nav a:visited {
    color: #59A6AE; }

.notice .edit_guest table {
  width: auto;
  margin-bottom: 0; }
.notice .edit_guest .action {
  text-align: right; }
.notice .edit_guest button {
  margin: 0 0.5em 0 0;
  vertical-align: inherit; }

#stats .ui-tabs-nav li a:link {
  margin-right: 0.75em;
  text-decoration: underline;
  outline: 0;
  -moz-outline: none; }
#stats .ui-tabs-nav li.ui-tabs-selected a {
  color: inherit;
  text-decoration: none; }

.chart-title {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  margin-bottom: -20px;
  padding: 0;
  color: #59A6AE; }

.edit_event .full_name select {
  width: 70px; }

.tip {
  font-size: 80%; }

.party_size {
  text-align: center;
  color: #999999;
  line-height: 1; }
  .party_size span.number {
    font-size: 3em; }

.firstadd {
  display: inline;
  float: left; }

#guests {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 710px; }
  * html #guests {
    overflow-x: hidden; }
  #guests #new_guest_form {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 710px;
    position: relative;
    line-height: 1em; }
    * html #guests #new_guest_form {
      overflow-x: hidden; }
    #guests #new_guest_form #wait {
      background: url(/images/guests/button_add.png) no-repeat 0 0;
      width: 130px;
      height: 75px;
      display: block; }
    #guests #new_guest_form #wait:hover {
      background: url(/images/guests/button_add_rollover.png) no-repeat; }
    #guests #new_guest_form #create {
      background: url(/images/guests/button_assign.png) no-repeat 0 0;
      width: 65px;
      height: 25px;
      display: block; }
    #guests #new_guest_form #create:hover {
      background: url(/images/guests/button_assign_rollover.png) no-repeat; }
    #guests #new_guest_form #email {
      background: url(/images/guests/button_email.png) no-repeat 0 0;
      width: 65px;
      height: 25px;
      display: block; }
    #guests #new_guest_form #email:hover {
      background: url(/images/guests/button_email_rollover.png) no-repeat; }
    #guests #new_guest_form span {
      color: red;
      font-size: 16px; }
    #guests #new_guest_form button {
      margin: 0.3em 0.5em 0 1em; }
    #guests #new_guest_form .tutorial {
      position: absolute;
      top: -1px;
      right: 45px;
      background: white;
      padding: 0 2px; }
      #guests #new_guest_form .tutorial a {
        font-size: 125%; }
  #guests #cards_container {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 710px; }
    * html #guests #cards_container {
      overflow-x: hidden; }
    #guests #cards_container #tableview {
      height: 300px;
      overflow: auto;
      margin-top: -0.5em; }
    #guests #cards_container #bulk_action_panel_mask {
      width: 300px;
      display: block; }
    #guests #cards_container #bulk_action_panel {
      float: left; }
    #guests #cards_container #bulk_action {
      float: left; }
    #guests #cards_container #button_list_view {
      background: url(/images/guests/button_list_view.png) no-repeat 0 0;
      width: 30px;
      height: 30px;
      display: block; }
    #guests #cards_container .activelistview {
      background: url(/images/guests/button_list_view_rollover.png) no-repeat !important; }
    #guests #cards_container #button_card_view {
      background: url(/images/guests/button_contact_card_view.png) no-repeat 0 0;
      width: 30px;
      height: 30px;
      display: block; }
    #guests #cards_container .activecardview {
      background: url(/images/guests/button_contact_card_view_rollover.png) no-repeat !important; }
    #guests #cards_container #button_list_view:hover {
      background: url(/images/guests/button_list_view_rollover.png) no-repeat; }
    #guests #cards_container #button_card_view:hover {
      background: url(/images/guests/button_contact_card_view_rollover.png) no-repeat; }
    #guests #cards_container .applybutton {
      background: url(/images/guests/button_apply.png) no-repeat 0 6px;
      width: 50px;
      height: 26px; }
    #guests #cards_container .applybutton:hover {
      background: url(/images/guests/button_apply_rollover.png) no-repeat 0 6px; }
    #guests #cards_container #cards {
      display: none;
      height: 300px;
      overflow: auto;
      margin-top: -0.5em; }
      #guests #cards_container #cards #column1 {
        display: inline;
        float: left;
        margin-right: 10px;
        width: 270px;
        padding-right: 24px;
        margin-right: 25px;
        border-right: 1px solid #eeeeee; }
        * html #guests #cards_container #cards #column1 {
          overflow-x: hidden; }
      #guests #cards_container #cards #column2 {
        display: inline;
        float: left;
        margin-right: 0;
        width: 270px; }
        * html #guests #cards_container #cards #column2 {
          overflow-x: hidden; }
      #guests #cards_container #cards .card {
        padding: 0.5em 0;
        border-bottom: 1px solid #cccccc; }
        #guests #cards_container #cards .card .last_entry {
          background-color: yellow;
          width: 60px;
          border: 1px solid black;
          padding: 2px 2px 2px 10px;
          color: black; }
        #guests #cards_container #cards .card .name {
          font-size: 1.5em;
          font-weight: bold;
          color: #223355;
          margin-top: 5px; }
          #guests #cards_container #cards .card .name img {
            vertical-align: middle;
            margin-top: -5px; }
        #guests #cards_container #cards .card .info {
          font-size: 0.8em; }
          #guests #cards_container #cards .card .info .field {
            text-transform: uppercase;
            color: #666666;
            font-weight: bold; }
        #guests #cards_container #cards .card .party_size {
          display: inline;
          float: right; }

#additional_family select {
  width: 70px; }
#additional_family input.text {
  width: 100px; }
#additional_family h2 {
  color: #59a6ae; }

table#guest_table {
  width: 500px;
  margin-left: 10px; }
  table#guest_table tbody tr input[type=checkbox] {
    margin-left: 20px; }

#guestcontactSelectbackground {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  padding-left: 80px;
  padding-right: 80px; }
  * html #guestcontactSelectbackground {
    overflow-x: hidden; }
  #guestcontactSelectbackground #infobox {
    display: inline;
    float: left;
    margin-right: 0;
    width: 710px;
    padding-right: 240px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 0.1em solid #ddd; }
    * html #guestcontactSelectbackground #infobox {
      overflow-x: hidden; }
    #guestcontactSelectbackground #infobox p {
      font-size: 200%;
      margin: 0; }
  #guestcontactSelectbackground button {
    padding-top: 2px;
    height: 25px;
    vertical-align: top;
    margin-top: 6px; }
  #guestcontactSelectbackground select {
    padding-top: 4px; }
  #guestcontactSelectbackground option {
    padding-left: 4px; }

#stats, #tutorial {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px; }
  * html #stats, * html #tutorial {
    overflow-x: hidden; }

#stats table {
  margin-bottom: .4em; }
#stats ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block; }
  #stats ul {
    display: block; }
  #stats ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    #stats ul li.first {
      padding-left: 0px; }
    #stats ul li.last {
      padding-right: 0px; }
#stats td {
  text-align: center;
  border: 1px solid #cccccc; }
  #stats td .bignumber {
    font-size: 3em; }
  #stats td .percentage {
    float: right;
    position: relative;
    font-size: 1em; }
  #stats td .caption {
    font-weight: bold; }
#stats .tip {
  margin-left: 1em; }

#facebox .party_size {
  display: inline;
  float: right; }
#facebox textarea {
  height: 100px; }
#facebox .left_label {
  text-align: right;
  margin-top: 8px; }

#edit_template_confirmation, #video {
  display: none; }

.most_recent_guest_highlight .field {
  color: #99cc33; }

.controlboxholder {
  position: relative;
  height: 1px;
  width: 1px; }

.controlbox {
  background: #fbfaee;
  position: absolute;
  display: none;
  bottom: -44px;
  height: 30px;
  width: 280px;
  left: 250px;
  text-align: center;
  border-left: 1px dotted #A99D8F;
  border-right: 1px dotted #A99D8F;
  border-bottom: 1px dotted #A99D8F; }

tr.highlight {
  background: #fbfaee;
  border-left: 1px dotted #A99D8F; }

tr.address_row {
  height: 1em; }
  tr.address_row td {
    border-bottom: 1px dotted #A99D8F; }

tr.end_row {
  height: 3em; }

.cardview {
  display: none;
  cursor: pointer;
  cursor: hand; }

.tableview {
  cursor: pointer;
  cursor: hand; }

table.addressbook td {
  padding-left: 0;
  padding-right: 0; }

table.addressbook tbody {
  overflow-y: auto;
  overflow-x: hidden;
  height: 250px; }

.address_click, .envelope_click, .phone_click, .guests_click {
  background: url(/images/guests/arrow-right-view.png) no-repeat right;
  padding: 10px;
  cursor: pointer; }

.guests_click {
  width: 450px; }

#facebox textarea.text {
  height: 50px; }

.address_click:hover, .envelope_click:hover, .phone_click:hover, .guests_click:hover {
  background-color: #fbfaee; }

.edit_open {
  background: url(/images/guests/arrow-down-view.png) no-repeat right; }

.bubbleInfo {
  position: relative; }

.coda-popup {
  position: absolute;
  display: none;
  z-index: 50;
  border-collapse: collapse;
  width: 350px; }

.email-popup {
  top: -110px;
  left: -140px; }

.assign-popup {
  top: -95px;
  left: -140px; }

.add-popup {
  top: -105px;
  left: -115px; }

.probability-popup {
  top: -70px;
  left: -105px; }

.invited-popup {
  width: 170px;
  top: -200px;
  left: -30px; }

.card-popup {
  top: -65px;
  left: -160px; }

.list-popup {
  top: -65px;
  left: -160px; }

.why-do-we-need-this-popup {
  top: -100px;
  left: -115px; }

.coda-popup table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0; }

.coda-popup td {
  padding: 0;
  margin: 0; }

.coda-popup td.corner {
  height: 15px;
  width: 19px; }

.coda-popup td.topleft {
  background-image: url(/images/coda/bubble-1.png); }

.coda-popup td.top {
  background-image: url(/images/coda/bubble-2.png); }

.coda-popup td.topright {
  background-image: url(/images/coda/bubble-3.png); }

.coda-popup td.left {
  background-image: url(/images/coda/bubble-4.png); }

.coda-popup td.left-override {
  background-image: url(/images/coda/bubble-4.png); }

.coda-popup td.right {
  background-image: url(/images/coda/bubble-5.png); }

.coda-popup td.bottomleft {
  background-image: url(/images/coda/bubble-6.png); }

.coda-popup td.bottom {
  background-image: url(/images/coda/bubble-7.png);
  text-align: center; }

.coda-popup td.bottom img {
  display: block;
  margin: 0 auto; }

.coda-popup td.bottomright {
  background-image: url(/images/coda/bubble-8.png); }

.coda-popup table.popup-contents {
  font-size: 12px;
  line-height: 1.2em;
  background-color: #fff;
  color: #666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; }

table.popup-contents th {
  text-align: right;
  text-transform: lowercase; }

table.popup-contents td {
  text-align: left; }

.vowpoints-popup h3 {
  line-height: 24px; }

.pink {
  float: left;
  color: #D67ea8;
  font-size: 18px;
  margin-top: -5px; }

.vowpoints {
  float: right; }
  .vowpoints a {
    font-size: 80%;
    text-decoration: none; }

#widecolumn #infobox h1 {
  font-size: 14px; }
#widecolumn #infobox h2 {
  font-size: 16px; }
#widecolumn #infobox h3 {
  color: #514f47;
  font-size: 12px;
  font-weight: bold; }
#widecolumn #infobox p img {
  vertical-align: middle; }
#widecolumn #infobox .event_label {
  font-size: 14px;
  font-weight: normal; }
#widecolumn #infobox .span-5.left_label, #widecolumn #infobox .span-2.left_label {
  text-align: right;
  margin-top: 5px; }
#widecolumn #infobox .text {
  width: 175px; }
#widecolumn #infobox .text.state {
  width: 40px; }
#widecolumn #infobox .text.subject {
  width: 390px; }
#widecolumn #infobox .text.date_input_field {
  width: 74px; }
#widecolumn #infobox .text.short_input_field {
  width: 57px; }
#widecolumn #infobox .selects {
  width: 90px;
  margin-right: 6px; }

#plaxo_success {
  display: none; }

.edit_event {
  width: 100%; }
  .edit_event h2 {
    margin-top: 18px;
    clear: both;
    font-weight: bold; }
  .edit_event .right_aligned_label {
    text-align: right;
    float: left;
    width: 185px;
    padding-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px; }
  .edit_event .left {
    float: left;
    margin-right: 12px; }
  .edit_event .full_name {
    float: left;
    width: 70%; }

.big_blue {
  color: #CC66CC;
  font-size: 18px;
  font-weight: bold; }

.big_green {
  color: #99CC33;
  font-size: 22px;
  font-weight: bold; }

.email_templates {
  margin-left: 115px; }

.email_text_area {
  width: 530px;
  height: 170px; }

#guest_form_buttons {
  margin-top: 6px;
  margin-left: 524px; }

#wedding_party_info {
  font-size: 18px;
  margin-bottom: 18px; }
  #wedding_party_info h3 {
    float: left;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 12px; }
  #wedding_party_info p {
    margin: 0;
    margin-left: 160px; }

#email {
  height: 120px;
  width: 120px;
  margin-bottom: 9px; }

#budget_sheet {
  width: 600px; }
  #budget_sheet .depth_1 td {
    font-weight: bold; }
  #budget_sheet .name {
    padding: 4px; }
  #budget_sheet .grand_total .name {
    padding-left: 2em; }
  #budget_sheet .depth_1 .name {
    padding-left: 2em;
    background-position: 0em; }
  #budget_sheet .depth_1.subtotal .name, #budget_sheet .depth_2 .name {
    padding-left: 4em;
    background-position: 2em; }
  #budget_sheet .depth_2.subtotal .name, #budget_sheet .depth_3 .name {
    padding-left: 6em;
    background-position: 4em; }
  #budget_sheet .depth_3 .subtotal .name {
    padding-left: 8em;
    background-position: 6em; }
  #budget_sheet .money {
    text-align: right; }

#budget_journal .delete a {
  text-indent: -9999em;
  color: transparent;
  overflow: hidden;
  background-image: url('/images/icons/delete.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 5px 0px; }

.new_expense .depth_1, .edit_expense .depth_1 {
  padding-left: 0px; }
.new_expense .depth_2, .edit_expense .depth_2 {
  padding-left: 20px; }
.new_expense .depth_3, .edit_expense .depth_3 {
  padding-left: 40px; }
.new_expense input.text, .edit_expense input.text {
  width: 140px; }
.new_expense input.text.money, .edit_expense input.text.money {
  width: 60px; }
.new_expense input.text.date, .edit_expense input.text.date {
  width: 100px; }
.new_expense input.text.notes, .edit_expense input.text.notes {
  width: 340px; }
.new_expense select, .edit_expense select {
  padding-top: 4px;
  height: 26px;
  width: 305px; }
.new_expense button, .edit_expense button {
  margin-top: 6px; }

#vendors #main-img {
  width: 100%;
  height: 273px;
  margin: 6px 0px; }
#vendors #middle {
  width: 100%;
  margin-top: 10px; }
  #vendors #middle .left {
    width: 587px;
    float: left;
    margin-left: 10px; }
  #vendors #middle .right {
    width: 310px;
    float: right; }
#vendors #ads {
  width: 100%; }
  #vendors #ads .float_left {
    float: left;
    margin: 10px 0px; }
  #vendors #ads .float_right {
    float: right;
    margin: 10px 0px; }
  #vendors #ads img {
    border: #CCC solid 1px;
    padding: 2px;
    cursor: pointer; }
    #vendors #ads img:hover {
      border: #b8ea97 solid 1px; }
#vendors .box {
  width: 100%;
  margin: 15px 0px;
  float: left; }
  #vendors .box h1 {
    color: #4f969f;
    width: 100%;
    margin: 4px 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px; }
  #vendors .box h2 {
    border: #CCC solid 1px;
    border-left: none;
    border-right: none;
    padding: 7px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    text-indent: 5px; }
  #vendors .box .content {
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 18px;
    margin-top: 10px; }
    #vendors .box .content .img {
      float: left;
      margin: 10px 0px; }
    #vendors .box .content .tags {
      width: 99%;
      padding: 5px 0px;
      float: left;
      border-bottom: #CCC solid 1px; }
      #vendors .box .content .tags a {
        text-decoration: none;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif; }
      #vendors .box .content .tags .bt {
        float: left;
        width: 100%; }
        #vendors .box .content .tags .bt span {
          float: left;
          margin-top: 10px; }
        #vendors .box .content .tags .bt .float_right {
          float: right;
          margin: 16px 3px 0px 3px;
          cursor: pointer; }
        #vendors .box .content .tags .bt label {
          float: right; }
#vendors .banner {
  width: 100%;
  float: left; }
  #vendors .banner img {
    float: left;
    border: #CCC solid 1px;
    margin: 5px 4px;
    padding: 2px; }
    #vendors .banner img:hover {
      border: #b8ea97 solid 1px; }
#vendors .float_left {
  float: left; }
#vendors .float_right {
  float: right; }
#vendors .clear {
  clear: both; }
#vendors .none {
  margin: 0px;
  padding: 0px; }
#vendors .link {
  color: #4f969f;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-decoration: none; }
#vendors .bor {
  border: #CCC solid 1px; }
#vendors .wedding-slide {
  width: 99%;
  border: #CCC solid 1px;
  padding: 14px;
  line-height: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }
  #vendors .wedding-slide h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    float: left;
    width: 100%; }
    #vendors .wedding-slide h1 span {
      float: left;
      font-size: 12px;
      width: 100%;
      color: #666;
      padding-top: 3px; }
      #vendors .wedding-slide h1 span img {
        margin: 0px 0px -3px 4px;
        border: none; }
      #vendors .wedding-slide h1 span strong {
        color: #000; }
    #vendors .wedding-slide h1 a {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      color: #333;
      text-decoration: none; }
      #vendors .wedding-slide h1 a:hover {
        text-decoration: underline; }
  #vendors .wedding-slide td {
    text-align: inherit;
    padding: 1px; }

div.success {
  background: #DCEBC9;
  border: 1px dotted #71B700;
  color: #395d00; }
  div.success a.successhide {
    font-size: 80%;
    float: right;
    color: #395d00; }
  div.success a.successhide:hover {
    color: #000; }

div#facebox_overlay {
  background: #59a6ae; }

table.addressbook th, div#group th, table#guest_table th {
  background: #59A6AE;
  color: #CFFFFF; }

select, input, label {
  color: #786f5f; }

ul.facebook-buttons {
  margin: 0;
  padding: 0; }

ul.facebook-buttons li {
  list-style-type: none;
  float: left;
  padding-left: 15px; }

