@charset "windows-1251";
.login-panel {
	background-image: url(/img/panel01.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 250px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.btnRegLeft {
	background-repeat: no-repeat;
	height: 34px;
	width: 110px;
	background-position: center center;
	background-image: url(/img/reg-but-left.png);
	text-align:center
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float:left;
} 
.btnRegRight {
	background-repeat: no-repeat;
	height: 34px;
	width: 110px;
	background-position: center center;
	background-image: url(/img/reg-but-right.png);
	text-align:center
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float:left;
}
.btnReg {
}
.btnInp {
}
.editRegBg {
	background-repeat: no-repeat;
	height: 24px;
	width: 220px;
	background-position: center center;
	background-image: url(/img/edit.png);
	padding-top: 6px;
	padding-left: 5px;
}
.editReg {
	width:210px;
	background-color: transparent; 
	border:none
}


