.budget-wrap {
	margin: auto;
	max-width: 700px;
	width: 100%;
	background: #7e7e7e;
	box-sizing: border-box;
}

.budget-box {
	padding: 15px 16px 45px 16px;
	position: relative;
}
.budget {
	display: table;
	margin: auto;
	width: 100%;
}
.budget .tr {
	display: table-row;
}
.budget .td {
	display: table-cell;
	border-bottom: 1px solid #034a92;
	color: #fff;
	font-size: 14px;
	padding: 10px 2px;
	vertical-align: middle;
}
.budget .tr:last-child .td {
	border: none;
}
.budget .td.pr {
	width: 35%;
}
.budget .td.money {
	width: 20%;
	text-align: center;
}
.budget .td.inp {
	width: 25%;
	text-align: center;
}
.budget .td.inp input {
	width: 95%;
	border: none;
	background: #bfbfbf;
}
.budget .td.total {
	background: #0460bb;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 2px;
	border: none;
}
.budget .td.total:last-child {
	text-align: center;
}

.budget-head .budget .td {
	padding: 0 2px!important;
}

.budget-box .bottom-panel {
	position: absolute;
	right: 10px; bottom: -160px;
	width: 180px;
}
.budget-box .money-left {
	padding: 2px 0;
	background: #016eb6;
	color: #fff;
	font-size: 14px;
}
.budget-box input[type=submit] {
	background: #053363;
	border: none;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font: bold 16px mtavruli;
	cursor: pointer;
}

.name {
	padding: 5px 0;
	text-align: center;
	background: #023a75;
}
.name input {
	width: 90%!important;
}

.security {
	background: #034890;
	color: #fff;
	font-size: 12px;
}
.security input[type=text] {
	width: 60px;
	border: none;
	padding: 2px 0;
	font-size: 14px;
}
.security .reload {
	color: #9ac1e9;
	text-decoration: underline;
}


.budget-wrap .success {
	color: #0a4402;
}
.budget-errors li {
	color: #7e1010;
}