﻿/*  Design & Source By Vahid Majidi | Powered By اسکریپت.com  */
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;	
}
body{
	font-family:tahoma;
	direction:rtl;
	font-size:13px;	
	background-color:#fff;
	line-height:25px;
	word-break:keep-all;
	word-wrap:break-word;
	background:-webkit-linear-gradient(#9C9BFF,#fff) no-repeat fixed;
	background:-moz-linear-gradient(#9C9BFF,#fff) no-repeat fixed;
	background:-o-linear-gradient(#9C9BFF,#fff) no-repeat fixed;
	background:-ms-linear-gradient(#9C9BFF,#fff) no-repeat fixed;
	background:linear-gradient(#9C9BFF,#fff) no-repeat fixed;
}
.center{
	text-align:center;
}
a{
	text-decoration:none;
	color:#1328CD;	
}
#main{
	width:980px;
	margin:0 auto;	
}
#logo{
	margin-top:10px;	
	margin-bottom:10px;
}
input{
	width:310px;
	height:40px;
	border:1px solid #aaa;
	border-radius:3px;
	direction:ltr;
	padding:10px;
	font-size:22px;
	font-family:tahoma;"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin:15px 0;
	background-color:#fff;
}
input:focus,input:blur{
	background-color:#fff;	
}
button#button{
	width:200px;
	height:40px;
	font-family:tahoma;
	margin:15px 0;
	border:1px solid #666;
}
hr{
	width:100%;
	height:1px;
	background-color:#639;
	margin:4px 0;	
}
#vms{
	width:450px;
	height:470px;
	background-color:#eee;
	margin:auto;
	margin-top:100px;
	border:1px solid #666;
	border-radius:100px 0;
	overflow:hidden;
}
#copy{
	direction:ltr;
	margin:10px 0;
}
#result{
	margin:10px auto;
	text-align:center;
}
.span{
	padding:10px 25px;
	background-color:#8DE58C;	
	font-size:60px;
	border-radius:20px 0;
}

/*  Design & Source By Vahid Majidi | Powered By اسکریپت.com  */