/*-------- Facebox Login Window CSS ------- */
#loginwindow, #confirmwindow {
	font-size: 12px;
	line-height: 20px;
	padding: 2px;
	margin: 0px 12px;
	color: #666;
}

#loginwindow h3, #confirmwindow h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	color: #3b76bd;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

#loginwindow table tr th label {
	margin-right: 12px;
	text-align: right;
}

#loginwindow table {
}

#loginwindow tr {
	height: 30px;
}

#loginwindow a, #confirmwindow a {
	color: #3b76bd;
}


/*-------- Facebox Popup Window CSS ------- */

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
	background: #fff url(../images/inform-bg.gif) repeat-x top left;
  width: 400px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background-color: #fff;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*	----------	.boxError	----------	*/

.boxError {
	font-weight: normal;
	font-size: 11px;
	color: #C00000;
	border: 1px solid #C00000;
	background: #FCC;
	width: 100%;
	margin-bottom: 8px;
}

.boxError ul {
	padding: 0 12px;
}

.boxError li {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}


/*	----------	.boxSuccess	----------	*/

.boxSuccess {
	font-weight:normal;
	font-size:11px;
	color:#036;
	border:1px solid #036;
	background:#F1F0FF;
	width:100%;
	margin-bottom: 8px;
}

.boxSuccess ul {
	padding:0 10pt;
}

.boxSuccess li {
	list-style:disc;
	margin-left:20px;
	padding:0;
}