* {
  outline: none; }

body {
  background-color: #ffbb00 !important; }

body.embed {
  background-color: #ffffff !important; }

p, ul, ol {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  color: #222222; }

p + ul {
  margin-top: -0.5em; }

small {
  font-size: 0.7em; }

code {
  background-color: white;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
  font-family: "Droid Sans Mono", "courier new", arial;
  background-color: #333333;
  color: white;
  white-space: no-wrap; 
  behavior: url(/PIE.htc);
  }

hr {
  border: none;
  background-color: transparent;
  border-bottom: 2px dotted #dddddd; }

a {
  color: #72ac3e;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #72ac3e;
    text-decoration: underline; }

h1, h2 {
  font-family: "Courier", "Courier New", monospace; }

h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: "lucida grande", helvetica, arial;
  color: #222222; }

h2 {
  color: #72ac3e;
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.7em;
  font-family: "andale mono", "lucida grande", helvetica, arial; }

.subtitle {
  color: #888888;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  margin-top: -0.3em;
  margin-left: 0.2em; }

.free-tag {
  padding: 0em 0.3em 0em 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px; }

dt {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: normal !important; }

dd {
  margin-left: 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #dddddd; }
  dd code {
    font-size: 1em;
    background-color: #333333;
    color: white !important;
    padding: 0.6em 0.8em 0.5em;
    border: none;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

form li {
  list-style: none; }
form fieldset {
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
form p {
  margin-bottom: 0.3em;
  font-size: 1em;
  vertical-align: top; }
form .buttons {
  margin-top: 1em; }
form label {
  font-family: "lucida grande", helvetica, arial, serif;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  font-size: 1.3em;
  width: 7.2em;
  text-align: left;
  margin-right: 1em;
  float: left;
  color: #222222; }
form input[type=text],
form input[type=password],
form input.type-text {
  margin: 0 0 1em;
  padding: 0.2em;
  font-size: 1.3em;
  max-width: 11em;
  min-width: 7em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Courier", "Courier New", monospace;
  border: 2px solid #888888;
  background: white;
  behavior: url(/PIE.htc);
   }
  form input[type=text]:focus, form input[type=text]:active,
  form input[type=password]:focus,
  form input[type=password]:active,
  form input.type-text:focus,
  form input.type-text:active {
    border: 2px solid #ffbb01; }
form img.validation-icon {
  margin-left: 0.5em; }
form input.blur,
form input.defaultText {
  color: #777777; }
  form input.blur:focus, form input.blur:active,
  form input.defaultText:focus,
  form input.defaultText:active {
    color: black; }
form #person-name-column-title {
  margin-left: -10px !important; }
form #person-cellphone-column-title {
  background: url(/images/phone-24x24.png) top left no-repeat;
  padding-left: 30px;
  margin-right: 0 !important; }

.colborder {
  border-right: 1px solid #eeeeee !important; }

.button {
/*  background: #72ac3e url(/images/button-overlay2.png) left top repeat-x !important;*/
  background: #72ac3e url(/images/button-overlay2.png) left top repeat-x;
  
  -moz-box-shadow: 0 1px 1px #cccccc;
  -webkit-box-shadow: 0 1px 1px #cccccc;
  box-shadow: 0 1px 1px #cccccc;
  border: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-decoration: none !important;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  padding: 10px 24px;
  color: #f3f3f3 !important;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer; 
  behavior: url(/PIE.htc);
  
  }
  .button:hover {
    color: white !important;
    text-decoration: none; 
    
    }

.cssgradients input[type=text], .cssgradients textarea {
  background-image: -moz-linear-gradient(top, #fcfcfc, white);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, white)); }

#main {
  background-color: white;
  margin-top: 2em;
  margin-bottom: 0;
  border: 10px solid #ffe49b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 30px white;
  -webkit-box-shadow: 0 0 30px white;
  box-shadow: 0 0 30px white; 
  behavior: url(/PIE.htc);
  
  }

.no-rgba #main {
  border: 10px solid #ffe49b; }

#content li {
  color: #72ac3e;
  font-size: 1.5em;
  line-height: 1em;
  padding-left: 0.1em; }
  #content li span {
    color: #222222;
    font-size: 0.65em; }

#logotype img {
  margin-top: -3em;
  margin-left: -2em;
  margin-bottom: -3.5em; }

#top-links {
  text-align: right;
  font-family: "lucida grande", helvetica, arial, serif; }

#header-navigation {
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-right: -0.8em;
  font-size: 1.5em;
  font-weight: bold; }
  #header-navigation .sep {
    color: #eeeeee;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto; }
  #header-navigation a {
    color: black;
    text-decoration: none;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 0.3em 1em; 
    behavior: url(/PIE.htc);
    }
    #header-navigation a:hover {
      color: #ffbb01; }
    #header-navigation a.current {
      -moz-border-radius: 22px;
      -webkit-border-radius: 22px;
      border-radius: 22px;
      margin-left: 0.4em;
      margin-right: 0.4em;
      color: white;
      background: #333333 url(/images/button-overlay.png) left top repeat-x; 
      	behavior: url(/PIE.htc);
      
      }

#counter {
  text-align: center; }
  #counter blockquote {
    margin: 1em auto 0;
    font-size: 2.5em !important;
    color: #222222 !important;
    font-style: normal;
    font-size: 2.5em;
    padding: 0 1em;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px; }
  #counter .slash {
    color: #72ac3e;
    font-weight: bold; }
  #counter .and-counting {
    color: #999999;
    font-weight: bold !important; }

