/*
 * Mini Chat v1.5
 * Author : HamidHassas.ir
 * Copy : 2026m - 1404j
 * E-mail : mr@hamidhassas.ir
 */
@font-face {font-family:'tahoma';src:url('../../fonts/BYekan.eot');src:url('../../fonts/BYekan.eot?#iefix') format('embedded-opentype'),url('../../fonts/BYekan.woff') format('woff'),url('../../fonts/BYekan.ttf') format('truetype');}
*{
	box-sizing: border-box;
	direction:rtl;
	text-align:right;
	font-family:tahoma;
}
body {
	background:#f5f5f5;
	width:400px;
	margin:auto;
}
h1, h2, h3, h4, h5, h6 {
	direction:rtl;
	font-family: 'BYekan', 'B Yekan','tahoma';
	text-align:center;
}
h1 {
	margin-top: 3px;
	font-size: 28px;
}
h2 {
	margin-top: 20px;
	font-size: 12px;
}
input, select {
	border:1px solid #ccc;
	background:#fff;
	font:18pt;
	width:100%;
	/*margin:10px;*/
	padding:5px;
}
input:focus {
	border:1px solid #2d2d2d;
}
input[type=submit] {
	margin-top: 15px;
	padding:5px;
	background:#555555;
	color:#fff;
	border:1px solid #2d2d2d;
	text-align:center;
}
input[type=submit]:hover {
	border:2px solid #2d2d2d;
}
input[type=checkbox] {
	width:10px;
}
.note {
	margin-right: 2px;
	margin-top: -10px;
	font-family: 'Tahoma';
	font-size: 12px;
	color: #FF0000;
}
