/* --------- /stylesheets/application.css --------- */ 
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.clear {
  clear: both;
}

body {
  margin: auto;
  padding: 0;
  font-size: 12px;
  width: 950px;
  background-color: #fff;
}

body, textarea {
  font-family: Helvetica,Arial,sans-serif; /* Helvetica is superior to Arial. */
}

body, input, select {
  color: #747474;
}

h1 {
  font-size: 30pt;
  margin: 30pt 0 5pt 0;
  font-weight: bold;
  color: #00c2e6;
}

h1:first-child {
  margin-top: 0;
}

p, li {
  line-height: 1.3em;
}

p.big {
  font-size: 18px;
  font-weight: normal;
  margin-top: 6pt;
}

a { 
	color: #00C2E6; 
}

.leftPanel {
  width: 210px;
  float: left;
  margin-top: 10px;
  padding: 0 15px;
}
.rightPanel {
  width: 710px;
  float: left;
}

.nonTabContent {
  padding: 30pt 10pt 10pt 10pt;
}

#invitations .list {
  margin-top: 30px;
  float: left;
  clear: left;
}
/* --------- /stylesheets/top.css --------- */ 
.top {
  background: #00b8e3 url(/images/beta_triangle.gif) no-repeat; }
  .top .logo {
    margin-top: 30px;
    margin-left: 40px;
    float: left; }

.topRounded {
  background: #00b8e3;
  height: 5px; }
  .topRounded .leftCorner {
    float: left;
    background: url(/images/header_left_corner.gif) no-repeat bottom left;
    width: 4px;
    height: 5px; }
  .topRounded .rightCorner {
    float: right;
    background: url(/images/header_right_corner.gif) no-repeat bottom right;
    width: 4px;
    height: 5px; }
/* --------- /stylesheets/footer.css --------- */ 
.footer {
  background: #c8e9f1;
  padding: 20px;
  margin-top: 40px;
  font-size: 11px;
  color: #424242; }
  .footer ul {
    margin-right: 20px;
    float: left; }
  .footer .copyright {
    margin-left: 20px;
    float: right; }
  .footer a {
    text-decoration: none;
    color: #424242;
    display: block;
    padding: 2px 4px; }
  .footer a.color_scheme_1:hover {
    background-color: #d07220;
    color: #fff; }
  .footer a.color_scheme_2:hover {
    background-color: #ca1d5e;
    color: #fff; }
  .footer a.color_scheme_3:hover {
    background-color: #5ead39;
    color: #fff; }
  .footer a.color_scheme_4:hover {
    background-color: #a0d3d1;
    color: #fff; }
/* --------- /stylesheets/spinner.css --------- */ 
p.spinner {
  padding: 4px; }
  p.spinner img, p.spinner span {
    vertical-align: middle; }
  p.spinner span {
    margin-left: 6px; }
/* --------- /stylesheets/startpage.css --------- */ 
.followTheAction {
  margin-top: 40pt;
}

.followOnTwitter {
  margin-top: 10pt;
}/* --------- /stylesheets/forms.css --------- */ 
a.imageSubmit {
  display: block;
  float: left;
  border: none;
  width: 72px;
  height: 36px;
  padding: 0;
  margin: 3px 10px; }

input[type=checkbox] {
  margin: 4px; }

input[type=text],
input[type=password],
textarea,
select {
  border: solid 1px #00c2e6;
  padding: 4px; }

label, select, input[type=checkbox] {
  vertical-align: middle; }

textarea {
  font-size: inherit;
  color: inherit; }
/* --------- /stylesheets/errors.css --------- */ 
.fieldWithErrors {
}
.fieldWithErrors input, input#user_dob.error {
  border: solid 1px red;
}

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

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

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.inputError {
  color: #fff;
  background-color: #f00;
  padding: 1em;
}

span.inputError {
  color: #f00;
}

.formError {
  color: red;
}
/* --------- /stylesheets/flash.css --------- */ 
#flash div {
  padding: 8px;
  margin-bottom: 10px;
  line-height: 16px; }
#flash div.notice {
  background: #8f8;
  border: 1px solid #3d3; }
#flash .error {
  background: #f44;
  border: 1px solid #d22;
  color: white; }
/* --------- /stylesheets/label_and_input.css --------- */ 
.labelAndInput {
  position: relative; }
  .labelAndInput label {
    position: absolute;
    top: 0;
    display: block;
    z-index: 91;
    padding: 0.5em;
    margin: 0;
    cursor: text;
    overflow: hidden; }
  .labelAndInput input {
    z-index: 90;
    padding: 4px; }
/* --------- /stylesheets/list.css --------- */ 
.listContainer .sort {
  float: right; }
.listContainer .active {
  float: right;
  margin-right: 10px; }
.listContainer .paginationInfo {
  float: left; }
.listContainer .list {
  margin: 10px 0 20px;
  border-top: 1px dotted #808080; }
  .listContainer .list .listItem {
    padding: 20px 0;
    border-bottom: 1px dotted #808080; }
    .listContainer .list .listItem .staticMap,
    .listContainer .list .listItem .photo {
      float: left;
      margin-right: 18px;
      cursor: pointer; }
    .listContainer .list .listItem .details {
      float: left;
      width: 240px; }
      .listContainer .list .listItem .details p.name a {
        text-decoration: none;
        color: inherit;
        font-size: 20px;
        font-weight: bold; }
    .listContainer .list .listItem .sponsor {
      clear: left; }
    .listContainer .list .listItem .navigation {
      float: right;
      text-align: right;
      width: 260px; }
      .listContainer .list .listItem .navigation > div {
        margin-bottom: 8px; }
      .listContainer .list .listItem .navigation div p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 4px; }
      .listContainer .list .listItem .navigation .didYouRun {
        margin-bottom: 8px; }
    .listContainer .list .listItem p.saveForAnotherDate {
      margin: 2px 0; }
      .listContainer .list .listItem p.saveForAnotherDate a {
        color: #79C843;
        text-decoration: none;
        font-weight: bold; }
      .listContainer .list .listItem p.saveForAnotherDate a, .listContainer .list .listItem p.saveForAnotherDate img {
        vertical-align: middle; }
/* --------- /stylesheets/login_box.css --------- */ 
.loginBox {
  float: right;
  width: 270px;
  text-align: right;
  margin: 20px; }
  .loginBox .title {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin-bottom: 8px; }
  .loginBox form a.imageSubmit {
    float: right; }
  .loginBox form input[type=text],
  .loginBox form input[type=password] {
    width: 120px;
    border: solid 1px #307eae; }
  .loginBox form input[type=text],
  .loginBox form input[type=password],
  .loginBox form label {
    font-size: 16px;
    font-weight: bold; }
  .loginBox form .other {
    float: left;
    margin-top: 20px; }
    .loginBox form .other label {
      font-size: 12px;
      font-weight: normal;
      color: white; }
  .loginBox form .username {
    float: left;
    margin-right: 10px; }
  .loginBox form .password {
    float: left; }
  .forgotten {
    color: white; }
/* --------- /stylesheets/maps.css --------- */ 
#descr { position: absolute;
	left: 580px;
	top: 50px;
	margin-right: 40px;
}

.mapHelpTooltip {
  color: #111 !important;
  width: 200px;
  height: 80px;
	text-align: center;
	opacity: .85;
	-moz-opacity:.85;
	filter:Alpha(opacity=85);
	margin: 0;
	padding: 22px 10px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fff;
}

#newRunMapHelpTooltipCloseButton {
  margin: 10px;
  border: 1px solid #777;
}/* --------- /stylesheets/mini_feed.css --------- */ 
.miniFeed p.welcome {
  float: left;
  font-size: 18px; }
.miniFeed p.logout {
  float: right; }
.miniFeed p.logout a,
.miniFeed p.logout a:visited {
  color: #ff1919;
  font-size: 11px; }
.miniFeed a.bigButton {
  display: block;
  margin: 20px 0 10px; }
.miniFeed .item {
  font-size: 12px;
  width: 90%;
  margin: auto; }
.miniFeed .didYouRun {
  margin-bottom: 8px; }
/* --------- /stylesheets/my_page.css --------- */ 
.profile input[type=button], .profile input[type=submit], .profile input[type=file] {
  font-size: 8pt; }
.profile p {
  margin-bottom: 4px; }
.profile .stats {
  background: url(/images/stats_bg.png) repeat-x;
  padding: 20px;
  width: 260px;
  height: 610px;
  float: right;
  margin-top: 78px; }
  .profile .stats h1 {
    font-size: 22px;
    color: #424242;
    margin-bottom: 12px; }
.profile .data {
  width: 350px;
  float: left; }
  .profile .data > .editable {
    margin-bottom: 20px; }
    .profile .data > .editable .label {
      margin-bottom: 4px; }
.profile .label {
  font-weight: bold; }
.profile .editable .prop {
  margin-bottom: 4px; }
.profile .value textarea, .profile .value input[type=text] {
  width: 100%;
  padding: 0; }
.profile .location {
  width: 190px;
  float: right; }
  .profile .location .container {
    overflow: hidden; }
  .profile .location .label,
  .profile .location .value {
    display: inline; }
  .profile .location > p.spinner {
    height: 180px;
    padding: 4px;
    text-align: center;
    width: 180px;
    border: #EDEDED solid 1px; }
    .profile .location > p.spinner img {
      margin: 80px 0 0 0; }
    .profile .location > p.spinner span {
      display: block; }
.profile .picture {
  float: left; }
.profile .picture .container,
.profile .location .container {
  text-align: center;
  width: 128px;
  height: 128px;
  margin-bottom: 4px;
  border: #525252 solid 1px; }
.profile p.spinner {
  padding: 8px 0; }
.profile #uploadProfilePicture {
  margin-bottom: 10px; }
.profile .editable {
  margin-bottom: 10px; }
.profile #user_zipcode input[type=text] {
  width: 127px; }
.profile #user_threshold input[type=text] {
  width: 64px; }
.profile #user_about_me .prop .value {
  line-height: 16px; }
.profile .friends_list {
  padding-top: 20px; }
  .profile .friends_list .friend_list_item {
    padding: 2px 0; }
.profile .friends_thumbs {
  padding-top: 12px; }

#currentUserSettings input[type=submit] {
  background: url(/images/save.png);
  width: 161px;
  height: 51px;
  border: none; }
