@CHARSET "UTF-8";
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: right;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
	direction: rtl;
	border: 10px solid #942b3c;
}

.txt {
	direction: rtl;
	text-align: justify;
}

.titr {
	color: #942b3c;
	font-family: iransans;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}


.titr2 {
	color: #942b3c;
	font-family: iransans;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}
.pr20 {
	padding-right: 20px;
}

.p10 {
	padding: 10px;
}

ul.msgbox {
	border: 0px;
	list-style: none;
	padding: 0px;
	margin: 10px;
	line-height: 1;
}
ul.msgbox li {
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.msgbox li div {
	padding: 10px;
	padding-right: 25px;
}
ul.msgbox li.error-msg { 
	border: 1px solid #f16048;
	color: #df280a;
	background-color: #faebe7;
}
ul.msgbox li.error-msg div {
	background-image: url(/images/admin/error_msg_icon.gif);
	background-repeat: no-repeat;
	background-position: right 5px center;
}
ul.msgbox li.success-msg { 
	border: 1px solid #95a486;
	color: #3d6611;
	background-color: #eff5ea; 
}
ul.msgbox li.success-msg div { 
	background-image: url(/images/admin/success_msg_icon.gif);
	background-repeat: no-repeat;
	background-position: right 5px center;
}

@media screen and (max-width: 767px) {
	.aboutsotude {
		padding-right: 0px !important;
		padding-top: 20px;
	}	
}

ul.square-list {
	list-style-image: url(/images/default/bullet.png);
	line-height: 20px;
}
ul.square-list a {
	color: #818892;
	font-size: 11px;
}

#prebuy {
	color: #818892 !important; 
	font-size: 13px !important; 
	border: none !important; 
	padding: 0px !important;
}
#prebuy:hover {
	color: #EF5353 !important;
}