/* ######################### */
/* ### PS_NUMBEROFLOGINS ### */
/* ######################### */


#nol_wrap {
	width: 100%;
	text-align: center;
}

	#nol_container {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 300px;
		height: auto;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		z-index: 50000;
	}
		
		#nol_header {
			width: 100%;
			height: 20px;
			line-height: 20px;
			text-align: left;
			background-color: #E3001B;
			border-bottom: 1px solid #000000;
		}
		
		#nol_content {
			margin: 5px;
			text-align: left;
		}
