body
	{
	background: #ccebff;
	}
#wrapper
            {
            margin: auto;
            width: 814px;
            align: center;
            background: #72a6e8;
            }

#login
	{
	background: #FFFFFF url('../images/padlock.jpg') left no-repeat;
	padding: 20px 0 0 100px;
	font-family: tahoma, arial, helvetica, sans;
	font-size: 12px;
	color: #000000
	}

#login input
	{
	font-family: tahoma, arial, helvetica, sans;
	}

#login .error
	{
	color: #FF0000;
	}

#shadow-container
	{
	position: relative;
	top: 30px;
	left: 10%;
	display: block;
	width: 400px;
	background: #ffffff;
	}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container
	{
	position: relative;
	left: -1px;
	top: -1px;
	}

#shadow-container .shadow1
	{
	background: #f1f0f1;
	}

#shadow-container .shadow2
	{
	background: #dbdadb;
	}

#shadow-container .shadow3
	{
	background: #b8b6b8;
	}

#shadow-container .container
	{
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
	display: block;
	}

#nsbox
            {
            margin: auto;
            width: 500px;
            border: 2px solid #86b9f0;
            padding-left: 10px;
            background: #e8e8e8;
           }
#nsbox a
         {
          color: #200a8f;
          text-decoration: underline;
          }
#nsbox a:hover
       {
        color: #cc0000;
         text-decoration: underline;
         }
#nsbox h1
                {
                 text-decoration: none;
                 text-align: center;
                 font-size: 18px;
                 color: #000066;
                 font-weight: bold;
                 }
#nsbox h2
                 {
                  text-decoration: none;
                  text-align: center;
                  font-family: arial, helvetica, sans;
                  color: #cc0000;
                  font-size: 16px;
                  font-weight: bold;
                   }
#nsbox h3
                {
                 text-decoration: none;
                 text-align: left;
                 font-size: 14px;
                 color: #000000;
                 font-weight: bold;
                 }
#nsbox h4
                {
                 text-decoration: none;
                 text-align: left;
                 font-size: 12px;
                 color: #000066;
                 font-weight: bold;
                 }
#nsbox h5
                {
                 text-decoration: none;
                 text-align: center;
                 font-size: 14px;
                 color: #000000;
                 font-weight: bold;
                 }


