select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

input[type="submit"],
input[type="button"],
input[type="image"] {
    outline: 0;
}

button {
    appearance: none;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

.wrapper {
    margin: 0 auto;
    text-align: center;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.ltr {
    direction: ltr;
    display: inline-block;
}

.rtl {
    direction: rtl;
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
    direction: rtl;
}

a {
    text-decoration: none;
    color: #333333;
}

.title {
    padding: 20px 5px;
    color: #c80000;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
}

.loadbar {
    padding: 0px 2px 5px 2px;
}

.imgloadbar {
    max-width: 300px;
    width: 100%;
}

.txt {
    padding: 0px 0px 20px 0px;
    font-size: 17px;
    line-height: 19px;
}

.desript {
    padding: 20px 5px 5px 5px;
    max-width: 400px;
    text-align: right;
}

.s1,
.s2,
.s3,
.s4 {
    padding: 0px 5px 15px 5px;
    font-size: 20px;
    line-height: 24px;
}

.btnwrap {
    margin: 10px 0px;
}

.bluebtn {
    max-width: 150px;
    width: 100%;
    padding: 10px 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    -khtml-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
    border: 1px solid #d14b4b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #3f83b7;
    background: -moz-linear-gradient(top, #b73f3f 0%, #d14b4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b73f3f), color-stop(100%, #d14b4b));
    background: -webkit-linear-gradient(top, #b73f3f 0%, #d14b4b 100%);
    background: -o-linear-gradient(top, #b73f3f 0%, #d14b4b 100%);
    background: -ms-linear-gradient(top, #b73f3f 0%, #d14b4b 100%);
    background: linear-gradient(to bottom, #b73f3f 0%, #d14b4b 100%);
}

.bluebtn:hover {
    background: #b73f3f;
}

.bluebtn:active {
    position: relative;
    top: 1px;
}