* {
  margin: 0;
  padding: 0;
}

img, div, a { behavior: url(/images/iepngfix.htc) }

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

body {
  -x-system-font: none;
  background: #1b1b1b;
  font-family: 'Lucida Grande', sans-serif;
  color: #fff;
  font-size: 0.75em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-height: 1.5;
  text-align: center;
}

img {
  border: 0;
}

ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a {
  color: #afc3ce;
}

hr {
  clear: both;
  border: 0;
}

p {
  line-height: 1.4;
  margin: 1em 0;
}

abbr {
  color: #AFC3CE;
  cursor: help;
  font-size: 10px;
}

.acronym {
  text-transform: none !important;
}

.width-auto {
  width: auto !important;
}

.height-auto {
  height: auto !important;
}

div.clear-both {
  clear: both;
}

.render-area {
  background: #3493c0 url(/images/bg.png) repeat-x;
}

div.i-am-alive {
  margin-bottom:15px;
}

div.i-am-alive a {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color:#29AFEE;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  text-decoration:none;
}

div.i-am-alive a:hover {
  background-color:#55BA8E;
}

#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 958px;
}

#logo {
  float: left;
  height: 100%;
}

#logo img {
  margin-top: 22px;
  margin-left: 25px;
}

#logo img.fix-app {
  margin-top: 15px;
  margin-left: 21px;
}

#header {
  height: 75px;
}

#header #top-navigation {
  background-color: #0a364a;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  border-top-left-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  padding: 10px 15px;
  width: 685px;
  float: right;
}

#header #top-navigation label {
  font-size: 9px;
  color: #b6c3c9;
  text-transform: lowercase;
}

#header #top-navigation .text_field {
  background-color: #1b4457;
  border: 0;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  font-size: 10px;
  padding: 3px 6px;
  width: 132px;
  color: #fff;
}

#header #top-navigation .password_field {
  background-color: #1b4457;
  border: 0;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  font-size: 10px;
  padding: 3px 6px;
  width: 132px;
  color: #fff;
}

#header #top-navigation .check_box {
  background-color: #b6c3c9;
  border: 0;
}

#header #top-navigation .submit {
  background-color: #2dbcff;
  color: #fff;
  border: 0;
  font-size: 10px;
  text-transform: uppercase;
  padding: 13px 20px 5px 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  border-top-left-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  cursor: pointer;
  margin-top: -10px;
}

#header #top-navigation a {
  text-decoration: none;
  font-size: 9px;
}

#header #top-navigation ul li.space {
  margin-right: 2px;
}

#header #top-navigation ul {
}

#header #top-navigation ul li {
  display: inline;
}

#header #top-navigation ul#app-navigation {
  text-align: center;
}

#header #top-navigation ul#app-navigation li {
}

#header #top-navigation ul#app-navigation li a {
  font-size: 1em;
}

#header #menu-description {
  text-align: right;
  font-size: 0.9em;
  margin-top: -25px;
}

#content {
  background-image: url(/images/bg-content.png);
  background-repeat: repeat-x;
  padding: 24px 26px 0 26px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  border-top-left-radius:15px;
  border-top-left-radius:15px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  margin-bottom:20px;
  min-height: 530px;
}

#content #page h1 {
  color: #9CDEFF;
  margin-bottom: 24px;
}

#content #page {
  color: #fff;
}

#content #page p {
  font-size: 0.9em;
}

#content #page a {
  text-decoration: none;
  color: #fff;
  font-weight:bold;
  text-decoration:underline;
}

#content #page ul,
#content #page ol {
  margin-left: 2em;
}

#content #page ul li,
#content #page ol li {
  font-size: 0.9em;
}

#content h1 {
  font-size: 2em;
  color: #9cdeff;
  font-weight: normal;
}

#content h1 span.the-future {
  color: #fefefc;
}

#content #col01 {
  width: 255px;
  float: left;
}

#content #col01 #profile_name {
  color: #99DEFF;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#content #col01 #profile_name a {
  text-decoration: none;
  color: #99DEFF;
}