#currentUserSettings form p {
  margin-bottom: 10px; }
/* --------- /stylesheets/people.css --------- */ 
#userSearchForm {
  margin-bottom: 20px; }
  #userSearchForm .labelAndInput {
    margin-bottom: 6px; }
    #userSearchForm .labelAndInput input[type=text] {
      border: 1px solid #00C2E6;
      padding: 4px; }
    #userSearchForm .labelAndInput label {
      padding: 7px; }
  #userSearchForm > p {
    margin-bottom: 6px; }
  #userSearchForm input[type=submit] {
    background: url(/images/search_friends_btn.png) no-repeat;
    width: 84px;
    height: 34px;
    border: none;
    cursor: pointer;
    padding: 0; }

#userSearchResults .sort {
  float: right; }
#userSearchResults .showing {
  float: left; }
#userSearchResults .list {
  margin: 6px 0; }
#userSearchResults .pagination {
  float: right; }
#userSearchResults .user {
  border-top: 1px solid #cacaca;
  padding: 8px; }
  #userSearchResults .user .photo {
    width: 128px;
    height: 128px;
    float: left;
    text-align: center; }
    #userSearchResults .user .photo img {
      cursor: pointer; }
  #userSearchResults .user .details {
    float: left;
    width: 300px;
    margin-left: 10px; }
    #userSearchResults .user .details p {
      line-height: 16px; }
    #userSearchResults .user .details p.name {
      font-size: 18px;
      margin-bottom: 4px; }
      #userSearchResults .user .details p.name a {
        text-decoration: none;
        color: inherit; }
      #userSearchResults .user .details p.name a:hover {
        text-decoration: underline; }
  #userSearchResults .user .navigation {
    float: right;
    width: 140px; }
    #userSearchResults .user .navigation p.link {
      margin-bottom: 4px;
      text-align: right;
      color: #00C2E6;
      font-weight: bold; }
      #userSearchResults .user .navigation p.link a {
        text-decoration: none;
        color: #79c843; }
        #userSearchResults .user .navigation p.link a img {
          width: 120px; }
      #userSearchResults .user .navigation p.link a.delete {
        color: black; }

