.error {
	color: red;
	font-size: 14px;
}

.reg .reg-item select {
	top: 0px;
}

.reg .reg-item input[type=password] {
	width: 85%;
	padding: 5px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	color: #616161;
	font-size: 16px;
	transition: all .2s ease-in-out;
}