@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot');
    src: local('?'), url('fonts/BYekan.woff') format('woff'), url('fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	direction:rtl;
	font:normal 13px Byekan;
	margin:0;
	color:#000;
	background:none repeat scroll 0 0 #F5F6F7;
}

input, select, textarea {
	font-family:Byekan;
}
img {
	border:0;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#000;
}

li,ul {
	margin:0;
	padding:0;
	list-style:none;
}

@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clear {
	clear:both;
}

.header {
	width:100%;
	height:80px;
	background: rgb(45,56,66); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(45,56,66,1) 0%, rgba(10,38,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,56,66,1)), color-stop(100%,rgba(10,38,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(45,56,66,1) 0%,rgba(10,38,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(45,56,66,1) 0%,rgba(10,38,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(45,56,66,1) 0%,rgba(10,38,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(45,56,66,1) 0%,rgba(10,38,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3842', endColorstr='#0a263f',GradientType=0 ); /* IE6-9 */
	box-shadow:5px 3px 8px #fff;
	-webkit-box-shadow: 5px 3px 8px #fff;
	-moz-box-shadow: 5px 3px 8px #fff;	
	margin-top: -10px;
}
.wrapper, .head_wrapper {
	width:1100px;
	margin:0 auto;
}
.menu {
	box-shadow:2px 2px 2px #C6C6C6;
	-webkit-box-shadow: 2px 2px 2px #C6C6C6;
	-moz-box-shadow: 2px 2px 2px #C6C6C6;
	height:55px;
	border-radius:5px;
	width:100%;
	background: rgb(20,51,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(20,51,81,1) 0%, rgba(3,42,79,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,51,81,1)), color-stop(100%,rgba(3,42,79,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(20,51,81,1) 0%,rgba(3,42,79,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(20,51,81,1) 0%,rgba(3,42,79,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(20,51,81,1) 0%,rgba(3,42,79,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(20,51,81,1) 0%,rgba(3,42,79,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143351', endColorstr='#032a4f',GradientType=0 ); /* IE6-9 */
}

.navigation {
	border-radius:5px;
	margin:10px 0;
	height:20px;
	float:right;
	width:510px;
	background-color: #FBF9EA;
	border: 1px solid #CCCCCC;
	padding: 5px;
	box-shadow:1px 1px 2px #C6C6C6;
	-webkit-box-shadow: 1px 1px 2px #C6C6C6;
	-moz-box-shadow: 1px 1px 2px #C6C6C6;	
}
.icon_menu {
	height:75px;
	width:100%;
}

.box {
	border-radius:5px;
	background-color: #FBF9EA;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #E0E4E8;	
	min-height:400px;
}

.h_left_menu  li > a > span{
	font-size:30px;
	
	float:left;
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
}
.h_left_menu  li{
	display:block;
	float:left;
	position:relative;
	padding:10px;
	top: 20px;
	font-size:30px;
	float:left;
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;	
}

.h_left_menu  .i1{
	color:#fff;
}

.h_left_menu  .i1:hover{
	color:#0083C7;
	transform:rotate(360deg);
}

.h_left_menu .i2{
	color:#fff;

}

.h_left_menu .i2:hover{
	color:#0083C7;
	transform:scale(1.5,1.5);
}

.h_left_menu .i3{
	color:#fff;

}

.h_left_menu .i3:hover{
	color:#0083C7;
	transform:scale(1.5,1.5);
}

.h_left_menu .i4{
	color:#fff;
}

.h_left_menu .i4_i{
	color:#e8647a;
	font-size:20px;
	display:block;
	width:30px;
	height: 23px;
	text-align:center;
	line-height:38px;
	background:none;
    left: 7px;
    position: relative;
    top: -25px;
}

.h_left_menu .i4_i:hover{
	transform:scale(1.5,1.5);
}

.h_left_menu .i4:hover{
	color:#0083C7;
	transform:scale(1.5,1.5);
}

.h_left_menu .i5{
	color:#fff;

}

.h_left_menu .i5:hover{
	color:#0083C7;
	transform:scale(1.5,1.5);
}

.h_left_menu .i6{
	color:#fff;

}

.h_left_menu .i6:hover{
	transform:rotate(360deg);
	color:#0083C7;
}

.h_right {
	float:right;
    margin-top: 10px;
}

.h_right .a1{
	color:#fff;
	font-size:20px;
	
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
	padding:10px;
}

.h_right .a2 {
	color:#fff;
	font-size:13px;
	font-family:BYekan;
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
}

.h_right .a{
	color:#fff;
	font-size:13px;
	font-family:BYekan;
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
}

.h_right .a:hover{
	color:#02b98d;
}

.h_right .a3{
	color:#fff;
	font-size:20px;
	
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
	padding: 10px;
}

.h_right .a_1{
	color:#fff;
	font-size:13px;
	font-family:BYekan;
	-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;transition: all 1s ease-out;
}

.h_right .a_1:hover{
	color:#02b98d;
}

.h_right .a4 {
	color:#fff;
	font-size:13px;
	font-family:BYekan;
}

.navigation .menu_nav li{
	display:block;
	float:right;
	position:relative;
	margin-right:5px;
	right:0;
}

.navigation .menu_nav li span{
	color:#557b8b;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}

.navigation .menu_nav li a span:nth-child(1):hover{
	color:#02b98d;
}

.select li {
	margin-right:6px;
	float:left;
	display:block;
	margin-top:12px;
	position:relative;

}

.select li a{
	display:block;
	width:40px;
	height:40px;
	float:right;
}

.select li span i{
	line-height:38px;
}

.select li span{
	color:#fff;
	font-size:26px;
	
	line-height:40px;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
	display:block;
	width:40px;
	height:40px;
	background:#a2a2a2;
	border-radius:50%;
	text-align:center;
	position:relative;
	margin-top:-5px;
}

.select li:hover span{
	transform:scale(1.2,1.2);
}

.select li:hover .i1{
	background:#25b5c6;
}

.select li:hover .i2{
	background:#e29fbd;
}

.select li:hover .i3{
	background:#d90024;
}

.select li:hover .i4{
	background:#39599f;
}

.select li:hover .i5{
	background:#45b0e3;
}

.select li:hover .i6{
	background:#f8bc2e;
}

.select li:hover .i7{
	background:#f8bc2e;
}

.select li:hover .i8{
	background:#84C5EE;
}

.select li .i8{
	color:#fff;
	font-size:30px;
	line-height:35px;
	display:block;
	position:relative;
}

.select li .i8 span{
	color:#e8647a;
	background:none;
	font-size:10px;
	line-height:35px;
	display:block;
	position:absolute;
	top:8px;
	font-weight:bold;
}

.select li .i8 span:hover{
	font-size:10px;
	transform:scale(1,1);
}

.box_head{
	background:#0971AE;
	border-radius:5px 5px 0 0;
	margin:0 0;
	height:30px;
	width:1075px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #3b83aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#3b83aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#3b83aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#3b83aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#3b83aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#3b83aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3b83aa',GradientType=0 ); /* IE6-9 */
	color:#fff;
	line-height:30px;
	padding-right:25px;
	overflow:hidden;
}

.box_head span{
	float:left;
	padding-left:20px;
}

.box_head span:nth-child(2){
	margin-right:250px;
}

.box_head div{
	background:rgba(255,255,255,.3);
	width:100px;
	height:32px;
	transform:skewX(-30deg);
	position:relative;
	right: -150px;
    top: -30px;
}

.box .content{
	color:#557b8b;
	margin-right:35px;
}

.footer{
	width:100%;
	height:50px;
	background:#1B232B;
	position:relative;
	top: 90px;
	text-align:center;
	line-height:50px;
}

.footer span{
	color:#798EA2;
}

.content1{
	padding:10px;
}

.select2 li{
	display: block;
    float: right;
    margin-right: 23px;
    padding: 12px;
    position: relative;
    right: 40px;
    top: 5px;
}

.select2 li span{
	color:#fff;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
	font-size:17px;
}

.select2 li span:hover{
	color:#F1BC0D;
}
.select > li {
	position:relative;
}

.select > li > ul  > li{ 
	margin:12px 10px;
}	
.select > li > ul { 
	position:relative;
	margin-top:-10px;
	float:right;
	display:none;
	width:675px;
}

.select > li > ul a:hover{
	color:#C76467;
}
.select > li > ul a{
	color:#fff;
}

.select li > ul > li{
	float:right;
}
.nf {
	font:12px tahoma;
}

.sms_cat ul li img{
	width:50px;
}
.sms_cat ul li {
	float:right;
	margin-left:6px;
	height:75px;
	position:relative;
	width:90px;
	text-align:center;
}
.sms_cat ul {
	display:none;
}

.sms_cat ul li br{
	clear:both;
}

.sms_cat ul li span{
	bottom: 0;
    display: block;
    position: absolute;
    width: 96px;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}

.sms_cat ul li span:hover{
	color:#55B99C;
}
.login_form {
	margin:0 auto;
	width:240px;
}
.login_form input{
	width:220px;
}
.login_form label{
	display:block;
}
.need {
	color:red;
}

.mini_box .content1{
	padding:10px 20px;
}
.mini_box .mimi_box_head{
	margin:10px;
	padding:5px;
	text-align:center;
	border-radius:5px;
	background-color: #215C9B;
	color:#fff;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.mini_box .mimi_box_head.green {
	background:#4ACC2B;
}
.mini_box .mimi_box_head.blue {
	background:#2F96B4;
}
.mini_box .mimi_box_head.gray {
	background:#7C4A9D;
}
.mini_box {

	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	float: right;
	margin: 0 45px 20px;
	min-height: 331px;
	width: 275px;
	border: 1px solid #E0E4E8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

.head_befor_login {
	color:#fff;
	text-align:center;
	font-size:30px;
	line-height:85px;
	text-shadow: 0px 1px 1px #FFFFFF;
	margin:0 auto;
}

.news li {
	margin-bottom:10px;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}
.news li a:hover{
	color:#4ACC2B;	
}
.news li:hover{
	padding-right:5px;
}

.news li:hover i{
	color:#4ACC2B;	
}

.news li i{
	margin-left:5px;
	color:#4DB8D5;
}
.box1 {
	min-height:50px !important;
	width:1002px;
	margin:0 auto;
	margin-bottom:20px;
	
}

.side_right {
	float:right;
	width:330px;
}
.side_left {
	float:right;
	width:723px;
}
.mini_box.center {
	width:720px;
	margin:0;
}

.alert_me {
	background-color: #F2DEDE !important;
	border: 1px solid #EED3D7 !important;
}
.error , .my_error_error, #noresult{
  padding: 8px 35px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.success , .my_error_success{
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
   padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; 
}
.my_error_help {
   padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;		  
}
.selected {
	color:#f1bc0d !important;
}
.selected a{
	color:#f1bc0d !important;
}
.selected a span{
	color:#f1bc0d !important;
}
.submitflat, input[type='submit'], button, input[type='button'], .clear_me a {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		 
		 
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor:pointer; 
}
.not_show {
	display:none;
}
.form_input_type_checkbox {
	margin-left:5px;
}
table label {
	display:inline;
}
.date_choosen {
	margin:0 5px;
}
#pic_code {
	height:20px !important;
}
.banke_jensiat{
	margin:0 5px;
}

table img{
	margin:0 5px;
}

#page-list a {
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

table {
  border-collapse: collapse;
}

.tableall.list_table {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CDCDCD;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 2px -2px #CCCCCC;
	position: relative;
	margin:10px;
	width:98% ; 
}

.tableall.list_table  td, .tableall.list_table  th { border-right: 1px solid #dadada;  -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; width:auto !important;  }
.tableall.list_table  td:first-child, .tableall.list_table  th:first-child { border-right: none; }
.tableall.list_table  td { padding: 9px 16px; vertical-align: middle; color: #000; text-align:center;}
.tableall.list_table  tr { border-top: 1px solid #dadada; }

.tableall.list_table tbody tr.deleted { border-top: 1px solid #E5383F !important; }

.tableall.list_table  th { text-align: center; padding: 7px 12px; font-weight: bold; 
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EFEFEF));
background: -webkit-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -o-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
background: linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
}

.list_item_1 {
	background: #F2F2F2 repeat-x top;
	text-shadow: 1px 1px 1px #fff;
}
.load {
	position:fixed;
	_position:absolute;
	background-color:#228CAF;
	border:1px solid #fff;
	padding:5px;
	color:#fff;
	margin:0 auto;
}

.sub_menu {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin:5px 5px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.jqimessage {
	background:#0B2E50 !important;
}

.jqi {
	border:1px solid #0B2E50 !important;
}

.icon_list {
	float:right;
	margin-left:20px;
}

.ghavanin {
	left:20px !important; 
	right:auto !important;
	background-size:70px !important;
	width:75px !important;
	height:110px !important;
}