.cc_visa { background: url("/img/cc_visa.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); width: 33px; height: 21px; }
.cc_mc { background: url("/img/cc_mc.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); width: 33px; height: 21px; }
.cc_amex { background: url("/img/cc_amex.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); width: 33px; height: 21px; }
.cc_disc { background: url("/img/cc_disc.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); width: 33px; height: 21px; }

#cc_types { 
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 150px !important;
}

#cc_types li {
    float: left;
    height: 21px;
    margin: 4px 2px 2px;
    width: 33px;
}

#cc_visa { background: url("/img/cc_visa.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); }
#cc_mastercard { background: url("/img/cc_mc.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); }
#cc_amex { background: url("/img/cc_amex.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); }
#cc_discover { background: url("/img/cc_disc.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.green { color: #008000; }
.red { color: #FF0000; }

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 5px 5px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	text-align:center;
	font-weight: bold;
}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	padding: 5px 5px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	text-align:center;
	font-weight: bold;
}
