#login {
  display: none;
  height: 100%;
}

#login div.titleBar {
  background-color: #555;
  color: white;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

#loginErrorBar {
	position: absolute;
	margin-top: -25px;
	width: 330px;
}

#loginErrorBar div {
  background-color: #F43A3A;
  color: white;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

#login div.loginFields {
	padding: 10px 20px 10px 10px;
}

#login div.loginFields div {
	margin-top: 10px;
}

#login div.loginFields div input {
	width: 80px;
  margin-right: 10px;
}

#login div.loginFields > input {
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

div#popupMask {
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
}

.popupIframe {
  width: 100%;
  height: 100%;
  border: none;
}
  
.popupPlaceholder {
  /*border: 2px solid #B1B1B1;*/
  background: white;
  position: absolute;
  margin: 0;
  padding: 0;
}

.popupPlaceholder .popupTitleBar th {
  height: 15px;
  padding: 5px;
  background: #f2f2f2 url(/q/images/gradient_2.png) repeat-x left top;
  text-align: left;
}

.popupPlaceholder .popupTitleBar .popupCloseButton {
  width: 91px;
  text-align: right;
}

.popupPlaceholder .popupTitleBar .popupTitle {
  padding-left: 10px;
}

.popupPlaceholder .popupTitleBar .popupTitle h2 {
  margin-top: 1px;
}

.popupPlaceholder .popupTitleBar img:hover {
  cursor: pointer;
}

.popupPlaceholder .popupContent {
  height: 100%;
}