/* colors to create default gradient controls */
/* set of colors to work with */
/* fonts */
/* mixin to create the default font for controls like buttons */
/* mixin to create a default gradient (non flat) control */
/* default look for all buttons (flat or rounded) */
#footer_container {
  background-color: #f2f2f2;
  border-top: solid 1px #ccc;
  margin-top: 30px;
  padding: 10px; }
  #footer_container #feedback_container {
    border: 1px solid #ccc;
    color: #ccc;
    margin: 5px 10px;
    padding: 5px;
    text-align: center;
    background-color: #fff; }

#footer_lists {
  padding: 0 10px; }

#footer_small {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  text-align: center; }

#footer_actions {
  margin-bottom: 10px;
  width: 100%; }

.footer_button {
  font: 13px/16px Arial, Verdana, sans-serif;
  border: solid 1px #ccc;
  border-right: 0;
  color: #006;
  display: inline-block;
  text-align: center;
  width: 49%;
  background: -moz-linear-gradient(top, white 0, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0, #ececec 100%);
  background: -o-linear-gradient(top, white 0, #ececec 100%);
  background: -ms-linear-gradient(top, white 0, #ececec 100%);
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .footer_button strong {
    color: #ec7d1b; }

.footer_button.first {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: -4px; }

.footer_button.last {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-right: solid 1px #ccc; }

.footer-button {
  background: #fff;
  border: solid 1px #c5c5c5;
  color: #666;
  display: block;
  font-size: 14px;
  margin: 2px 0 11px;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  width: 100%; }

.footer-link {
  color: #666;
  float: left;
  font-size: 12px;
  text-align: center;
  width: 33%; }
