button {
	background: #678AC9;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	padding: 0px 10px;
	font-size: 16px;
	cursor: pointer;
    color: #FFFFFF;
	border: none;
	height: 30px;
}
button:hover {
	background: #2D5893;
}
button:active {
	background: #141B23;
}
input {
	line-height: 20px;
	font-size: 16px;
	border: none;
	height: 20px;
}



.DialogWin label {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.DialogWin button {
	margin-top: 10px;
	float: right;
}