.hrFormsTitle{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #065882;
}
.tbl_hrForms{
	width: 470px;
}
.hrText{
	width: 93%;
	padding: 8px;
	border: 1px solid #CCC;
}
.hrText:focus{
	background: #FFC;
}
.hrFile{
	padding: 8px;
	border: 1px solid #CCC;
	margin-left: 3px;
}
.hrFile:focus{
	background: #FFC;
}
.hrBtnSend{
	width: 80px;
	padding: 4px 8px;
	color: #FFF;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	background-color: #3e82a3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2e6375;
	cursor: pointer;
}
.hrBtnSend:hover, .hrBtnSend:focus, .hrBtnSend:active{
	background-color: #579bbe;
}
.hrBtnRight{ text-align: right; }