﻿@charset "utf-8";
@import url('reset.css');

body,input{
	font-weight:bold;
    direction:rtl;
}

input:focus{
	outline:0px none;
}




.btn {
text-align: center;
color: #fff;
text-decoration: none;
background-color:#c22129;
padding:4px 6px;
margin:3px 6px 2px 3px;
display: block;
float: right;
font-size: 15px;
text-shadow:0px 0px 4px #000;
border-top:solid 1px #86171d;
border-left:solid 1px #86171d;
border-bottom:solid 1px #e66a71;
border-right:solid 1px #e66a71;
box-shadow:0px 0px 5px #20558a;
white-space:nowrap;
font-family:'Times New Roman';
font-size:17px;
}

.btn:active {
border-bottom:solid 1px #bb7706;
border-right:solid 1px #bb7706;
border-top:solid 1px #debe07;
border-left:solid 1px #debe07;
box-shadow:0px 0px 1px #20558a;
margin:1px 6px 4px 3px;
}
