*{
	margin:0px;
	outline:none;
	border:none;
	padding:0px;
	font-family:tahoma;
}
body,html{
	width:100%;
	height:100%;
}
body{
	font-family:tahoma;
	font-size:13px;
	line-height:25px;
	word-break:keep-all;
	word-wrap:break-word;
	direction:rtl;
	background-color:#fff;	
}
img {
    max-width: 100%;
    height: auto;
}
a{
	color:#5B6EFF;
	text-decoration:none;	
}
.center{
	text-align:center;	
}
#main{
	width:980px;
	margin:0 auto;	
}
#header{
	width:70%;
	margin:20px auto;	
}
input{
	width:70%;	
	border:1px solid #999;
	height:40px;
	display:inline-block;
	margin:10px 0;
	padding:0px 10px;
	border-radius:3px;
}
input:focus{
	background-color:transparent;
	border-color:#666;	
}
input:blur{
	background-color:transparent;	
}
label{
	width:29%;
	display:inline-block;
}
button{
	width:150px;
	height:40px;
	margin:10px 0;
	border:1px solid #999;
	background-color:#f6f6f6;
}
button:hover{
	cursor:pointer;
	background-color:#e6e6e6;
	border-color:#666;	
}
#result{
	width:100%;
	height:auto;
	margin-bottom:20px;	
}
div#result p{
	text-align:center;
	background-color:#f6f6f6;
	border-bottom:1px solid #333;
	padding:5px 0;
}
div#result p:nth-child(even){
	background-color:#f9f9f9;	
}
div#result p:nth-child(odd){
	background-color:#fdc;	
}
#copy{
	width:100%;
	height:32px;
	background-color:#f6f6f6;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:15px auto;
	direction:ltr;
	padding-top:8px;	
}
@media all and (max-width:1024px){
	#main{
		width:100%;	
		margin:0px;
	}
}




 @font-face {
  font-family: 'Iran-Sans';
  src: url('Iran-Sans.eot'); /* IE9 Compat Modes */
  src: url('Iran-Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Iran-Sans.woff2') format('woff2'), /* Super Modern Browsers */
       url('Iran-Sans.woff') format('font-woff'), /* Pretty Modern Browsers */
       url('Iran-Sans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Iran-Sans.svg#svgFontName') format('svg'); /* Legacy iOS */
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{font-family:Iran-Sans;}
body{font-family:Iran-Sans;}
h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6{font-family:Iran-Sans;}
input[type="submit"]{font-family:Iran-Sans;}

