.apply-form-edit:hover {
	background-color: #68b8f7;
    cursor: pointer;
    color:#fff;
}
.apply-form-edit {
    cursor: pointer;
    font-size:14px;
    font-weight:400;
}

.no-data-tip{
	font-size: 12px;
}

:-ms-input-placeholder {
	color:#888888
}

::-moz-placeholder {
	color:#888888
}

::-webkit-input-placeholder {
	color:#888888
}
