/*!
 * Custom theme definitions
 *
 */
.spacer {
  clear: both;
}

.boldText {
  font-weight: bold;
}

#ccTypeImage {  
    background: transparent url("../images/cards.png");  
    margin: 9px 0px 0px 0px;  
    padding: 0 0 0 150px;  
    width: 0;  
    height: 23px;  
    overflow: hidden;  
}  

.valid {
    border-color: #228B22;
}
.notValid {
    border-color: #ff0000;
}
