

	.login-form .selectboxit
	{
		background-color: #373E4A !important;
		border : none !important;
	}
	
	.page-body .selectboxit-container .selectboxit:hover .selectboxit-text,
	.page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-text {
	  color: #888888 !important;
	}
	
	.page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus .selectboxit-text {
	  color: #888888 !important;
	}
	
	.page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container {
	  background-color: transparent !important;
	}
	
	.login-form .selectboxit-arrow-container:after
	{
		color : #ffffff !important;
	}
	
	.login-form .selectboxit-arrow-container
	{
		border-left : none !important;
	}
