.cred_message {
   display: inline;
   -moz-border-radius: 13px 13px 13px 13px;
   -webkit-border-radius: 13px 13px 13px 13px;
   border-radius: 13px 13px 13px 13px;
   border: 1px solid #DBDBDB;
   background: #C0C0C0;
   color: white;
   padding: 3px 10px;
}

.cred_message a {
   color: #AE0000;
}

.cred_error {
   -moz-border-radius: 13px 13px 13px 13px;
   -webkit-border-radius: 13px 13px 13px 13px;
   border-radius: 13px 13px 13px 13px;
   border: 1px solid #DBDBDB;
   background: #AE0000;
   color: white;
   padding: 3px 10px;
}

.cred_error a {
   color: #ffffff;
}

.credAmount {
   display: inline;
   background: url('cr.png') no-repeat;
	padding: 2px;
   padding-left: 18px;
   font-family: Arial, helvetica, sans-serif;
   font-style: normal;
   margin-left: 5px;
   cursor: pointer;
}

.credRedeem {
   position: absolute;
   text-align: left;
   background: white;
   padding: 5px;
   width: 240px;
   font-family: arial, Helvetica, sans-serif;
   font-size: 11px;
   color: black;
}

.credRedeem fieldset {
   border: 1px solid #0492E4;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 10px;
   line-height: 1.6;
}

.credRedeem legend {
   color: #0492E4;
   font-weight: bold;
}

.credRedeem input[type="button"] {
   background: #0492E4;
   color: white;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   border: 1px solid #0492E4;
}
