﻿#boxContainer 
{
	margin:20px 0 0 0px;
}

#boxNetId 
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:172px;
	height:30px;
}

#boxTest
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width:172px;
	height:30px;
}

#boxAdmin
{
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width:172px;
	height:30px;
}

#boxEleg
{
	background-repeat: no-repeat;
	background-position: 0px -90px;
	width:172px;
	height:30px;
}

.important-info {
	border: 2px solid #990ae3; /* Red border */
	background-color: #f3e6ff; /* Light red background */
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
	color: #ff0000; /* Red text */
}