#content #col01 #tasks-content {
  background-image: url(/images/bg-content.png);
  bakcground-repeat: repeat-x;
  padding: 20px 18px;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomright:0;
  -moz-border-radius-bottomleft:0;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  border-top-left-radius:15px;
  border-top-left-radius:15px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;

  min-height: 420px;
}

#content #col01 #tasks-content h2 {
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:15px;
}

#content #col01 #tasks-content ul {
}

#content #col01 #tasks-content ul li {
}

#content #col01 #tasks-content ul li a {
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  color: #99DEFF;
  text-decoration: none;
  padding: 5px;
}

#content #col01 #tasks-content ul li a:hover {
  background-color: #29AFEE;
  color: #fff;
}

#content #col01 #features {
  background-image: url(/images/bg-content.png);
  background-repeat: repeat-x;
  margin-top: 16px;
  padding: 20px 18px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  border-top-left-radius:15px;
  border-top-left-radius:15px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

#content #col01 #features h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

#content #col01 #features h3 {
  color: #99deff;
  font-weight: bold;
  font-size: 1em;
  text-transform: lowercase;
}

#content #col01 #features p {
  font-size: 0.9em;
}

#content #col02-app {
  width: 612px;
  float: right;
}

#content #col02-app #dashboard-content {
  background-image: url(/images/bg-content.png);
  background-repeat: repeat-x;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  border-top-left-radius:15px;
  border-top-left-radius:15px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  padding: 20px 18px;
  min-height: 420px;
}

#content #col02-app #dashboard-content .featured-link {
  color:#99DEFF;
}

#content #col02-app #dashboard-content .message-content {
  color: #1b1b1b;
}

#content #col02-app #dashboard-content .center-content {
  text-align: center;
}

#content #col02-app #dashboard-content h1 {
  color: #9CDEFF;
  margin-bottom: 24px;
}

#content #col02-app #dashboard-content .timeline-links {
  color: #AFC3CE;
  margin-top: 5px;
}

#content #col02-app #dashboard-content .timeline-links a {
  text-decoration: none;
  color: #fff;
}

#content #col02-app #dashboard-content ol.timeline,
#content #people-of-trust ol.timeline {
  font-size: 1.2em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#content #col02-app #dashboard-content ol.timeline li.first,
#content #people-of-trust ol.timeline li.first {
  border-top: 1px dashed #D2DADA;
}

#content #col02-app #dashboard-content ol.timeline li.read,
#content #people-of-trust ol.timeline li.read {
  font-weight: normal;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#content #col02-app #dashboard-content ol.timeline li.unread,
#content #people-of-trust ol.timeline li.unread {
  font-weight: bold;
}

#content #col02-app #dashboard-content ol.timeline li.unread a,
#content #people-of-trust ol.timeline li.unread a {
  font-weight: normal !important;
}

#content #col02-app #dashboard-content ol.timeline li.read a,
#content #people-of-trust ol.timeline li.read a {
  font-weight: normal !important;
}

#content #col02-app #dashboard-content ol.timeline li,
#content #people-of-trust ol.timeline li {
  border-bottom: 1px dashed #D2DADA;
  line-height: 1.1em;
  padding: 0.7em 0.6em 0.6em 0.6em;
  position: relative;
}

#content #col02-app #dashboard-content ol.timeline li a,
#content #people-of-trust ol.timeline li a {
  text-decoration: none;
  font-weight: bold;
}

#content #col02-app #dashboard-content ol.timeline li:hover,
#content #people-of-trust ol.timeline li:hover {
  background-color: #29AFEE;
}

#content #col02-app #dashboard-content ol.timeline li:hover a,
#content #people-of-trust ol.timeline li:hover a {
  color: #fff;
}

#content #col02-app #dashboard-content ol.timeline span.message_status,
#content #people-of-trust ol.timeline span.message_status {
  display: block;
  width: 20px;
  float: left;
}

#content #col02-app #dashboard-content ol.timeline span.body,
#content #people-of-trust ol.timeline span.body {
  display: block;
}

#content #col02-app #dashboard-content ol.timeline span.body small a,
#content #people-of-trust ol.timeline span.body small a {
  font-weight: normal;
  color: #fff;
}

#content #col02-app #dashboard-content ol.timeline div.from_user,
#content #people-of-trust ol.timeline div.from_user {
  float: left;
  width: 55px;
  height: 85px;
}

