/*فرم فول ریسپانسیو دریافت اطلاعات کاربر*/
/*با قابلیت چک کردن صحت اطلاعات ورودی*/
/*www.IraniBazar.com*/
/*طراحی و اجرا : کاظم خورشیدی*/

/* font */
		@font-face {
				font-family: 'byekan';
				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'),
						 url('../fonts/byekan.svg#byekan') format('svg');
				font-weight: 300;
		}	

html, body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.bg-cyan {
	background-image: url(../img/bg-cyan.jpg);
}

.body {
direction:rtl;
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
}
.body-s {
	max-width: 400px;
}
.modal {
	padding: 25px 30px;
	background: rgba(255,255,255,0.9);
	font: 13px/1.55 byekan, Helvetica, Arial, sans-serif;
	color: #666;
}
.modal a {
	color: #2da5da;
}

@media screen and (max-width: 600px) {
	.body {
		padding: 20px;
	}
}