* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type="text"], select {
	height: 20px;
}

select {
	min-width: 50px;
	max-width: 300px;
}

#w_login {
	width: 400px;
	border: #888888 thick solid;
	border-width: 2px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto; 
	border-spacing: 0;"
}

.btn_submit {
	background: url(../images/btn_bg.png);
	background-position: center;
    color: white;
    font-weight: bold;
    padding: 5px 9px;
    border-radius: 10px;
    cursor: pointer;
}

.labelForm {
	font-weight: bold;
	color: #143086;
}

.btnPdf {
	background-image: url(../images/icon_pdf_24.png);
}

.btnWithIcon {
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 1px 1px 0px grey;
	width: 30px;
    height: 30px;
    margin: 2px;
}

.btnDisabled {
	opacity: 0.7;
	box-shadow: 0px 0px 0px grey;
}