#content #col02-app #dashboard-content ol.timeline div.from_user_auto,
#content #people-of-trust ol.timeline div.from_user_auto {
  float: left;
  width: 55px;
}

#content #col02-app #dashboard-content ol.timeline div.content,
#content #people-of-trust ol.timeline div.content {
}

#content #col02-app #dashboard-content ol.timeline li span.title,
#content #people-of-trust ol.timeline li span.title {
  display: block;
}

#content #col02-app #dashboard-content ol.timeline li span.title a,
#content #people-of-trust ol.timeline li span.title a {
  color: #fff;
}

#content #col02-app #dashboard-content ol.timeline li span.title span.nickname a {
  font-weight:normal;
}

#content #col02-app #dashboard-content ol.timeline li:hover span.title a,
#content #people-of-trust ol.timeline li:hover span.title a {
  color: #fff;
}

#content #col02-app #dashboard-content ol.timeline li span.title small a {
  color:#000;
  font-weight:normal !important;
}

#content #col02-app #dashboard-content ol.timeline div.content small a,
#content #people-of-trust ol.timeline div.content small a {
  color: #fff;
  font-weight: normal;
}

#content #col02-app #dashboard-content ol.timeline li span.updated_at,
#content #people-of-trust ol.timeline li span.updated_at {
  color: #000;
  display: block;
  font-family: Arial;
  font-size: 0.7em;
  margin: 3px 0 0;
}

#content #col02-app #dashboard-content ol.timeline li span.updated_at a,
#content #people-of-trust ol.timeline li span.updated_at a {
  color: #000;
  font-weight: normal;
}

#content #col02-app #dashboard-content ol.timeline span.actions,
#content #people-of-trust ol.timeline span.actions {
  position: absolute;
  right: 5px;
  top: 10px;
}

#content #col02-app #dashboard-content ol.timeline span.actions span.trust-me-actions {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 300px;
  text-align: right;
}

#content #col02-app #dashboard-content ol.timeline span.actions span.description,
#content #people-of-trust ol.timeline span.actions span.description {
  color: #1b1b1b;
}

#content #col02-app #dashboard-content ol.timeline span.actions a.add-as-a-friend,
#content #col02-app #dashboard-content ol.timeline span.actions a.send-trust-invitation,
#content #people-of-trust ol.timeline span.actions a.send-trust-invitation,
#content #col02-app #dashboard-content ol.timeline span.actions a.notify-passed-away {
  background-color: #29AFEE;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#content #col02-app #dashboard-content ol.timeline span.actions a.accept,
#content a.accept {
  background-color: #29AFEE;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-decoration: none;
}

#content #col02-app #dashboard-content ol.timeline li span.title span.username a,
#content #people-of-trust ol.timeline li span.title span.username a {
  font-weight:normal !important;
}

#content span.user-trust-invitation a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#content #col02-app #dashboard-content ol.timeline span.actions a.deny,
#content a.deny {
  background-color: #ff0000;
  color: #fff !important;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-decoration: none;
}

#content #col02-app #dashboard-content ol.timeline li:hover span.actions a.add-as-a-friend,
#content #col02-app #dashboard-content ol.timeline li:hover span.actions a.send-trust-invitation,
#content #col02-app #dashboard-content ol.timeline li:hover span.actions a.notify-passed-away {
  background-color: #55BA8E;
}

#content #col02-app #dashboard-content ol.timeline li:hover span.actions a.accept {
  background-color: #55BA8E;
}

#content #col02-app #dashboard-content #create-message-steps {
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

#content #col02-app #dashboard-content table.whisper-simple-form label {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

#content #col02-app #dashboard-content table.whisper-simple-form tr.submit-line {
  line-height: 100px;
}

#content #col02-app #dashboard-content table.whisper-simple-form .submit-button,
table.whisper-form .submit-button {
  background-color: #29AFEE;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #AFC3CE;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#content #col02-app #dashboard-content .task-links {
  font-weight: bold;
  background-color: #29AFEE;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}


#content #col02-app #dashboard-content h2 {
  color: #1b1b1b;
  margin-bottom: 20px;
}

