 /*

Theme Name: Mypayam

Theme URI: http://www.Mypayam.ir

Description: This Theme Created for Mypayam.ir

Version: 1.0

Author: MihanAfzar Sourena

Author URI: http://www.mihanafzar.ir
/* Reset html5 */



a, a:link, a:visited { 
cursor: pointer;
}

.payamak{
	height: 610px;
	overflow: auto;
	direction: ltr;
}
.payamak ul{
	direction: rtl;
        font-size:15px;
font-family: Yekan;
}

.payamak ul li{
width:322px;
	display:inline-block;
	padding: 8px 15px 2px 5px;

}


.box{
background:#fff;
padding:30px 20px;
width:720px;
height:665px;
border:1.3px solid #3d92f3;
border-radius:5px;
}

.sms.right{
	margin-right: 10px;
	background-color: #16a085;
	float: right;
}
.sms.right:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #16a085;
}
.sms.left{
	margin-left: 10px;
	background-color: #f39c12;
	float: left;
}
.sms.left:after{
	content: '';
	position: absolute;
	top: 10px;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f39c12;
}
.sms{
cursor: auto;
	margin-bottom: 30px;
color:#fff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: 15px 'iran';
width:85%;
	position: relative;
}
.text:hover{
text-shadow: 1px 1px 1px #666;
}

.caracter{
float:left;
margin-top:2.5px;
 font: normal 11px 'segoe ui',tahoma;
 background: rgba(255,255,255,0.8);
 border-radius: 3px;
 padding: 2px 5px;
}

.copy{
float:left;
margin-top:2.5px;
 font: normal 11px 'segoe ui',tahoma;
 background: rgba(255,255,255,0.8);
 border-radius: 3px;
 padding: 2px 5px;
}
.tag{
color:#fff;
 font: normal 1px 'segoe ui',tahoma;
}