/* @override 
	http://qoqa2/css/lib/buttons.css
	http://qoqa2/css/buttons.css
*/

a.button, button, .button {
  display:block;
  margin: 8px;
  padding:5px 10px 6px 7px;   /* Links */
  
  border:0.1em solid #dedede;
  border-top:0.1em solid #eee;
  border-left:0.1em solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#ec2d94;
  cursor:pointer;
  float: left;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;
  margin: 8px;
}
.button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;
  margin: 8px;
  margin-left: 0px;
  padding:5px 10px 6px 7px;
}
button[type], .button[type] {
  padding:5px 10px 5px 7px;   /* Firefox */
  line-height:17px;
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, .button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}
.positive, .negative {
  color: #ec2d94;
}
a.negative:hover, button.negative:hover, .button.negative:hover, a.positive:hover, button.positive:hover, .button.positive:hover, .button:hover {
  background:#fbe3e4;
  border:0.1em solid #fbc2c4;
  color: #ec2d94;
  text-decoration:none;
}
a.button:active, a.negative:active, a.positive:active, .button:active {
  background-color: #ec2d94;
  border:0.1em solid #d12f19;
  color:#fff;
}

.next {
  float: right;
}