table.recipients-table,
table.media-table {
  border-collapse: collapse;
  width: 100%;
}

table.media-table caption,
table.recipients-table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.4em;
  border-bottom: 2px solid #9ABEEC;
  display: none;
}

table.recipients-table thead tr th, 
table.recipients-table thead tr td,
table.media-table thead tr th,
table.media-table thead tr td {
  border-bottom: 2px solid #9ABEEC;
  text-align: left;
  color: #1b1b1b;
}

table.media-table tr td,
table.media-table tr th,
table.recipients-table tr td,
table.recipients-table tr th {
  padding: 5px 10px;
}

table.recipients-table tbody tr:hover,
table.media-table tbody tr:hover {
  background-color: #29AFEE;
}

table.recipients-table tr.even,
table.media-table tr.even {
}

table.recipients-table tr td,
table.media-table tr td {
  border-bottom: 1px solid #A3C9FA;
  color: #1b1b1b;
  padding: 5px 10px;
}

table.recipients-table tr.odd,
table.media-table tr.odd {
}

table.media-table .photo,
table.media-table .video,
table.media-table .audio {
  width: 60px;
}

table.media-table .video a,
table.media-table .photo a,
table.media-table .audio a {
  color: #1b1b1b;
}

table.recipients-table td.actions,
table.media-table td.actions {
  text-align: center;
  width: 50px;
}

table.media-table a {
  color: #1B1B1B;
  text-decoration: none;
}

table.media-table a.description {
  display: block;
}

#message_content_tbl td, 
#message_content_tbl th {
  padding: 0 !important;
}

table.whisper-form td, 
table.whisper-form th {
  padding: 0 0 15px;
  vertical-align: top;
}

table.whisper-form th {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding-right: 10px;
  text-align: right;
}

table.whisper-form input.text_field {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  border: 0;
  font-size: 18px;
  padding: 8px 15px;
  width: 400px;
  background-color: #1B4457;
  color: #fff;
}

table.whisper-form textarea.textarea_field {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #DDDDDD;
  font-size: 18px;
  padding: 8px;
  width: 95%;
}

#content #col02 {
  width: 612px;
  float: right;
  margin-top: -44px;
  z-index: 1;
  position: relative;
}

#content #col02 #main {
  z-index: 2;
  position: relative;
}

#content #col02 #main h2 {
  color: #99DEFF;
  font-size: 1.2em;
  text-transform: lowercase;
}

#content #col02 #main p {
  font-size: 0.9em;
  color: #1b1b1b;
}

#content #col02 #main #video {
  text-align: center;
  margin-bottom: 24px;
  z-index: 3;
  position: relative;
}

#content #col02 #main #what-is {
  width: 290px;
  float: left;
}

#content #col02 #main #how-it-works {
  width: 290px;
  float: right;
}

#content #join-now {
  text-align: right;
  margin-top: -35px;
  margin-right: -35px;
  z-index: 999;
  position: relative;
}

#content #join-now img {
  z-index: 1000;
  position: relative;
}

#pre-footer {
  background: transparent url(/images/city.png) center no-repeat;
  margin-top: 1em;
  height: 204px;
  margin-top: -124px;
  border-bottom: 1px solid #acd9a1;
}

#footer {
  background: #1b1b1b url(/images/bg-footer.png) repeat-x;
  height: 59px;
  border-top: 10px solid #55ba8e;
}

#footer .inner {
  width: 958px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 0.9em;
}

#footer #util-links {
  text-align: left;
  width: 500px;
  float: left;
}

#footer #util-links a {
  color: #fff;
  text-decoration: none;
}

#footer ul li {
  display: inline;
  padding: 0 4px;
}

#footer #copyright {
  color: #fff;
  text-align: right;
  float: right;
}

#footer #copyright a {
  color: #fff;
  text-decoration: none;
}

#footer #copyright span.go2group {
  color: #29afee;
}

#content #page table.form td, 
#content #page table.form th {
  padding: 0 0 15px;
  vertical-align: top;
}

#content #page table.form th {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 42px;
  text-align: right;
  padding-right: 10px;
}

#content #page .submit-line td, 
#content #page .submit-line th {
  padding: 0 !important;
}

