@charset"utf-8";
/*css document*/
form{
	position:relative;
	display:flex;
	flex-direction:row;
	background-color:#eeeeee;
	width:1024px;
	height:auto;
	margin:auto;
	border-radius:10px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
#text{
	width:842px;
	height:47px;
	border:1px solid #dddddd;
	border-radius:10px;
	padding:0 10px 3px 10px;
	direction:rtl;
	margin:40px 0 20px 40px;
	font-family:b koodak;
	font-size: 24px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;	
}
#btn{
	width:100px;
	height:47px;
	border:1px solid #dddddd;
	border-radius:10px;
	margin:40px 0 0 0;
	border-left:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	background-color:#29b6f6;
	color:#ffffff;
	font-family:b koodak;
	font-size:24px;
	padding:0 0 3px 0;
}
#rst{
	direction:rtl;
	position:relative;
	background-color:#eeeeee;
	height:auto;
	width:944px;
	padding:0 40px 40px 40px;
	margin:auto;
	
}
h1{
	text-align:right;
	font-family:b koodak;
	font-size:20px;
	color:#616161;
	margin:0;
	padding:0 0 10px 0;
}
a1{
	text-align:right;	
	display:block;
	font-family:b koodak;
	font-size:20px;
	color:black;
	margin:0 40px 0 40px;
	line-height:44px;
}


































































































