.centered-text { color: #000000; }

/* Text color */
/*
body div.container div.row {
    color : #000000;
}
*/

/* Text for labels on form screen */
/*
label {
    color: #000000;
}
*/

/* Text for the labels when the user enters an invalid value */
/*
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #000000;
}
*/

/*********** css button colors *************/
/* default grey button */
/*
.btn {
  //////////// Paste Grey button styles here //////////
}
*/

/* blue button */
/*
.btn-primary {
  ///////////  Paste Blue button styles here //////////
}

*/

/* Styles for Support and Help links */

a.support { color: #658326; }
a.support:hover { color: #808084; }
a.support:active { color: #808084; }


/* Styles for the TermsOfService and PrivacyPolicy links at the bottom of the page */

#tos-pp-row a{ color: #658326; }
#tos-pp-row a:hover { color: #808084; }
#tos-pp-row a:active {color: #808084; }

/* Text next to form items */
/*
legend { color: #000000 !important }
*/

/* Styles for home screen buttons */

/* CSS crunched with Crunch - http://crunchapp.net/ */

.btn-custom{background-color:#babec0;background-image:-moz-linear-gradient(top, #a4a8ab, #dcdedf);background-image:-ms-linear-gradient(top, #a4a8ab, #dcdedf);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#a4a8ab), to(#dcdedf));background-image:-webkit-linear-gradient(top, #a4a8ab, #dcdedf);background-image:-o-linear-gradient(top, #a4a8ab, #dcdedf);background-image:linear-gradient(top, #a4a8ab, #dcdedf);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a8ab', endColorstr='#dcdedf', GradientType=0);border-color:#dcdedf #dcdedf #b4b8ba;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#dcdedf}.btn-custom:hover,.btn-custom:active,.btn-custom.active,.btn-custom.disabled,.btn-custom[disabled]{background-color:#dcdedf;*background-color:#cfd1d3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#898f93', endColorstr='#c1c5c7', GradientType=0)}.btn-custom:active,.btn-custom.active{background-color:#c1c5c7 \9}.btn-custom,.btn-custom:hover{color:#666668;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.btn-custom.active{color:rgba(255,255,255,0.75)}	