#content {
  padding-top: 0; }

#footer {
  text-align: center;
  color: #666666; }

#footer-links {
  margin-bottom: 0.5em;
  font-size: 0.9em; }
  #footer-links .sep {
    color: #eeeeee;
    margin: 0 0.2em; }

#copyright-notice {
  margin: 0;
  color: #999999; }

#pitch-video-container embed, #pitch-video-container img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px #999999;
  -webkit-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
  margin-bottom: 1em; 
  behavior: url(/PIE.htc);
  }
#pitch-video-container img {
  cursor: pointer; }

#login-status {
  border-top: 1px solid #eeeeee;
  padding-top: 0.8em;
  float: right !important; }
  #login-status .anonymous,
  #login-status .logged-in-status {
    color: #999999;
    margin-right: 0.5em; }
  #login-status .sep {
    color: #dddddd; }

#message {
  margin-top: -3em;
  margin-bottom: -1em;
  text-align: center; }

h1#slogan {
  font-weight: normal;
  font-family: "Reenie Beanie", helvetica, arial;
  font-size: 4em;
  color: #333333;
  border-bottom: 0px dotted #dddddd; }

#show-groups .group-list {
  margin-top: 1em;
  padding-left: 1em;
  border-top: 2px solid #eeeeee; }
  #show-groups .group-list .group-item {
    list-style: none;
    background: url(/images/group-64x64.png) left 5px no-repeat;
    border-bottom: 2px solid #eeeeee; }
    #show-groups .group-list .group-item a {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *vertical-align: auto;
      text-decoration: none; }
      #show-groups .group-list .group-item a:hover {
        text-decoration: underline; }
      #show-groups .group-list .group-item a .group-title {
        color: #72ac3e; }
    #show-groups .group-list .group-item .group-title {
      margin-left: 64px;
      font-size: 0.8em;
      font-weight: bold;
      margin-bottom: 0; }
    #show-groups .group-list .group-item .group-desc {
      margin-left: 64px;
      font-size: 0.6em;
      color: #999999; }

#show-group .message-list {
  padding-left: 1em;
  padding-top: 1em;
  border-top: 2px solid #eeeeee; }
  #show-group .message-list .message-item {
    list-style: none; }
    #show-group .message-list .message-item .message-header {
      font-size: 0.7em;
      margin-bottom: 0.5em;
      width: 100%; }
    #show-group .message-list .message-item .message-from {
      font-style: normal;
      font-weight: bold;
      font-family: "Droid Sans Mono", "courier new", arial, serif;
      color: #999999;
      float: left; }
    #show-group .message-list .message-item .message-date {
      color: #bbbbbb;
      float: right; }
    #show-group .message-list .message-item .message-body {
      padding: 0;
      margin: 0 0 1.5em;
      font-size: 0.7em;
      font-style: normal;
      font-family: "Droid Sans Mono", "courier new", arial, serif;
      color: black; }
      #show-group .message-list .message-item .message-body img {
        max-width: 100%;
        width: 100%; }

#group-admin .sep {
  color: #cccccc; }
#group-admin .group-settings {
  padding-bottom: 1em;
  margin-left: 1em; }
  #group-admin .group-settings .group-setting {
    height: 4em; }
    #group-admin .group-settings .group-setting .group-setting-label {
      font-weight: bold; }
  #group-admin .group-settings td {
    padding-top: 1em;
    border-bottom: 1px solid #eeeeee;
    vertical-align: top; }
  #group-admin .group-settings ul {
    margin: 0;
    padding: 0; }
  #group-admin .group-settings li {
    list-style: none;
    color: #999999;
    font-size: 1.3em; }
    #group-admin .group-settings li a {
      font-size: 0.7em;
      font-weight: normal; }

#group-admin-box {
  background-color: #FFFFFF;
  margin-top: 2em;
  padding: 6px;
  -moz-box-shadow: 0px 0px 5px #bbbbbb;
  -webkit-box-shadow: 0px 0px 5px #bbbbbb;
  box-shadow: 0px 0px 5px #bbbbbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
  behavior: url(/PIE.htc);
  }
  #group-admin-box .sep {
    color: #999999; }
  #group-admin-box .padding {
    padding: 0.5em 1em 1.5em 1.5em;
    background: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    behavior: url(/PIE.htc);
    }
  #group-admin-box h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font-family: "lucida grande", helvetica, arial, serif;
    font-size: 1.5em;
    font-weight: bold; }
  #group-admin-box h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 1em;
    font-family: "lucida grande", helvetica, arial, serif;
    color: #999999; }
  #group-admin-box ul {
    padding-left: 1em;
    margin-bottom: 0; }
    #group-admin-box ul.group-admin-actions #action-group-admin a {
      background: url(/images/groupadmin-24x24.png) -5px -5px no-repeat;
      margin-left: 0;
      padding-left: 32px;
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *vertical-align: auto; }
    #group-admin-box ul.group-admin-actions #action-invite-people a {
      background: url(/images/invite-24x24.png) -5px -5px no-repeat;
      margin-left: 0;
      padding-left: 32px;
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *vertical-align: auto; }
    #group-admin-box ul.group-admin-actions #action-leave-group a {
      background: url(/images/leave-group-24x24.png) -5px -5px no-repeat;
      margin-left: 0;
      padding-left: 32px;
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *vertical-align: auto; }
  
  	/** Modified by MJ, height property moved to separate css row */
  	#group-admin-box li {
		list-style: none;
    	font-size: 0.9em;
 	}
  	#group-admin-box li.group-admin-actions {
	    height: 32px;
   	}
     
    #group-admin-box li a {
      height: 26px;
      margin-left: 32px;
      color: #333333;
      text-decoration: none; }
      #group-admin-box li a:hover {
        text-decoration: underline;
        color: #72ac3e; }
  #group-admin-box #connect-links {
    margin-left: 1em; }
    #group-admin-box #connect-links a {
      background: transparent;
      border: none; }
      #group-admin-box #connect-links a:hover {
        text-decoration: none; }