#personProfile .prop {
  margin-bottom: 6px; }
#personProfile .data > .prop {
  margin-bottom: 20px; }
  #personProfile .data > .prop .label {
    margin-bottom: 4px; }
  #personProfile .data > .prop .value {
    line-height: 16px; }
#personProfile .data .invite {
  margin-bottom: 20px; }

.userItem {
  float: left;
  margin: 0 5px 5px 0;
  text-align: center; }
  .userItem .thumb {
    padding: 2px;
    border: 1px solid #333;
    width: 46px;
    height: 46px; }
  .userItem .name {
    width: 52px;
    font-size: 0.8em;
    overflow: hidden;
    margin-top: 2px; }
    .userItem .name a {
      font-weight: bold;
      white-space: nowrap; }
/* --------- /stylesheets/runs.css --------- */ 
.map {
  overflow: hidden; }

.runView .panel .urlSection, .runView .panel .embedSection,
.listContainer .list .urlSection, .listContainer .list .embedSection {
  font-size: 0.8em;
  float: right;
  margin: 10px 0; }
  .runView .panel .urlSection .label,   .runView .panel .embedSection .label,
  .listContainer .list .urlSection .label,   .listContainer .list .embedSection .label {
    color: #333; }
  .runView .panel .urlSection input,   .runView .panel .embedSection input,
  .listContainer .list .urlSection input,   .listContainer .list .embedSection input {
    border: solid 1px #aaa;
    padding: 1px;
    font-size: inherit; }

.listContainer .list .urlSection {
  display: none; }
/* --------- /stylesheets/run_view.css --------- */ 
.runView h3 {
  margin-bottom: 8px; }
.runView .mapAndPeople, .runView .twingly {
  float: left;
  width: 300px; }
  .runView .mapAndPeople .map,   .runView .twingly .map {
    border: solid 1px #333;
    margin-bottom: 40px; }
  .runView .mapAndPeople .confirmedAttendees,
  .runView .mapAndPeople .tentativeAttendees,   .runView .twingly .confirmedAttendees,
  .runView .twingly .tentativeAttendees {
    margin-bottom: 12px; }
.runView .view, .runView .scripts {
  float: left;
  margin-left: 24px;
  width: 340px; }
  .runView .view .about,   .runView .scripts .about {
    font-size: 14px;
    margin-bottom: 20px; }
  .runView .view .panel,   .runView .scripts .panel {
    text-align: right;
    float: right; }
    .runView .view .panel p.question,
    .runView .view .panel p.message,     .runView .scripts .panel p.question,
    .runView .scripts .panel p.message {
      font-weight: bold;
      margin-bottom: 4px; }
    .runView .view .panel .didYouRun,     .runView .scripts .panel .didYouRun {
      margin-bottom: 8px; }
  .runView .view .details,   .runView .scripts .details {
    float: left;
    width: 140px; }
    .runView .view .details .formatted_length,
    .runView .view .details .tempo,
    .runView .view .details .surface,     .runView .scripts .details .formatted_length,
    .runView .scripts .details .tempo,
    .runView .scripts .details .surface {
      font-weight: bold; }
  .runView .view .friendsToInvite,   .runView .scripts .friendsToInvite {
    margin-top: 20px;
    border-style: dotted;
    border-width: 1px 0;
    padding: 10px 0; }
    .runView .view .friendsToInvite a.inviteLink,     .runView .scripts .friendsToInvite a.inviteLink {
      background: url(/images/invite_friends.png) no-repeat;
      width: 140px;
      height: 34px;
      display: block; }
.runView .mapAndPeople .items, .runView .view .items {
  margin-bottom: 10px; }

.blogging_stuff {
  border-top: 1px dotted black;
  padding-top: 15px; }

.embed_script {
  margin: 15px 0;
  width: 100%; }

#tw_link_widget {
  border: none;
  color: inherit;
  font-family: inherit; }
  #tw_link_widget .tw_header {
    display: none; }
