/* popup login passeport canoe */
#ppc_login_pop {
	display: none;
	position: fixed;
	/* ie6 = no support for position:fixed.
	 * Scroll set in javascript. (passeport.js) */
	_position: absolute;
	background: #fff;
	width: 428px;
	border: 1px solid #921208;
	color: #000;
	font-size: 10px;
	font-family: verdana;
	z-index: 2;
}

#ppc_login_pop button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

#ppc_login_pop p{
	margin: 10px 0pt 0pt;
	padding: 10px;
	font-size: 10px;
	font-family: verdana;
}

#ppc_login_pop form {
	text-align: center;
}

#ppc_login_pop label {
	display: block;
	width: 50%;
	margin: 10px auto 0;
	font-size: 12px;
	font-family: verdana;
}

#ppc_login_unpop {
	padding: 10px 0;
	display: block;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	color: #a80c0c;
}

#ppc_retrieve, #ppc_new {
	width: 50%;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

 #ppc_new {
	 margin-top: 18px;
 }

  #ppc_retrieve a,  #ppc_new a {
	  color: #a80c0c;
	  font-size: 10px;
	  font-weight: normal;
  }

#ppc_login_pop p.error {
	background: #a80c0c;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	margin: 0 20px;
}


