/* Text Box with Rounded Corners: */
.search-box {
 	border-style: hidden;
	border-width: 0px;
	padding-left: 10px;
	background-image: url(skins/iac/images/search.gif);
	position: relative;
	top: 10px;
}

.search-button {
	position: relative;
	top: 15px;
}

.username-box {
/*	size: 26px;	*/
	border-style: hidden;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 1px;
	background-image: url(skins/iac/images/username.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 17px;
}

.password-box {
	border-style: hidden;
	border-width: 0px;
	padding-left: 10px;
	background-image: url(skins/iac/images/password.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
}

.login-button {
	position: relative;
	top: 19px;
}

.resultstyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #767d82;
	overflow: auto;
	height: 285px;
	padding: 30px;
}