#content #page input.text_field,
#content #page .textarea_field,
#input-alpha-code input.text_field,
#apply-to-alpha input.text_field {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  border: 0;
  font-size: 18px;
  padding: 8px 15px;
  background-color: #1B4457;
  color: #fff;
}

#content #page input.text_field {
  width: 400px;
}

#input-alpha-code input.text_field,
#apply-to-alpha input.text_field {
  width: 200px;
}

#input-alpha-code label,
#apply-to-alpha label {
  display: block;
  margin-bottom: 5px;
}

#content #page .submit-button-green {
  background-color: #55BA8E;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #AFC3CE;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#content #page .submit-button,
#input-alpha-code .submit-button,
#apply-to-alpha .submit-button {
  background-color: #29AFEE;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #AFC3CE;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#content #page .signup-button {
  background-color: #29AFEE;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #AFC3CE;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#message_send_date_2i,
#message_send_date_3i,
#message_send_date_1i,
.select_field {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  border: 0;
  font-size: 18px;
  padding:8px 15px;
  background-color:#1B4457;
  color: #fff;
}

.fieldWithErrors {
  padding: 2px;
  display: table;
  width: 100%;
}

.fieldWithErrors label {
  color: red;
  text-align: right;
}

.fieldWithErrors input {
  border: 1px solid red;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #0A364A;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px !important;
  background-color: #c00;
  color: #fff !important;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
  line-height: 18px;
  font-size: 13px;
  margin-top: 10px;
  color: #fff !important;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 20px;
  line-height: 18px;
  font-size: 13px;
  color: #fff !important;
}

.notice-success {
  border: 1px solid green;
  margin: 0 0 1em 0;
  font-weight: bold;
  padding: 10px;
  background-color: #2bb7f8;
  color: #fff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.notice-error {
  border: 1px solid red;
  margin: 0 0 1em 0;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  color: #000;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.pagination {
  color: #1b1b1b;
}

.pagination a {
  color: #1b1b1b;
  font-weight: bold;
}

.fast-form .form-line {
  margin-top: 10px;
}

.fast-form .submit-line {
  margin-top: 30px;
}

.fast-form label {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.fast-form .small-label {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.fast-form .inline label {
  display: inline;
}

.fast-form .submit-line {
  padding: 0 !important;
}

.fast-form input.text_field {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  background-color: #1B4457;
  border: 0 none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 15px;
  width: 400px;
}

.fast-form .select_field {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 8px 4px;
}

.fast-form .submit-button {
  background-color: #29AFEE;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #AFC3CE;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.tasks-form .form-line {
  margin-top: 10px;
}

.tasks-form .submit-line {
  margin-top: 30px;
}

.tasks-form label {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.tasks-form .inline label {
  display: inline;
}

.tasks-form .submit-line {
  padding: 0 !important;
}

.tasks-form input.text_field {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  background-color: #1B4457;
  border: 0 none;
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px 15px;
  width: 190px;
}

.tasks-form .select_field {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 8px 4px;
}

.tasks-form .submit-button {
}

#col01 a.add-as-a-friend {
  background-color: #29AFEE;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-decoration: none;
}

#col01 span.description,
#col01 span.view-all a {
  color: #1b1b1b;
}

#content #people-of-trust table caption {
  text-align: left;
  font-weight: bold;
  color: #9CDEFF;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
}

#content #people-of-trust p {
  font-size: 0.9em;
}

#content #people-of-trust table td.dividing {
  border-right: 2px solid #9ABEEC;
}

#content #people-of-trust div.notify-passed-away {
  text-align: right;
}

#content #people-of-trust div.notify-passed-away a,
#content #people-of-trust table td.add-person-of-trust a {
  background-color: #29AFEE;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-decoration: none;
}

#content #people-of-trust table td.notify-passed-away a {
  display: block;
}

#content #people-of-trust table div.first {
  border-top:1px dashed #D2DADA;
}

#content #people-of-trust table div.request-trust {
  border-bottom:1px dashed #D2DADA;
  padding-top: 10px;
  padding-bottom: 10px;
}

#content #people-of-trust table div.request-trust span.description {
  color: #1b1b1b;
}

#content #people-of-trust table td.dividing table td {
  padding-right: 10px;
}