body {
	padding: 0;
	margin: 0;
	background-color: #BABABA;
}

div#topPanel {
	height: 250px;
	width: 100%;
	background-color: #FFF;
	float: right;
}

div#logoDiv {
	text-align: center;
	padding: 50px 0 20px 0;
	width: 100%;
	height: 145px;
	position: absolute;
}

div#loginContainerDiv {
	width: 100%;
	height: 205px;
	margin: auto;
	position: absolute;
	top: 170px;
}

div#loginDiv {
	height: 220px;
	width: 320px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

div#orgDiv {
	width: 100%;
	font-size: 12px;
	height: 100%;
	text-align: center;
	float: left;
	display: none;
}

div#authDiv {
	width: 100%;
	height: 100%;
	display: none;
	float: left;
	text-align: center;
	display: none;
}

div#appDiv {
	width: 100%;
	height: 100%;
	display: none;
	float: left;
	text-align: center;
	display: none;
}

div#poweredByDiv {
	height: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 500px;
}

div#poweredByContainer {
	/* width: 341px; height: 46px; */
	width: 290px;
	height: 46px;
	margin: auto;
	background-image: none!important;
	background-color: #E8E8E8!important;
}

div#poweredByDiv a {
	text-decoration: none;
}

div#errorDiv {
	display: block;
	height: 20px;
	margin: 5px auto;
	padding-top: 5px;
	text-align: center;
	width: 240px; /* 220px */
}

span#selectedOrgName {
	font-size: 12px;
}

input#orgSelect {
	width: 250px;
}

.ui-autocomplete {
	font-size: 12px;
}

.button {
	height: 16px;
	width: 16px;
	padding: 0;
}

div#orgSelectButton {
	top: 3px;
}

div#orgSelectButton span {
	left: 0;
}

div#prevButton {
	font-size: 12px;
}

div#nextButton {
	font-size: 12px;
}

.login-list {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	font-family: "Verdana";
	font-size: 12px;
}

.login-list label {
	display: block;
	font-size: 1.3em;
	padding: 5px 0 0 0;
}

.login-list input {
	width: 250px;
	font-size: 1.3em;
}

.ui-autocomplete {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.app-button {
	width: 190px!important;
}