
#box1a
{
	color: white;
	background-color: black;
	position: absolute; left: 20px; top: 70px; width: 161px; height: 24px;
}

#box1b
{
	color: black;
	background-color: white;
	position: absolute; left: 20px; top: 70px; width: 160px; height: 23px;
}

#box2a
{
	color: white;
	background-color: black;
	position: absolute; left: 180px; top: 20px; width: 521px; height: 50px;
}

#box2b
{
	color: black;
	background-color: white;
	position: absolute; left: 180px; top: 20px; width: 520px; height: 49px;
}

#ball1
{
	color: white;
	background-color: black;
	position: absolute; left: 9px; top: 84px; width: 19px; height: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius:100%;
	border-radius: 100%;
}


#ball2
{
	color: white;
	background-color: black;
	position: absolute; left: 691px; top: 9px; width: 19px; height: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius:100%;
	border-radius: 100%;
}

#header       { position: relative; height: 110px; }
#jfront       { position: absolute; left: 22px;  top:  8px; }
#tagline      { position: absolute; left: 260px; top: 40px; }
#consulting   { position: absolute; left: 260px; top: 78px; }
#clientaccess { position: absolute; left: 390px; top: 78px; }
#contactme    { position: absolute; left: 560px; top: 78px; }

#ball3
{
	color: white;
	background-color: #aeaeae;
	position: absolute; left: 360px; top: 82px; width: 9px; height: 9px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius:100%;
	border-radius: 100%;
}

#ball4
{
	color: white;
	background-color: #aeaeae;
	position: absolute; left: 532px; top: 82px; width: 9px; height: 9px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius:100%;
	border-radius: 100%;
}

#footer
{
	width: 700px;
}

#trailer
{
	position: relative;
	top: 48px;
}

.float-left  { float: left;  }
.float-right { float: right; }
.clear-left  { clear: left;  }

.error
{
	color: red;
	background-color: white;
}

.field-error
{
	color: red;
	background-color: white;
}

.busy, .busy *
{
	cursor: wait !important;
}
