@media (min-width:500px){		/* For Screens wider than 500px	*/

	#contextual_help{
		
	}

	#contextual_help p{
		padding: 10px;
	}

	#contextual_help a{
		
	}		
	#floating_help_box{
		position: fixed;
		width: 300px;
		right: -315px;
		top:250px;
		background: #FFF;
		border: 4px solid #013E9D;
		z-index: 99999;
		height: 400px;
	}

	#floating_help_box .floating_help_btn{
		position: absolute;
		left: -200px; 
		color: #FFF;
		display: block;
		  z-index: 99999;
		  cursor:pointer;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.Basic;
		top: 44%%;
		background: #FFF) 
		no-repeat;
		width: 240px;
		height: 95px;
		background-size: 163px;
		right: -134px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border: 2px solid #013E9D;
		}
		
	.helpboxbutton {
		border-radius: 8px;
		padding: 6px;
		}

	.helpboxlabel{
		margin-left: 10px;
		}
		
	.accountno{
		margin-left: 10px;
		}
		
} 		/* End of @media (min-width:500px){		/* For Screens wider than 500px	*/

@media (max-width:499px){ 		/* For Screens Narrower than 500px	*/
	#floating_help_box{
		display: none;
	}
	
} 		/* End of @media (max-width:499px){ 		/* For Screens Narrower than 500px	*/
