@media (min-width:500px){		/* For Screens wider than 500px	*/

	#floating_admin_box{
		position: fixed;
		width: 300px;
		right: -315px;
		top:250px;
		background: #FFF;
		border: 4px solid #013E9D;
		z-index: 99999;
		height: 400px;
	}

	#floating_admin_box .floating_admin_btn{
		position: absolute;
		left: -121px; 
		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: 140px;
		height: 55px;
		background-size: 163px;
		right: -134px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border: 2px solid #013E9D;
		}
		
	.adminboxbutton {
		border-radius: 8px;
		padding: 6px;
		}

			
	.adminboxlabel{
		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_admin_box{
		display: none;
	}
	
} 		/* End of @media (max-width:499px){ 		/* For Screens Narrower than 500px	*/
