
/*   INDIGO  CSS    */

.Positioner{
	text-align: center;
	width: 100%;
}
.Form{
	text-align: center;
}
.Heading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.Domain{
	width: 100px;
	text-align: right;
}
.Tld{
}
.Submit{
/**/background-color:#FFFFFF;
border-color:#000099}
.SecureImage{
	border: 1px solid black;
}
.SecureCode{
	width: 60px;
}
.Info{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}
.Results{
	text-align: center;
}
.Status{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}
.Server{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}
.Data{
	padding: 4px;
	color: #666666;
}
.Hilight{
	font-weight: bold;
	color: #ff0000;
}
.Error{
	font-weight: bold;
	color: red;
}