﻿* {margin:0;padding:0;border:0;vertical-align:top;outline:none;font-family:Arial}
	body {direction:rtl;background:transparent}
	div {margin:4px 0}
	div span {display:none}
	input[type=text] {
  width: 94%;
  padding: 0 5px;
  color: #414141;
  height: 30px;
  line-height: 15px;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: #ccc 1px solid;
  transition: 0.6s;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  }
	.must input[type=text] {color:#fff}   
  input[type=text]:focus{background:#f5f5f5; color:#414141; transition:0.6s; -webkit-transition: all 0.6s ease-in-out;  } 
	textarea {
    width: 94%;
  padding: 5px;
  color: #414141;
  height: 55px;
  font-size: 14px;
  overflow: auto;
  background: #fff;
  border-radius: 2px;
  border: #ccc 1px solid;
  }
	textarea:focus{background:#f5f5f5; color:#414141 transition:0.6s; -webkit-transition: all 0.6s ease-in-out;  } 
  input[type=submit]{width: 50%;height: 32px;background: #fe9205;color: #58595b;font-size: 16px;font-weight: bold;position: absolute;bottom: 0;margin: 0 auto;top: 186px;-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;border-radius: 3px;right: 0;left: 0;}

	input[type=submit]:hover {background: #fff;color: #58595b;font-size:16px;transition:0.3s;-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;} 

  @-webkit-keyframes thumb {

	0% { -webkit-transform: scale(1); }

	50% { -webkit-transform: scale(0.9); }

	100% { -webkit-transform: scale(1); }     

}

input[type=submit]:hover,
input[type=submit]:focus {
	-webkit-animation-name: thumb;
	-webkit-animation-duration: 300ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear; 
   opacity:0.9;
   filter:alpha(opacity=90);
   transition:0.3s;
-webkit-transition: all 0.3s ease;
	display:inline-block
  
  }
	
	
	