#connect-links {
  margin-bottom: 0; }
  #connect-links a {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto;
    opacity: 0.8; }
    #connect-links a:hover {
      opacity: 1; }
    #connect-links a img {
      margin: 0.3em; }

#search-field {
  width: 100%; }
  #search-field form {
    margin: 0; }
    #search-field form input {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *vertical-align: auto; }
  #search-field input#search {
    margin: 0; }

#sidebar #import-contacts-link-facebook {
  margin-top: 7em; }

#step1-group-entry-frontpage {
  background-color: #ffffff;
  padding: 6px;
  margin-left: 1.5em;
  -moz-box-shadow: 0px 0px 5px #bbbbbb;
  -webkit-box-shadow: 0px 0px 5px #bbbbbb;
  box-shadow: 0px 0px 5px #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/PIE.htc);
   }
  #step1-group-entry-frontpage fieldset {
    padding-left: 0; }
  #step1-group-entry-frontpage .padding {
    padding: 1.5em 1em 1.5em 1.5em;
    background: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    behavior: url(/PIE.htc);
    }

.no-boxshadow #step1-group-entry-frontpage {
  border: 2px solid #cccccc; }

#step1-group-entry li.field.notValid input, #step1-group-entry li.field.invalid input,
#step1-group-entry p.field.notValid input,
#step1-group-entry p.field.invalid input,
#step1-group-entry-frontpage li.field.notValid input,
#step1-group-entry-frontpage li.field.invalid input,
#step1-group-entry-frontpage p.field.notValid input,
#step1-group-entry-frontpage p.field.invalid input, 
#step2-member-entry .field.invalid input,
#step2-member-entry .field.notValid input
{
  background: white url(/images/field-invalid.gif) right 4px no-repeat; }
#step1-group-entry li.field.valid input,
#step1-group-entry p.field.valid input,
#step1-group-entry-frontpage li.field.valid input,
#step1-group-entry-frontpage p.field.valid input,
#step2-member-entry .field.valid input
 {
  background: white url(/images/field-valid.gif) right 4px no-repeat;
  }

#step1-group-entry-frontpage p.field.loading input,
#step2-member-entry .field.loading input {
  background: white url(/images/field-loading.gif) right 5px no-repeat; }


#step2-member-entry #connect-links {
  margin-bottom: 0em; }
#step2-member-entry ul {
  padding: 0;
  margin-bottom: 0; }
#step2-member-entry li, #step2-member-entry p {
  font-size: 1em;
  list-style: none; }
#step2-member-entry form {
  margin-bottom: 2em; }
#step2-member-entry fieldset {
  padding: 6px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0px 0px 5px #bbbbbb;
  -webkit-box-shadow: 0px 0px 5px #bbbbbb;
  box-shadow: 0px 0px 5px #bbbbbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*border: 2px solid #cccccc;*/
  border-radius: 3px; 
  behavior: url(/PIE.htc);
  }
  #step2-member-entry fieldset .padding {
    padding: 1.5em 1em 1.5em 1.5em;
    background: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    behavior: url(/PIE.htc);
    }
#step2-member-entry input {
  margin-bottom: 0.7em; }
#step2-member-entry .header {
  margin-bottom: 1em; }
#step2-member-entry .buttons {
  margin-top: 0em; }
#step2-member-entry input.button {
  float: left; }
#step2-member-entry label {
  width: auto; }

.ui-dialog {
  z-index: 19000 !important; }

#exposeMask {
  background-color: white !important; }

.form-notice {
  color: #999999; }

a#import-contacts-link-facebook {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  background: transparent url(/images/connect/connect_sprite.png) left -60px repeat-x;
  height: 39px;
  padding-left: 39px;
  color: #f9f9f9;
  border-right: 1px solid #2f4670;
  -moz-box-shadow: 0 1px 1px #cccccc;
  -webkit-box-shadow: 0 1px 1px #cccccc;
  box-shadow: 0 1px 1px #cccccc; }
  a#import-contacts-link-facebook:hover {
    text-decoration: none;
    color: white; }
  a#import-contacts-link-facebook span {
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    background: transparent url(/images/connect/connect_sprite.png) left top repeat-x; }

#step3-confirm-sms {
  text-align: center; }

#video-pitch-overlay {
  display: none; }
  #video-pitch-overlay .close {
    background: url(/images/overlay/apple-close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer; }
  #video-pitch-overlay #player {
    height: 400px;
    width: 640px;
    display: block; }

#dialog-loading * {
  text-align: center; }

img#import-arrow {
  margin-left: -5em; }

.field-actions {
  text-align: right; }
  .field-actions #add-group-invite {
    margin-top: -2.5em;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto; }

