﻿/*Design & Develop By M.J | Powered By 20script.ir */
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
html,body{
	width:100%;
	height:100%;	
}
body{
	font-family:tahoma;
	font-size:13px;
	background-color:#eee;
	word-break:keep-all;
	word-wrap:break-word;
	direction:rtl;
	line-height:25px;	
}
#main{
	width:480px;
	height:380px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-250px;
	border:1px solid #999;
	background-color:#fff;	
	border-radius:5px;
	padding:10px;
	box-shadow:0px 0px 400px #999;
}
#header{
	width:480px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-310px;
	margin-left:-252px;
	border:1px solid #999;
	background-color:#fff;
	padding:0px 10px;
	border-radius:5px;
}
#header img{
	width:480px;
	height:100px;
}
label{
	width:100px;
	display:inline-block;
	margin:10px 0px;
	text-align:center;
}
input{
	width:330px;
	background-color:#eee;
	height:20px;
	padding:5px;
	border:1px solid #aaa;
	display:inline-block;
	margin:10px;
	font-family:tahoma;
}
input[type=submit]{
	height:35px;
	width:217px;
	margin:20px 10px;
}
input[type=reset]{
	height:35px;
	width:218px;
	margin:20px 10px;
}
input[type=submit]:hover{
	background-color:#9f9;
	cursor:pointer;
}
input[type=reset]:hover{
	background-color:#f99;
	cursor:pointer;
}
#result{
	width:480px;
	height:33px;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:10px;
	border-radius:5px;
	padding-top:7px;
}
h1{
	font-size:14px;
	color:#096;
	text-align:center;
	margin:15px auto;	
}
#footer{
	width:480px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:210px;
	margin-left:-250px;
	border:1px solid #999;
	background-color:#fff;
	padding:5px 10px;
	border-radius:5px;
}
#footer p{
	direction:ltr;	
}
#footer a{
	color:#03C;
	text-decoration:none;	
}
/*Design & Develop By M.J | Powered By 20script.ir */