/*
 *
 QuickEnrol Header 
 *
 */
	#qe-header{
		width:100%;
		height:180px;
		background:#fff url('../../../images/framework/bg_header.png') repeat-x top;
		font-size:0.70em;
	
	}

	#qe-header p{
		float:right;
		padding-right:0.5em;
		line-height:20px;
		color:#fff;
	}

	#qe-header span a{
		color:#fff !important;
	}

	#qe-header span{
		padding:0 0.5em;
	}

	.qe-logo{
		background:url('../../../images/logo/logo.png') no-repeat top left;
		width:360px;
		height:98px;
		float:left;
		text-indent:-9999px;
		margin-top:67px;
		margin-left:22px;
	}