/* --------- /stylesheets/run_form.css --------- */ 
.runForm .map {
  float: left; }
  .runForm .map .helpTooltip {
    display: block;
    position: absolute;
    left: 0;
    right: 0; }
  .runForm .map .buttons_and_distance_indicator {
    padding: 2px;
    background: #000;
    width: 296px;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #333; }
    .runForm .map .buttons_and_distance_indicator .buttons_group {
      margin-right: 10px;
      float: left; }
      .runForm .map .buttons_and_distance_indicator .buttons_group a {
        cursor: pointer;
        color: white;
        text-decoration: none;
        display: block;
        padding: 2px; }
    .runForm .map .buttons_and_distance_indicator .lengthIndicator {
      color: white;
      font-size: 14pt;
      float: right;
      margin: 6px 6px 0 0; }
  .runForm .map .search {
    clear: left;
    padding: 10px 0;
    text-align: center; }
    .runForm .map .search input[type=submit] {
      border: none;
      font-size: inherit;
      background-color: inherit;
      cursor: pointer; }
  .runForm .map .newRunMap {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #333; }
.runForm .form {
  float: left;
  margin-left: 35px; }
  .runForm .form ol {
    list-style-type: decimal; }
    .runForm .form ol li {
      margin-bottom: 6px; }
  .runForm .form input[type=text],
  .runForm .form textarea {
    width: 280px;
    border: 1px solid #00C2E6;
    padding: 4px; }
  .runForm .form input[type=text].time {
    width: 40px; }
  .runForm .form input[type=text].date {
    width: 160px; }
  .runForm .form .inputError {
    color: #fff;
    background-color: #f00;
    padding: 5px;
    margin-bottom: 5px; }
  .runForm .form input[type=submit] {
    background: url(/images/save_this_run.png);
    width: 197px;
    height: 51px;
    border: none;
    cursor: pointer;
    padding: 0; }
/* --------- /stylesheets/search_run.css --------- */ 
.searchRun {
  width: 666px;
  padding: 14px 30px;
  color: white;
  float: right; }
  .searchRun .field {
    float: left; }
  .searchRun .arrow {
    background: url(/images/search_arrow.gif) no-repeat;
    width: 14px;
    height: 17px;
    float: left;
    margin: 34px 8px 0; }
  .searchRun label {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px; }
  .searchRun input,
  .searchRun option {
    padding: 4px; }
  .searchRun option {
    vertical-align: middle; }
  .searchRun .where input,
  .searchRun .when input,
  .searchRun .day input,
  .searchRun .tempo select {
    width: 100px; }
  .searchRun .time input {
    width: 60px; }
  .searchRun .length input {
    width: 26px; }
  .searchRun .length span {
    font-weight: bold;
    margin-left: 2px; }
  .searchRun a.imageSubmit {
    width: 109px;
    height: 41px;
    padding: 0;
    float: right;
    margin: 16px 20px 0 0; }

.set_your_location {
  margin-bottom: 20px; }
/* --------- /stylesheets/spinner.css --------- */ 
p.spinner {
  padding: 4px; }
  p.spinner img, p.spinner span {
    vertical-align: middle; }
  p.spinner span {
    margin-left: 6px; }
/* --------- /stylesheets/tabs.css --------- */ 
#mainTabLabels {
  position: relative;
  margin-left: 16px;
  margin-top: -32px;
  z-index: 1000; }
  #mainTabLabels .tabLabel .left {
    width: 5px;
    height: 32px;
    float: left; }
  #mainTabLabels .tabLabel .center {
    float: left;
    padding: 10px 8px; }
  #mainTabLabels .tabLabel .right {
    width: 5px;
    height: 32px;
    float: left; }
  #mainTabLabels .tabLabel.selected .left {
    background: url(/images/tab_left.png) no-repeat; }
  #mainTabLabels .tabLabel.selected .center {
    background: white; }
  #mainTabLabels .tabLabel.selected .right {
    background: url(/images/tab_right.png) no-repeat; }

