.login .content{
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.03) !important;
}

.select2 {
	border-radius: 0px !important;
}

.requiredField {
	color: red;
}

.cursor-arrow{
	cursor: pointer;
}

.moneyFormat{
	text-align: right;
}

.pushRight {
	text-align: right;
	padding-right: 10px;
}

.itemLink {
	color: #333;
}

.itemLink:hover{
	color: #333;
	border-bottom: 1px dashed #333;
	text-decoration: none;
	background-color: #f3eb8f;
	padding: 1px;
}