@charset "utf-8";
/* CSS Document */

p.justify{text-align:justify;}

a.button, input[type="reset"] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: repeat-x;
    font-weight: bold;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  }
a.button:hover, input[type="reset"]:hover {
      -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    }
    a.black, .black input[type="reset"] {
      background-image: url("../img/button_black.png");
      border: none;
    }
    a.grey, input[type="reset"] {
      background-image: url("../img/button_grey.png");
      border: none;
    }
	input[type="reset"] {
      width: auto;
    }
	.sidebar input[type="reset"] {
        float: right;
      }
	  
	  