/* Stylesheet to the extention yellow_donation */


.error{
   font-size: 10px;
   color: #de1020;
}

.title{
   font-size: 12px;
   font-weight: bold;
}

.title_m{
   float: left;
   font-size: 12px;
   font-weight: bold;
   padding: 0 0 40px 0;
}

.button{
   background-color: #de1020;
   border: none;
   color: white;
   font-weight: bold;
   padding: 3px 10px;
   cursor: pointer;
}

td{
   padding: 5px 3px;
}

.right{
   float: right;
}