/*
f4b236 на 1787e0     f9d857 на 2196f3
*/
#SendMSG{/*display:none;*/}

#SendMSG input,
#SendMSG textarea
{
 padding: 9px 10px;
 background: #fff;
 line-height: 140%;
 font-size: 16px;
 font-weight: normal;
 font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 position: relative;

 box-sizing: border-box !important;
 border-width: 1px;
 border-style: solid;
 border-color: #ddd;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
}
#SendMSG input[type=text],
#SendMSG textarea
{
 width:100%;
 min-width: 300px;

}
#SendMSG textarea{
 max-height: 300px;
 height: 40px;
 height: auto !important;
}




#SendMSG .exclusive {margin-top: 10px;}

.modalMSG{
	display:none;
	top:50%;
	left:50%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.4);
}
#SendMSG{
	background:#fff;
	border-radius:7px !important;
	padding:10px 10px 25px 10px;
	text-align:center;
}
#SendMSG.modalMSG{
	margin-left:-210px;
	/*width:400px;*/
	max-width:433px;
	max-height: 100%;
	overflow-y: auto;
}
#SendMSG .bt3{padding:7px 15px}
#SendMSG h4{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding-top:15px;
	padding-bottom:10px;
}
#SendMSG .item_img img
{
	max-width:120px;
	max-height:100px;
	width:auto;
	height:auto
}
#SendMSG p{
	text-align:center;
	padding:10px 0;
	display:block;
	font-size:13px
}
#SendMSG div.tal{
	font-size:13px;
	margin-bottom:4px;
	text-align: left !important;
}
#SendMSG div.tal strong{font-weight: bold;}
#SendMSG a{color:#fff;}
#SendMSG a.bt3{display: inline-block;}
#SendMSG #onbuttonsend {line-height:20px; margin-top:4px; padding:6px 0; display:none;}
#SendMSG .incart{text-align:center;font-size:14px}
.close.button{
	width:13px;
	height:13px;
	right:10px;
	top:7px;
	cursor:pointer;
	position:absolute;
	background:url('x.png') 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#bgmod{
	background:rgba(0,0,0,0);
	display:none;
	min-width:2000px;
	height:100%;
	min-height:2000px;
	position:fixed;
	z-index:998;
	top:0;
	left:0
}




/**/
form[name="bx_auth_services"] input[type="submit"],
#login input[type="submit"],
.bt3 {
background: #f8ca4c;
background: -moz-linear-gradient(top, #f9d857 0%, #f4b236 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d857), color-stop(100%,#f4b236));
background: -webkit-linear-gradient(top, #f9d857 0%,#f4b236 100%);
background: -o-linear-gradient(top, #f9d857 0%,#f4b236 100%);
background: -ms-linear-gradient(top, #f9d857 0%,#f4b236 100%);
background: linear-gradient(to bottom, #f9d857 0%,#f4b236 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d857', endColorstr='#f4b236',GradientType=0 );
margin: 3px;
text-align: center;
text-decoration: none;
text-shadow: -1px 1px 1px rgba(0,0,0,.12);
font-size: 14px;
font-weight: bold;
color: #fff;
box-shadow: inset 0 1px 1px 0 #fcec83;
border-radius: 5px;
border: 1px solid #f4b236;
padding: 10px 15px;
white-space: nowrap;
}

form[name="bx_auth_services"] input[type="submit"]:hover,
#login input[type="submit"]:hover,
.bt3:hover
{
background: #f6c244;
background: -moz-linear-gradient(top, #f9d857 0%, #f6c244 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d857), color-stop(100%,#f6c244));
background: -webkit-linear-gradient(top, #f9d857 0%,#f6c244 100%);
background: -o-linear-gradient(top, #f9d857 0%,#f6c244 100%);
background: -ms-linear-gradient(top, #f9d857 0%,#f6c244 100%);
background: linear-gradient(to bottom, #f9d857 0%,#f6c244 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d857', endColorstr='#f6c244',GradientType=0 );
box-shadow: inset 0 1px 1px 0 #fcec83;
color: #fff;
}
.bt3:active{color: #eee;}
/* End */

