﻿
input[type=text], textarea, input[type=email], input[type=password], input[type=tel], select{
	font-size: 14px;
	padding: 7px;
	width: 100%;
	border: 0px;
	line-height: 22px;
	background-color: #EEE;
	box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12) inset;
	-webkit-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12) inset;
	-o-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	direction: rtl;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */	
}
