﻿div.ekashu_content {
	clear: both;
	color: #333333 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

	div.ekashu_content a {
		color: #000000;
	}

	div.ekashu_content img {
		border: 0px;
	}
	
	span.ekashu_mandatory {color: #CC0000;}
	
	div#ekashu_errors {
		color: #CC0000;
		margin: 10px 0px 0px 0px;
	}

		div.ekashu_error {color: #CC0000 !important;}

	div.ekashu_header_text {
		float: left;
	}
	
	div.ekashu_3d_logo {
		clear: both;
	}
	
		div.ekashu_title {
			color: #333333 !important;
			font-size: 16px !important;
			font-weight: bold;
			padding: 10px 0px 0px 0px;
			text-align: left !important;
			width: 130px;
		}
		
		div.ekashu_amount {
			color: #333333 !important;
			font-size: 20px !important;
			font-weight: bold;
			text-align: left !important;
			width: 640px;
		}

	div.ekashu_section {
		float: right;
		width: 380px;
		margin-top:15px
	}

		div.ekashu_section_title {
			color: #333333 !important;
			font-size: 14px !important;
			font-weight: bold;
			text-align: left !important;
			margin: 0px 0px 22px 0px !important;
		}
		
		div.ekashu_card_logos {
			float: right;
			text-align: left;
			width: 230px;
		}
		
		div#ekashu_return_url {display: none;}
		
		div#ekashu_field_card_phone_number {display: none;}
		
		div#ekashu_field_card_phone_number_type {display: none;}
			
		div.ekashu_field {
			clear: both;
		}
		
			div.ekashu_label {
				float: left;
				text-align: right;
				width: 140px;
				padding: 5px 0px 2px 0px;
			}
			
			div.ekashu_input {
				float: right;
				padding: 2px 0px 2px 0px;
				width: 230px;
			}
			
				div.ekashu_input input {
					width: 200px;
				}
				
			div.ekashu_select select {
				margin: 0px 0px 0px 8px;
			}
				
				select#ekashu_input_card_country {
					font-size: 10px;
					width: 200px;
				}
				
			
			div.ekashu_card_logos_verification_images {
				float: right;
				text-align: left;
				width: 230px;
			}
		
	div.ekashu_submit {
		clear: both;
		text-align: right;
	}
	
		input#ekashu_submit_continue_button {
			background-color: #475931;
			border: 1px solid #66784E;
			color: #FFFFFF;
			font-size: 15px;
			height: 28px;
			text-transform: uppercase;
			width: 125px;
		}