    @font-face{
        font-family:Yekan;
        font-weight:normal;
        font-style:normal;
        src:url('fonts/Yekan');
        src:url('fonts/Yekan?#iefix') format('embedded-opentype'),
        url('fonts/Yekan.woff') format('woff'),
        url('fonts/Yekan.ttf') format('truetype'),
        url('fonts/Yekan.svg#Yekan') format('svg');
    }
    *{
        font-family: Yekan;
    }
    html{
        background: #ffffff url('images/bg.png') repeat-x;
    }
    ::-webkit-input-placeholder {
        /* Edge */
        color: #e2e2e2;
    }
    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #e2e2e2;
    }
    ::placeholder {
        color: #e2e2e2;
    }
    .basic-grey{
        direction:rtl;
        font-family:yekan,tahoma;
        margin:20px auto 30px auto;
        max-width:500px;
        background:#F7F7F7;
        padding:29px 20px 25px 20px;
        font:12px tahoma,"Times New Roman",Times,serif;
        color:#888;text-shadow:1px 1px 1px #FFF;
        border:1px solid #E4E4E4;
        border-radius: 5px;
    }
    .basic-grey h3{
        font-family: Yekan;
        font-size:19px;
        padding:0 0 10px 0;
        display:block;
        border-bottom:2px solid #E4E4E4;
        margin:-10px -15px 20px -10px;
        color:#888;
        text-align:center;
    }
    .basic-grey h1>span{
        display:block;
        font-size:11px
    }
    .basic-grey label{
        font-family:yekan,tahoma;
        display:block;
        margin:0;
        font-size:16px;
        text-align:center;
    }
    .basic-grey label>span{
        float:right;
        width:100%;
        text-align:right;
        padding-right:20px;
        margin-top:15px;
        color:#888;
        font-family:yekan,tahoma;
    }
    .basic-grey input[type="text"],input[type="submit"],input[type="number"],.basic-grey input[type="email"],.basic-grey textarea,.basic-grey select{
        border:1px solid #DADADA;
        color:#555;
        height:30px;
        margin-bottom:10px;
        margin-right:auto;
        margin-left:auto;
        margin-top:5px;
        outline:0 none;
        padding:3px 5px 3px 3px;
        width:95%;
        font-size:13px;
        line-height:15px;
        box-shadow:inset 0 1px 4px #ECECEC;
        -moz-box-shadow:inset 0 1px 4px #ECECEC;
        -webkit-box-shadow:inset 0 1px 4px #ECECEC;
        background:#fff;
        border-radius: 3px;
    }
    .basic-grey textarea{
        padding:5px 3px 3px 5px;
        height:100px
    }
    .basic-grey .button{
        background:#b32134;
        border:none;
        width: 97%;
        margin-top: 20px;
        margin-right: 8px;
        color:#FFF;
        box-shadow:1px 1px 5px #B6B6B6;
        border-radius:3px;
        text-shadow:1px 1px 1px #9E3F3F;
        cursor:pointer;
        font-size:22px;
        height:50px;
        letter-spacing: 1px;
       }
    .basic-grey .button:hover{
        background: #505050;
    }
    
    
    
    #Order_Form{
        text-align: center;
    }
    
    .WPBEGPAY_Success, .WPBEGPAY_Warning, .WPBEGPAY_Connecting, .WPBEGPAY_Success2 {
		direction:rtl;
		max-width: 700px;
		margin-top: 5px;
		margin-bottom: 10px;
		border: 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:15px 50px 15px 50px;
		background-repeat: no-repeat;
		background-position: calc(100% - 10px)  center;
		text-align: center;
	}
	.WPBEGPAY_Success, .WPBEGPAY_Warning, .WPBEGPAY_Connecting {
		position: absolute;
		margin-left: 20px;
		top: 50px;
		width: auto;
		right: 50px;
		-moz-box-shadow: 5px 10px 20px #888888;
		-webkit-box-shadow: 5px 10px 20px #888888;
		box-shadow: 5px 10px 20px #888888;
	}

	.WPBEGPAY_Warning {
		color: #9F6000;
		background-color: #FEEFB3;
		background-image: url('images/warning.png');
		max-width: 450px;
	}

	.WPBEGPAY_Success {
		color: #4F8A10;
		background-color: #DFF2BF;
		background-image: url('images/success.png');
	}
	.WPBEGPAY_Success2{
	    max-width: 440px;
		color: #151515;
		background-color: #dff2bf;
		margin-right: auto;
        margin-left: auto;
	}
	.WPBEGPAY_Success2 b{
		color: #FF1313;
	}
	.WPBEGPAY_Connecting {
		color: #4F8A10;
		background-color: #DFF2BF;
		background-image: url('images/Loader.GIF');
	}
	.top-logo{
	    width: 100%;
	}

