/* for project description */
.registerNotificationHide {
    position: absolute;
    display: none;
    z-index: 4;
    text-align: left;
    border: solid 1px #0a4567;
    width: 450px;
    background-color: #367598;
    vertical-align: top;
}
.registernotificationheader {
    float:left;
	height: 20px;
	width:430px !important;
	width:450px;
	background-color: #0a4567;
    color:#000000;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;	
	font-weight:bold;
	padding:0px 10px 0px 10px;
}