﻿*{
	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;	
}
.green{
	text-align:center;
	background-color:#cfc;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	padding:5px 0;
	margin-bottom:10px;
}
div#result p{
	width:100%;
	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:#cdf;	
}

#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;
	}
}


