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

 #split{
  font-family: "Trebuchet MS";
  background: #d6d3ce;
  background-image: none;
  font-family: Verdana, Arial, sans-serif;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  line-height:24px;
  font-size: 14px;
  cursor:pointer;
  color: #000;
  width: 285px;
  padding: 0 15px 0 15px;
 }

 #splitpad{
  background-color: #ff0000;
  margin:0px;
  border-width:3px;
  border-color:#ff0000;
  border-spacing:0;
  padding:5px 5px;
 }
 .errors{
  background: #ffc;
  background-image: none;
  border: 3px solid red;
  text-align: left;
  font-size: 12px;
  color: #333;
  padding: 4px 4px;
  margin: 10px auto;
 }
  
 .errortxt{
 color:#f00;
 }
 
 .text{
  background: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
 }
 
 .text-small{
  background: transparent;
  background-image: none;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
 }
 
 #notice{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 12px;
  color: #fff;
 }
 
 #notice a{
  text-decoration: underline;
  color: #ffffcc;
 }
 
 #notice a:visited{
  text-decoration: underline;
  color: #ffcc33
 }
 
 #notice a:hover{
  text-decoration: none;
  color: #ffff00;
 }
 
 #special-head{
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fc3;
 }

 .bonus-td{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 12px;
  color: #fff;
 }
 
 .bonus-txt{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
 }

 #discount{
  background: transparent;
  background-image: none;
  color:#9f0;
 }
 
 #bonus-head{
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
 }
 
  #promo-big{
  background: transparent;
  background-image: none;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 8px 0;
 }
 
 #promo-med{
  background: transparent;
  background-image: none;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #fff;
 }
 
 #promo-sml{
  background: transparent;
  background-image: none;
  text-align: center;
  font-size: 11px;
  color: #fff;
 }
 
 #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;
 }