@CHARSET "UTF-8";

#pfcHolder {
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
}

#pfc {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	z-index: 10;
}

#pfcOverlay {
	top: 0px;
	left: 0px;
	background-color: black;
	position:fixed;
	z-index: 5;
}

#pfcMessengerHolder {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#pfcMessenger {
	position: relative;
	background-color: #ececec;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding: 10px 10px 10px 10px;
	z-index: 15;
	border: 1px solid black;
}
#pfcMessenger a.pfcMessengerClose {
	position: absolute;
	top:10px;
	right:10px;
	color:#333333;	
}
#pfcMessengerContent a.pfcRegisterLink {
	color:#333333;	
}
#pfcMessengerContent {
	margin:30px 0 0 0;
	font-size:15px;	
}
#pfcMessengerContent a {
	font-size:80%;	
}
#pfcContent {
	background-color: #ECECEC;
}
.pfcRequired {
	text-decoration: underline;
}
#pfcLoginForm a.pfcFbLogin {
	text-align:left;
}
a.pfcClose {
	position:absolute;
	right:10px;
	top:7px;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.pfcLabel {
	width:279px;
	margin:0 auto;
	padding:20px 0 5px 0;
	text-align:left;
	font-size:16px;
	color:#333333;
}
.pfcElement input {
	width:275px;
	padding:3px;
	height:20px;
	font-size:16px;
	color:#333333;
}
.pfcElement {
	width:350px;
	margin:0 auto;
}
.pfcLogin a {
	color:#333333;
	font-size:10px;
}
a.pfcFbLogin img{
	padding:0 0 20px 0;
}
.pfcButtons {
	margin:20px 0 10px 0;
}
.pfcSpaced {
	margin:0 0 20px 0;
}
.pfcButtons input {
	padding:5px 20px;
	text-transform:uppercase;
}
.pfcElement select.pfcDoB {
	width:92px;
	padding:5px 0;
}
.pfcElement select {
	width:285px;
	padding:5px 0;
}
.pfcCaptchaInput {
	width:275px;
	padding:3px;
	height:20px;
	font-size:16px;
	color:#333333;
	margin-top:20px;
}
.pfcSubLinks {
	margin:0 0 20px 0;
}

#pfcLoginHead {
	width:395px;
	height:37px;
	background: url(/pfc/images/thanks_head.gif) no-repeat;
}
#pfcLoginHead h4 {
	margin:0;
	line-height:37px;
	color:#333333;
	font-weight:500;
	font-size:18px;
}