#connect-facebook-form label {
  width: 20em;
  margin: 0.4em 0; }

#sms-commandos table {
  margin-top: 1em;
  margin-bottom: 3em;
  border-top: 1px solid #cccccc; }
  #sms-commandos table td, #sms-commandos table th {
    padding: 1em 0;
    border-bottom: 1px solid #cccccc; }
    #sms-commandos table td code, #sms-commandos table th code {
      padding: 0.8em 1em; }
  #sms-commandos table th {
    font-weight: normal;
    width: 60%; }

#live-quote blockquote {
  font-family: "Droid Sans Mono", "courier new", arial;
  font-style: normal;
  margin-bottom: 0.5em;
  background: white; 
  behavior: url(/PIE.htc);
  }
#live-quote cite {
  margin-left: 3em; }
#live-quote img {
  behavior: url(/iepngfix2.htc); }

/* ------------------------------------------
 * *PROGRESSIVE ENHANCEMENT: PURE CSS SPEECH BUBBLES
 * *by Nicolas Gallagher
 * *- http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/
 * *
 * *http://nicolasgallagher.com
 * *http://twitter.com/necolas
 * *
 * *Created: 02 March 2010
 * *Version: 1.01
 * *
 * *Dual licensed under MIT and GNU GPLv2 � Nicolas Gallagher
 * *------------------------------------------ */
/* NOTE: Some declarations use longhand notation so that it can be clearly
 * *explained what specific properties or values do and what their relationship
 * *is to other properties or values in creating the effect */
/* ------------------------------------------------------------------------------------
 * *-- BASIC BUBBLES WITH TRIANGLES ON BOTTOM
 * *------------------------------------------------------------------------------------ */
/* Bubble with an isoceles triangle
 * *------------------------------------------ */
.triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: black;
  background: #f3961c;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
  background: -moz-linear-gradient(top, #f9d835, #f3961c);
  background: -o-linear-gradient(top, #f9d835, #f3961c);
  background: linear-gradient(top, #f9d835, #f3961c); }
  .triangle-isosceles:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    z-index: -1;
    bottom: -30px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    width: 0;
    height: 0;
    border-width: 15px 15px;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #f3961c transparent transparent; }

/* creates triangle */
/* Bubble with a right angled triangle
 * *------------------------------------------ */
.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: white;
  background: #075698;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
  background: -moz-linear-gradient(top, #2e88c4, #075698);
  background: -o-linear-gradient(top, #2e88c4, #075698);
  background: linear-gradient(top, #2e88c4, #075698); }
  .triangle-right:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -40px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    width: 0;
    height: 0;
    border-width: 20px 0 20px 20px;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #075698 transparent transparent; }

/* creates triangle */
/* Bubble with an obtuse triangle
 * *------------------------------------------ */
.triangle-obtuse {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: white;
  background: #c81e2b;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f04349), to(#c81e2b));
  background: -moz-linear-gradient(top, #f04349, #c81e2b);
  background: -o-linear-gradient(top, #f04349, #c81e2b);
  background: linear-gradient(top, #f04349, #c81e2b); }
  .triangle-obtuse:before {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -20px;
    /* value = - border-top-width - border-bottom-width */
    left: 60px;
    /* controls horizontal position */
    width: 0;
    height: 0;
    border-width: 0;
    border-right-width: 30px;
    /* vary this value to change the angle of the vertex */
    border-bottom-width: 20px;
    /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-style: solid;
    border-color: transparent #c81e2b; }
  .triangle-obtuse:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -20px;
    /* value = - border-top-width - border-bottom-width */
    left: 80px;
    /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    width: 0;
    height: 0;
    border-width: 0;
    border-right-width: 10px;
    /* vary this value to change the angle of the vertex */
    border-bottom-width: 20px;
    /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-style: solid;
    border-color: transparent white; }

/* creates the wider right-angled triangle */
/* creates the narrower right-angled triangle */
/* Bubble with a border rather than solid colour
 * *------------------------------------------ */
.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  border: 4px solid #cccccc;
  color: #333333;
  background: white;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .triangle-border:before {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -40px;
    /* value = - border-top-width - border-bottom-width */
    left: 40px;
    /* controls horizontal position */
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #cccccc; }
  .triangle-border:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -26px;
    /* value = - border-top-width - border-bottom-width */
    left: 47px;
    /* value = (:before left) + (:before border-left) - (:after border-left) */
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: white; }

/* creates the larger triangle */
/* creates the smaller  triangle */
/* ------------------------------------------------------------------------------------
 * *-- BASIC BUBBLES WITH TRIANGLES ON TOP
 * *------------------------------------------------------------------------------------ */
/* creates the wider right-angled triangle */
/* creates the narrower right-angled triangle */
/* Bubble with a border rather than solid colour
 * *------------------------------------------ */
.triangle-border.left {
  margin-left: 30px; }
  .triangle-border.left:before {
    top: 10px;
    /* controls vertical position */
    left: -60px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 14px 30px;
    border-style: solid;
    border-color: transparent #cccccc transparent transparent; }
  .triangle-border.left:after {
    top: 16px;
    /* value = (:before top) + (:before border-top) - (:after border-top) */
    left: -42px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 9px 21px;
    border-style: solid;
    border-color: transparent white transparent transparent; }


.triangle-border.right {
  margin-left: 30px; }
  .triangle-border.right:before {
    top: 10px;
    /* controls vertical position */
    left: -60px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 14px 30px;
    border-style: solid;
    border-color: transparent #cccccc transparent transparent; }
  .triangle-border.right:after {
    top: 16px;
    /* value = (:before top) + (:before border-top) - (:after border-top) */
    left: -42px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 9px 21px;
    border-style: solid;
    border-color: transparent white transparent transparent; }




/* Bubble with an isoceles triangle
 * *------------------------------------------ */
.triangle-isosceles.top {
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3961c), to(#f9d835));
  background: -moz-linear-gradient(top, #f3961c, #f9d835);
  background: -o-linear-gradient(top, #f3961c, #f9d835);
  background: linear-gradient(top, #f3961c, #f9d835); }
  .triangle-isosceles.top:after {
    top: -30px;
    /* value = - border-top-width - border-bottom-width */
    right: 50px;
    /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-color: transparent transparent #f3961c; }

/* creates triangle */
/* Bubble with a right angled triangle
 * *------------------------------------------ */
.triangle-right.top {
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#075698), to(#2e88c4));
  background: -moz-linear-gradient(top, #075698, #2e88c4);
  background: -o-linear-gradient(top, #075698, #2e88c4);
  background: linear-gradient(top, #075698, #2e88c4); }
  .triangle-right.top:after {
    top: -40px;
    /* value = - border-top-width - border-bottom-width */
    right: 50px;
    /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-width: 20px 20px 20px 0;
    /* vary these values to change the angle of the vertex */
    border-color: transparent transparent #075698; }

/* creates triangle */
/* Bubble with an obtuse triangle
 * *------------------------------------------ */
.triangle-obtuse.top {
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#c81e2b), to(#f04349));
  background: -moz-linear-gradient(top, #c81e2b, #f04349);
  background: -o-linear-gradient(top, #c81e2b, #f04349);
  background: linear-gradient(top, #c81e2b, #f04349); }
  .triangle-obtuse.top:before {
    top: -20px;
    /* value = - border-top-width - border-bottom-width */
    right: 60px;
    /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-width: 0;
    border-left-width: 30px;
    /* vary this value to change the width of the triangle */
    border-top-width: 20px;
    /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-style: solid;
    border-color: transparent #c81e2b; }
  .triangle-obtuse.top:after {
    top: -20px;
    /* value = - border-top-width - border-bottom-width */
    right: 80px;
    /* value = (:before's right) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    bottom: auto;
    left: auto;
    border-width: 0;
    border-left-width: 10px;
    /* vary this value to change the width of the triangle */
    border-top-width: 20px;
    /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-style: solid;
    border-color: transparent white; }

/* creates the wider right-angled triangle */
/* creates the narrower right-angled triangle */
/* Bubble with a border rather than solid colour
 * *------------------------------------------ */
/* creates the larger triangle */
.triangle-border.top:before {
  top: -40px;
  /* value = - border-top-width - border-bottom-width */
  right: 40px;
  /* controls horizontal position */
  bottom: auto;
  left: auto;
  border: 20px solid transparent;
  border-bottom-color: #5a8f00; }
.triangle-border.top:after {
  top: -26px;
  /* value = - border-top-width - border-bottom-width */
  right: 47px;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  bottom: auto;
  left: auto;
  border: 13px solid transparent;
  border-bottom-color: white; }

/* creates the smaller  triangle */
/* ------------------------------------------------------------------------------------
 * *-- BASIC BUBBLES WITH TRIANGLES ON LEFT
 * *------------------------------------------------------------------------------------ */
/* Bubble with an isoceles triangle
 * *------------------------------------------ */
.triangle-isosceles.left {
  margin-left: 50px;
  background: #f3961c; }
  .triangle-isosceles.left:after {
    top: 16px;
    /* controls vertical position */
    left: -100px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 10px 50px;
    border-color: transparent #f3961c transparent transparent; }

/* creates triangle */
/* Bubble with a right angled triangle
 * *------------------------------------------ */
.triangle-right.left {
  margin-left: 40px;
  background: #075698; }
  .triangle-right.left:after {
    top: 16px;
    left: -80px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 15px 40px 0;
    /* vary these values to change the angle of the vertex */
    border-color: transparent #075698 transparent transparent; }

/* creates triangle */
/* Bubble with an obtuse triangle
 * *------------------------------------------ */
.triangle-obtuse.left {
  margin-left: 50px;
  background: #c81e2b; }
  .triangle-obtuse.left:before {
    top: 15px;
    /* controls vertical position */
    left: -50px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 0;
    border-bottom-width: 30px;
    /* vary this value to change the height of the triangle */
    border-left-width: 50px;
    /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
    border-style: solid;
    border-color: transparent transparent #c81e2b; }
  .triangle-obtuse.left:after {
    top: 35px;
    /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
    left: -50px;
    /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 0;
    border-bottom-width: 10px;
    /* vary this value to change the height of the triangle */
    border-left-width: 50px;
    /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
    border-style: solid;
    border-color: transparent transparent white; }

/* creates the larger triangle */
/* creates the smaller  triangle */
/* ------------------------------------------------------------------------------------
 * *-- SIMPLE EXAMPLES
 * *------------------------------------------------------------------------------------ */
/* Speech bubble icon
 * *------------------------------------------ */
.example-commentheading {
  position: relative;
  padding: 0;
  color: #b513af; }
  .example-commentheading:before {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    top: 9px;
    left: -25px;
    width: 15px;
    height: 10px;
    background: #b513af;
    /* css3 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .example-commentheading:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    top: 15px;
    left: -19px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #b513af; }

/* creates the rectangle */
/* creates the triangle */
/* Styled blockquote with right-angled triangle
 * *------------------------------------------ */
.example-right {
  position: relative;
  padding: 15px 30px;
  margin: 0;
  color: white;
  background: #5a8f00;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
  background: -moz-linear-gradient(top, #b8db29, #5a8f00);
  background: -o-linear-gradient(top, #b8db29, #5a8f00);
  background: linear-gradient(top, #b8db29, #5a8f00); }
  .example-right + p {
    margin: 15px 0 2em 85px;
    font-style: italic; }
  .example-right:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -50px;
    left: 50px;
    width: 0;
    height: 0;
    border-width: 0 20px 50px 0px;
    border-style: solid;
    border-color: transparent #5a8f00; }

/* display of quote author (alternatively use a class on the element following the blockquote) */
/* creates the triangle */
/* Styled blockquote with obtuse triangle
 * *------------------------------------------ */
.example-obtuse {
  position: relative;
  padding: 15px 30px;
  margin: 0;
  color: black;
  background: #f3961c;
  /* default background for browsers without gradient support */
  /* css3 */
   * *Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius: 25px 50px;
  -webkit-border-top-right-radius: 25px 50px;
  -webkit-border-bottom-right-radius: 25px 50px;
  -webkit-border-bottom-left-radius: 25px 50px;
  -moz-border-radius: 25px/50px;
  border-radius: 25px/50px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
  background: -moz-linear-gradient(top, #f9d835, #f3961c);
  background: -o-linear-gradient(top, #f9d835, #f3961c);
  background: linear-gradient(top, #f9d835, #f3961c); }
  .example-obtuse + p {
    margin: 10px 150px 2em 0;
    text-align: right;
    font-style: italic; }
  .example-obtuse:before {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -30px;
    right: 80px;
    width: 0;
    height: 0;
    border-width: 0 0 30px 50px;
    border-style: solid;
    border-color: transparent #f3961c; }
  .example-obtuse:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -30px;
    right: 110px;
    width: 0;
    height: 0;
    border-width: 0 0 30px 20px;
    border-style: solid;
    border-color: transparent white; }

/* display of quote author (alternatively use a class on the element following the blockquote) */
/* creates the larger triangle */
/* creates the smaller triangle */
/* Twitter
 * *------------------------------------------ */
.example-twitter {
  position: relative;
  padding: 15px;
  margin: 100px 0 0.5em;
  color: #333333;
  background: #eeeeee;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .example-twitter p {
    font-size: 28px;
    line-height: 1.25em; }
  .example-twitter:before {
    content: url(twitter-logo.gif);
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    top: -60px;
    left: 0;
    width: 155px;
    height: 36px; }
  .example-twitter:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 50px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #eeeeee; }
  .example-twitter + p {
    padding-left: 15px;
    font: 14px Arial, sans-serif; }

/* this isn't necessary, just saves me having to edit the HTML of the demo */
/* creates the triangle */
/* display of quote author (alternatively use a class on the element following the blockquote) */
/* Number
 * *------------------------------------------ */
.example-number {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px 0 200px;
  text-align: center;
  font: 140px/200px Arial, sans-serif;
  color: white;
  background: #c91f2c; }
  .example-number:before {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -140px;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 140px 140px;
    border-style: solid;
    border-color: transparent #c91f2c; }
  .example-number:after {
    content: "\00a0";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -140px;
    right: 85px;
    width: 0;
    height: 0;
    border-width: 0 0 140px 55px;
    border-style: solid;
    border-color: transparent white; }

/* creates the larger triangle */
/* creates the larger triangle */
/* ------------------------------------------------------------------------------------
 * *-- MORE COMPLEX CSS3 EXAMPLES
 * *------------------------------------------------------------------------------------ */
/* Pinched speech bubble
 * *------------------------------------------ */
.pinched {
  position: relative;
  padding: 15px;
  margin: 50px 0 3em;
  text-align: center;
  color: white;
  background: #333333;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .pinched:before {
    content: "\00a0";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 20px;
    margin: 0 0 0 -50px;
    background: #333333; }
  .pinched:after {
    content: "\00a0";
    position: absolute;
    top: -20px;
    left: 0;
    width: 50%;
    height: 20px;
    background: white;
    /* css3 */
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px; }

/* creates a rectangle of the colour wanted for the pointy bit */
/* creates a rounded rectangle to cover part of the rectangle generated above */
/* creates the other rounded rectangle */
.pinched > :first-child:before {
  content: "\00a0";
  position: absolute;
  top: -20px;
  right: 0;
  width: 50%;
  height: 20px;
  background: white;
  /* css3 */
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px; }

/* Oval speech bubble (filled)
 * *------------------------------------------ */
.oval-speech {
  position: relative;
  width: 270px;
  padding: 50px 40px;
  margin: 1em auto 50px;
  text-align: center;
  color: white;
  background: #5a8f00;
  /* css3 */
  /* *NOTES:
   * *-webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
   * *-webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
   * *Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */
  -webkit-border-top-left-radius: 220px 120px;
  -webkit-border-top-right-radius: 220px 120px;
  -webkit-border-bottom-right-radius: 220px 120px;
  -webkit-border-bottom-left-radius: 220px 120px;
  -moz-border-radius: 220px/120px;
  border-radius: 220px/120px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
  background: -moz-linear-gradient(top, #b8db29, #5a8f00);
  background: -o-linear-gradient(top, #b8db29, #5a8f00);
  background: linear-gradient(top, #b8db29, #5a8f00); }
  .oval-speech p {
    font-size: 1.25em; }
  .oval-speech:before {
    content: "\00a0";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: 50%;
    width: 0;
    height: 30px;
    border-right: 60px solid #5a8f00;
    background: #5a8f00;
    /* need this for webkit - bug in handling of border-radius */
    /* css3 */
    -moz-border-radius-bottomright: 80px 50px;
    -webkit-border-bottom-right-radius: 80px 50px;
    border-bottom-right-radius: 80px 50px;
    /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
    -moz-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .oval-speech:after {
    content: "\00a0";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: 50%;
    width: 60px;
    height: 30px;
    background: white;
    /* css3 */
    -moz-border-radius-bottomright: 40px 50px;
    -webkit-border-bottom-right-radius: 40px 50px;
    border-bottom-right-radius: 40px 50px;
    /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
    -moz-transform: translate(-30px, -2px);
    -webkit-transform: translate(-30px, -2px);
    -o-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }

/* creates part of the curve */
/* creates part of the curved pointy bit */
/* Oval thought bubble (filled)
 * *------------------------------------------ */
.oval-thought {
  position: relative;
  width: 270px;
  padding: 50px 40px;
  margin: 1em auto 80px;
  text-align: center;
  color: white;
  background: #075698;
  /* css3 */
  /* *NOTES:
   * *-webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
   * *-webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
   * *Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */
  -webkit-border-top-left-radius: 220px 120px;
  -webkit-border-top-right-radius: 220px 120px;
  -webkit-border-bottom-right-radius: 220px 120px;
  -webkit-border-bottom-left-radius: 220px 120px;
  -moz-border-radius: 220px/120px;
  border-radius: 220px/120px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
  background: -moz-linear-gradient(top, #2e88c4, #075698);
  background: -o-linear-gradient(top, #2e88c4, #075698);
  background: linear-gradient(top, #2e88c4, #075698); }
  .oval-thought p {
    font-size: 1.25em; }
  .oval-thought:before {
    content: "\00a0";
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: 50px;
    width: 30px;
    height: 30px;
    background: #075698;
    /* css3 */
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  .oval-thought:after {
    content: "\00a0";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    left: 30px;
    width: 15px;
    height: 15px;
    background: #075698;
    /* css3 */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }

/* creates the larger circle */
/* creates the smaller circle */
/* Oval speech bubble with quotation marks
 * *------------------------------------------ */
.oval-quotes {
  position: relative;
  width: 400px;
  height: 350px;
  margin: 2em auto 10px;
  color: black;
  background: #ffed26;
  /* css3 */
  /* *NOTES:
   * *-webkit-border-radius:Apx Bpx; // produces oval in safari 4 and chrome 4
   * *-webkit-border-radius:Apx / Bpx; // produces oval in chrome 4 (again!) but not supported in safari 4
   * *Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */
  -webkit-border-top-left-radius: 400px 350px;
  -webkit-border-top-right-radius: 400px 350px;
  -webkit-border-bottom-right-radius: 400px 350px;
  -webkit-border-bottom-left-radius: 400px 350px;
  -moz-border-radius: 400px/350px;
  border-radius: 400px/350px; }
  .oval-quotes:before {
    content: "\201C";
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    font: 80px/1 Georgia;
    color: #ffed26; }
  .oval-quotes:after {
    content: "\201D";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 20px;
    font: 80px/0.25 Georgia;
    color: #ffed26; }
  .oval-quotes p {
    width: 250px;
    height: 250px;
    padding: 50px 0 0;
    margin: 0 auto;
    text-align: center;
    font-size: 35px; }
    .oval-quotes p:before {
      content: "\00a0";
      position: absolute;
      z-index: -1;
      bottom: -30px;
      right: 25%;
      width: 0;
      height: 80px;
      border-right: 200px solid #ffed26;
      background: #ffed26;
      /* need this for webkit - bug in handling of border-radius */
      /* css3 */
      -moz-border-radius-bottomright: 200px 100px;
      -webkit-border-bottom-right-radius: 200px 100px;
      border-bottom-right-radius: 200px 100px;
      /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
      -moz-transform: translate(0, -2px);
      -webkit-transform: translate(0, -2px);
      -o-transform: translate(0, -2px);
      transform: translate(0, -2px); }
    .oval-quotes p:after {
      content: "\00a0";
      position: absolute;
      z-index: -1;
      bottom: -30px;
      right: 55%;
      width: 180px;
      /* wider than necessary to make it look a bit better in IE8 */
      height: 60px;
      background: white;
      /* need this for webkit - bug in handling of border-radius */
      /* css3 */
      -moz-border-radius-bottomright: 40px 50px;
      -webkit-border-bottom-right-radius: 40px 50px;
      border-bottom-right-radius: 40px 50px;
      /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
      -moz-transform: translate(-30px, -2px);
      -webkit-transform: translate(-30px, -2px);
      -o-transform: translate(-30px, -2px);
      transform: translate(-30px, -2px); }
  .oval-quotes + p {
    position: relative;
    /* part of the IE8 width compromise */
    width: 150px;
    margin: 0 0 2em;
    font-size: 18px;
    font-weight: bold; }

/* creates opening quotation mark */
/* creates closing quotation mark */
/* creates larger curve */
/* creates smaller curve */
/* Rectangle-border style with curve
 * *------------------------------------------ */
.rectangle-speech-border {
  position: relative;
  padding: 50px 15px;
  margin: 1em 0 3em;
  border: 10px solid #5a8f00;
  text-align: center;
  color: #333333;
  background: white;
  /* css3 */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .rectangle-speech-border:before {
    content: "\00a0";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 50px;
    width: 50px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #5a8f00;
    background: transparent;
    /* css3 */
    -moz-border-radius-bottomright: 80px 50px;
    -webkit-border-bottom-right-radius: 80px 50px;
    border-bottom-right-radius: 80px 50px; }
  .rectangle-speech-border:after {
    content: "\00a0";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 50px;
    width: 20px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #5a8f00;
    background: transparent;
    /* css3 */
    -moz-border-radius-bottomright: 40px 50px;
    -webkit-border-bottom-right-radius: 40px 50px;
    border-bottom-right-radius: 40px 50px; }

/* creates larger curve */
/* creates smaller curve */
/* creates a small circle to produce a rounded point where the two curves meet */
.rectangle-speech-border > :first-child:before {
  content: "\00a0";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 45px;
  width: 10px;
  height: 10px;
  background: #5a8f00;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.rectangle-speech-border > :first-child:after {
  content: "\00a0";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 76px;
  width: 24px;
  height: 15px;
  background: white; }

/* creates a white rectangle to cover part of the oval border */
/* Oval speech buble (empty, with border)
 * *------------------------------------------ */
.oval-speech-border {
  position: relative;
  padding: 70px 30px;
  margin: 1em auto 60px;
  border: 10px solid #f3961c;
  text-align: center;
  color: #333333;
  background: white;
  /* css3 */
  /* *NOTES:
   * *-webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
   * *-webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
   * *Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */
  -webkit-border-top-left-radius: 240px 140px;
  -webkit-border-top-right-radius: 240px 140px;
  -webkit-border-bottom-right-radius: 240px 140px;
  -webkit-border-bottom-left-radius: 240px 140px;
  -moz-border-radius: 240px/140px;
  border-radius: 240px/140px; }
  .oval-speech-border:before {
    content: "\00a0";
    position: absolute;
    z-index: 2;
    bottom: -40px;
    right: 50%;
    width: 50px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #f3961c;
    margin-right: -10px;
    background: transparent;
    /* css3 */
    -moz-border-radius-bottomright: 80px 50px;
    -webkit-border-bottom-right-radius: 80px 50px;
    border-bottom-right-radius: 80px 50px; }
  .oval-speech-border:after {
    content: "\00a0";
    position: absolute;
    z-index: 2;
    bottom: -40px;
    right: 50%;
    width: 20px;
    height: 31px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #f3961c;
    margin-right: 20px;
    background: transparent;
    /* css3 */
    -moz-border-radius-bottomright: 40px 50px;
    -webkit-border-bottom-right-radius: 40px 50px;
    border-bottom-right-radius: 40px 50px; }

/* creates larger curve */
/* creates smaller curve */
/* creates a small circle to produce a rounded point where the two curves meet */
.oval-speech-border > :first-child:before {
  content: "\00a0";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: 50%;
  width: 10px;
  height: 10px;
  margin-right: 45px;
  background: #f3961c;
  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.oval-speech-border > :first-child:after {
  content: "\00a0";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: 50%;
  width: 30px;
  height: 15px;
  background: white; }

/* creates a white rectangle to cover part of the oval border */
/* Oval thought buble (empty, with border)
 * *------------------------------------------ */
.oval-thought-border 
{
  position: relative;
  padding: 70px 30px;
  margin: 1em auto 80px;
  border: 10px solid #c81e2b;
  text-align: center;
  color: #333333;
  background: white;
  /* css3 */
  /* *NOTES:
   * *-webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
   * *-webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
   * *Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this */
  -webkit-border-top-left-radius: 240px 140px;
  -webkit-border-top-right-radius: 240px 140px;
  -webkit-border-bottom-right-radius: 240px 140px;
  -webkit-border-bottom-left-radius: 240px 140px;
  -moz-border-radius: 240px/140px;
  border-radius: 240px/140px; 
}
.oval-thought-border:before 
{
    content: "\00a0";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    right: 100px;
    width: 50px;
    height: 50px;
    border: 10px solid #c81e2b;
    background: white;
    /* css3 */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
}
.oval-thought-border:after 
{
    content: "\00a0";
    position: absolute;
    z-index: 10;
    bottom: -60px;
    right: 50px;
    width: 25px;
    height: 25px;
    border: 10px solid #c81e2b;
    background: white;
    /* css3 */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; 
}

/* creates the larger circle */
/* creates the smaller circle */






.invite-more-dialog 
{
  display: none;
  width: 400px;
  border: 10px solid #666666;
  border: 10px solid rgba(82, 82, 82, 0.698);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  padding-bottom: 6em;
  background-color: white !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
}
.invite-more-dialog #pageheader 
{
    background-color: #6d84b4;
    padding: 0px 10px; 
}
.invite-more-dialog input:focus,
.invite-more-dialog textarea:focus,
.invite-more-dialog select:focus 
{
    border-color: #687fb0 !important; 
}
.invite-more-dialog .note 
{
    color: #666666; 
}