
div#liqpay > div
{
	display: inline-block;
	vertical-align: middle;
}

div#payname input
{
	font-size: 25px;

	width: 250px;
	height: 35px;

	text-align: center;
	color: #000;
}

div#summ input
{
	font-size: 16px;

	width: 75px;
	height: 35px;

	text-align: center;
	color: #000;
}

div#paybtn
{
	font-size: 20px;
	line-height: 35px;

	height: 35px;
	padding: 3px 10px;

	cursor: pointer;
	vertical-align: top;

	color: #fff;
	border-radius: 5px;
	background-color: #ce0000;
}
div#paybtn:hover
{
	background-color: #7d0000;

	}

div#liqpay
{
	text-align: center;
}

input::-webkit-input-placeholder { color: #ccc; }