/*
Theme Name: DukeDollar Join Forms
Theme URI: http://www.dukedollars.com/
Description: Custom CSS Files for Duke$ Join Forms.
Author URI: http://thedocblog.com/
*/

 .errors{
  background: #fff;
  background-image: none;
  border: 3px solid red;
  text-align: left;
  font-size: 12px;
  color: #333;
  padding: 4px 4px;
  margin: 10px auto;
 }
 
 .text{
  background: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 11px;
  color: #000;
 }
 
 .text-small{
  background: transparent;
  background-image: none;
  font-weight: normal;
  font-size: 10px;
  color: #000;
 }
 
 #notice{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 12px;
  color: #000;
 }
 
 #notice a{
  text-decoration: underline;
  color: #f39;
 }
 
 #notice a:visited{
  text-decoration: underline;
  color: #f39;
 }
 
 #notice a:hover{
  text-decoration: none;
  color: #f39;
 }
 
 #discount{
  background: transparent;
  background-image: none;
  color:#063;
 }
 
 #special-head{
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #33c;
 }
 
 #bonus-head{
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #900;
 }

 .bonus-td{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 12px;
  color: #000;
 }
 
 .bonus-txt{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 14px;
  color: #000;
 }
 
 #promo-big{
  background: transparent;
  background-image: none;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #900;
  margin: 8px 0;
 }
 
 #promo-med{
  background: transparent;
  background-image: none;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #000;
 }
 
 #promo-sml{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 11px;
  color: #000;
 }

 #button {
  background: #fff;
  background-image: none;
  font-family: Verdana, Arial, sans-serif;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  width: 285px;
  height: 20px;
  padding: 0 15px 2px 15px;
 }
 
 .special-button{
  background: #fff;
  background-image: none;
  font-family: Verdana, Arial, sans-serif;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  width: 320px;
  height: 20px;
  padding: 0 15px 2px 15px;
 }