.tabLabels {
  color: #424242; }
  .tabLabels .tabLabel {
    float: left;
    margin: 0 4px;
    cursor: pointer;
    font-weight: bold; }

.tabContents {
  float: left;
  clear: left; }

.tabContent h1 {
  font-size: 50px;
  color: #00C2E6;
  margin-top: 28px; }
.tabContent h1:first-child {
  margin-top: 0; }
.tabContent h2 {
  font-size: 18pt;
  margin-top: 26px; }
.tabContent h2:first-child {
  margin-top: 0; }
.tabContent h3 {
  font-size: 10pt;
  margin-top: 15px; }
.tabContent h3:first-child {
  margin-top: 0; }
.tabContent .tabLabels {
  margin: 0 0 4px 17px;
  height: 40px; }
  .tabContent .tabLabels .tabLabel {
    padding: 12px 12px; }
  .tabContent .tabLabels .tabLabel.selected {
    color: #00c2e6; }
.tabContent .tabContents {
  border-left: 1px dotted #808080; }
  .tabContent .tabContents .tabContent {
    padding: 0 20px; }
/* --------- /stylesheets/text_content.css --------- */ 
.textContent h1 {
  font-size: 50px;
  color: #00C2E6;
  margin-top: 28px; }
.textContent h1:first-child {
  margin-top: 0; }
.textContent h2 {
  font-size: 18pt;
  margin-top: 26px; }
.textContent h2:first-child {
  margin-top: 0; }
.textContent h3 {
  font-size: 10pt;
  margin-top: 15px; }
.textContent h3:first-child {
  margin-top: 0; }
.textContent p {
  font-size: 10pt;
  margin-bottom: 1em; }
.textContent p.big {
  font-size: 14pt; }
.textContent a {
  color: #00C2E6; }
.textContent .column {
  float: left;
  width: 195px;
  margin: 10px 0 10px 30px; }
  .textContent .column p.code {
    font-family: Courier;
    border: solid 1px #aaa;
    padding: 3px;
    font-size: 8pt; }
  .textContent .column img {
    margin-bottom: 12px; }
.textContent .column.number1 {
  margin: 10px 0 10px 0; }
.textContent ol {
  margin-bottom: 1em; }
  .textContent ol li {
    font-size: 10pt;
    list-style-type: decimal;
    list-style-position: inside; }
/* --------- /stylesheets/did_you_run.css --------- */ 
.didYouRun a {
  color: black;
  text-transform: uppercase; }
.didYouRun .explanation {
  margin-top: 4px; }
  .didYouRun .explanation .labelAndInput {
    margin-bottom: 4px; }
    .didYouRun .explanation .labelAndInput label {
      padding: 5px; }
    .didYouRun .explanation .labelAndInput input {
      width: 100%; }
  .didYouRun .explanation .ok {
    margin-right: 10px; }
.didYouRun p.question {
  margin-bottom: 4px; }
/* --------- /stylesheets/contents/users.css --------- */ 
form.signup label[for=user_sentence],
form.signup label.sentence_label {
  width: 195px; }
form.signup input[type=text],
form.signup input[type=password],
form.signup textarea,
form.signup select {
  margin-bottom: 4px;
  width: 200px; }
/* --------- /stylesheets/contents/email_addresses.css --------- */ 
form.newEmailAddress .labelAndInput {
  float: left;
  margin: 6px; }
form.newEmailAddress input[type=submit] {
  float: left; }
form.newEmailAddress .fieldWithErrors {
  display: inline; }
form.newEmailAddress input[type=text],
form.newEmailAddress label {
  width: 220px;
  font-size: 16px;
  font-weight: bold; }

a.beBetaTester {
  display: inline-block;
  width: 157px;
  height: 34px;
  padding: 0;
  margin: 5px 0; }

.section {
  float: left;
  margin-top: 20pt; }

.box {
  width: 300px;
  margin: 10px 0;
  padding: 10px;
  border: #ccc 1px solid;
  background: #eee; }
  .box p {
    margin: 0;
    line-height: 20px; }
/* --------- /stylesheets/contents/email_addresses_content.css --------- */ 
#content.email_addresses_content .section {
  float: none;
  clear: both;
  line-height: 150%;
  margin: 0 auto;
  width: 500px;
}

#content.email_addresses_content .section div {
  float: left;
  margin: 5px 0;
  padding: 0;
}

#content.email_addresses_content .section .message {
  width: 200px;
  padding: 10px;
}

#content.email_addresses_content .section .message p {
  font-weight: normal;
}

#content.email_addresses_content .section .bubble {
  margin: 10px 0;
}

