div.sms_but, div.adminer_but {
	display: block;
	float: right;
	cursor: pointer;
	opacity: 0.6;
	width: 48px;
	height: 48px;
	background: url(../images/smser.png) no-repeat;
	background-size: cover;
	margin: 5px 5px 5px 5px;
	
}
div.sms_but:hover, div.adminer_but:hover {
	opacity: 1;
}

	
	div.adminer_but {
		background: url(../images/adminer.png) no-repeat;
		background-size: cover;
		right: 225px;
	}
	


div.sms_but {
	display: block;
	cursor: pointer;
	opacity: 0.6;
	width: 48px;
	height: 48px;
	background: url(../images/smser.png) no-repeat;
	background-size: cover;
	float: right;
	margin: 5px 5px 5px 5px;
	
}
div.sms_but:hover {
	opacity: 1;
}




#smser, #adminer {
	width: 400px;
	min-height: 360px;
	background: #f0f0f0;
	box-shadow: 0px 2px 20px #303030;
	position: fixed;
	bottom: 100px;
	right: 100px;
	border-radius: 20px;
	display: none;
	padding: 10px;
	z-index: 1210;
}
#adminer {
	bottom: 70px;

}


#adminer table td {
	padding: 5px 3px 5px 3px;
	text-align: center;
}

#smser div.cls, #adminer div.cls {
	position: absolute;
	font-size: 22px;
	font-weight: 900;
	margin: -50px 0px 0px -50px;
	background: #ff0000;
	color: #ffffff;
	border-radius: 100px;
	padding: 10px 17px 10px 17px;
	cursor: pointer; 
}
#smser div.cls:hover {
	background: #cc0000;
}


#smser .phone{
	width: 100%;
	box-sizing: border-box;
	font-size: 30px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
}

#smser .tbl {
	display: table;
	width: 100%;
	margin: 10px 5px 10px 5px;
}
#smser .tr {
	display: table-row;
}
#smser .td {
	width: 33%;
	border: 1px solid #f6f6f6;
	display: table-cell;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 10px;
	font-size: 26px;
}
 .td:hover {
	background: #f8f8f8;
	cursor: pointer;
}

#smser p {
	font-weight: 100;
	padding: 5px 0px 5px 0px;
}
#smser p select {
	font-size: 16px;
	border-radius: 5px;
}
#smser p button {
	font-size: 24px;	
}
#smser p textarea {
	width: 100%;
	height: 140px;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
}


#smser .notices {
	color: #ff0000;
	padding: 10px 2px 10px 10px;
}