#features table#quickboxes {
    width: 100%;
    margin-bottom: 25px; 
}
#features table#quickboxes tr td:first-child {
    padding-left: 0; 
}
#features table#quickboxes tr td {
    padding-left: 15px;
    width: 33%;
    line-height: 1.43em;
    font-size: 14px; 
}
#features table#quickboxes tr td .quickbox {
    min-height: 150px;
    min-width: 171px;
    height: 100%;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #bbbbbb;
    border-radius: 3px; 
}
#features table#quickboxes tr td h4 {
    font-size: 1.14em;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 10px; 
}
#features table#quickboxes tr td p {
    margin: 0; 
}

#createAccountTable table#label {
    width: 100%;
    margin-bottom: 25px; 
    background-color: red;
}

#createAccountTable table#label tr td .nicelabel {
    padding-left: 15px;
    width: 33%;
    line-height: 1.43em;
    font-size: 14px; 
    background-color: red;
}

#createAccountTable table#field {
    width: 100%;
    margin-bottom: 25px; 
}

#createAccountTable table#field tr td .nicefield {
    padding-left: 15px;
    width: 33%;
    line-height: 1.43em;
    font-size: 14px; 
    background-color: red;
}

#createAccountTable table#status {
    width: 100%;
    margin-bottom: 25px; 
}

#createAccountTable table#status tr td .nicestatus {
    padding-left: 15px;
    width: 33%;
    line-height: 1.43em;
    font-size: 14px; 
    background-color: red;
}

.delicious {
  background:url(/static/media/images/delicious.png) no-repeat;
  background-position:0px -1px;
}
.facebook {
  background:url(/static/media/images/facebook.png) no-repeat;
  background-position:0px -1px;
}
.reddit {
  background:url(/static/media/images/reddit.png) no-repeat;
  background-position:0px -1px;
}
.twitter {
  background:url(/static/media/images/twitter.png) no-repeat;
  background-position:0px -1px;
}

.caError {
    background: #fbe3e4;
    border-color: #fbc2c4;
    border:2px;
    font-size:0.8em;
    padding:0.8em;
}

.caValid {
    background: #e6efc2;
    border-color: #c6d880;
    border:2px;
    font-size:0.8em;
    padding:0.8em;
}

.small-button {
   font-size: .8em !important;
}


.babblely-ui-redicon .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
