input[type=text],input[type=password] {
	width: 130px;
	height: 14px;
	border-width: 1px;
	padding: 1px;
	margin: 0px;
}

input[type=text].datepicker {
	text-align: center;
	width: 100px;
}

fieldset legend {
	font-weight: bold;
}

::-webkit-scrollbar {
	width: 12px!important;
	height: 12px!important;
}

::-webkit-scrollbar-track {
    background-color: #000!important;
}

::-webkit-scrollbar-thumb {
    background: #007FD4!important;
}