#content.email_addresses_content .section .bubble .triangle {
  margin: 0;
  float: left;
  clear: none;
  width: 20px;
  height: 40px;
  background: url(/images/triangle.png) no-repeat right bottom;
}

#content.email_addresses_content .section .bubble .box {
  border: none;
  float: left;
  clear: none;
  background: #76d4de;
  color: white;
  width: 240px;
  min-height: 30px;
  padding: 10px;
}

#content.email_addresses_content .section .bubble .box a {
  color: white;
  text-decoration: none;
}

#content.email_addresses_content .section .bubble .box a:hover {
  text-decoration: underline;
}

#content.email_addresses_content .section .bubble .box #email_address_email {
  width: 240px;
}

#content.email_addresses_content .section .bubble .box p.submit_button {
  text-align: right;
}

#content.email_addresses_content .section .bubble .box .fieldWithErrors {
  padding: 2px;
  background-color: inherit;
}
/* --------- /stylesheets/contents/custom_message_email_invitation.css --------- */ 
.customMessageEmailInvitation {
  float: left; }
  .customMessageEmailInvitation form {
    float: left; }
  .customMessageEmailInvitation p {
    float: left;
    clear: both;
    padding-top: 10px; }
  .customMessageEmailInvitation p.success {
    background: #8f8;
    border: solid 1px #0f0;
    padding: 10px; }
