.credit_cell {
	width:250px; 
	height:200px; 
	border-width:1px; 
	border-color:#e1e1e1; 
	border-style:solid;
	text-align:center !important;
	color: #939598;
}

.buy_button {
    background-image: url("../../../images/buy_button_both.jpg");
	background-color: transparent;
    background-position: 5px 9px;
    background-repeat: no-repeat;
	border-style:none;
    color: white;
    height: 49px;
    width: 155px;
	font-size:14px;
	cursor:pointer;
	
}

.buy_button:hover {
	background-position: 5px -41px;
}

.credit_number {
	color: #E18D3C;
    font-size: 32px;
    font-weight: bold;
}

.credits_text {

}

.credit_price {
	
}

.price_per_credit {
	
}

.process_image {
	width: 700px;
	
}
.process_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.item_listing_table {
	/*border-style: solid;*/
	border-width: 1px;
	border-color: #939598; 
	margin-left: 48px;
}

.item_listing_table_row {
	/*border-style: solid; */
	border-width: 1px; 
	border-color: #939598;
	font-size: 14px;
    height: 50px;
	border-right-style:dotted; 
	padding-left: 10px !important;  
}

.header {
	/*background-image:url('../../../images/table_background.jpg');
	background-repeat:repeat-x;
	color:white;*/
	font-size:16px;
	width: 400px;
	height: 20px;
	border-bottom-style:dotted;
}

.price {
	width:200px;
	border-right-style:none;
	text-align:center !important;
}

.cc_info {
    font-size: 14px;
    width: 100% !important;
}

.cc_info_col1 {
	width:40%;
	height:30px;
}

.cc_info_text_field {
	    font-size: 14px;
    height: 20px;
    width: 200px;
}

.error {
    color: red;
        font-weight:bold;
}

.error_box{
    border-bottom-color: red;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-color: red;
    border-top-style: solid;
    border-top-width: 2px;
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: middle;
        padding-bottom:10px;
}
div.mix_art_purchase {
    float: left;
    padding-right: 40px;
}

img.mix_art_purchase {
	width: 150px;
	border: 4px solid #d6d6d6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.mix_field {
    display: table;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    width: 500px !important;
	float:left;
}

.credit_usage_col2 {
	text-align:right !important;
}

