/* Global Override */
input.submit {
	width:auto;
	height:auto;
}

/* Facebook Modals */
.modal-overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}

* html .modal-overlay {   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.modal-window {
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}

* html .modal-window {
	position:absolute;
}

.close-window {
	position:absolute;
	width:42px;
	height:12px;
	right:8px;
	top:8px;
	background:#ffffff;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
	
/* Zagat-Facebook Modals */
#fbFly_assoc_hdr:after, #fbFly_assoc_bod:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.modal-window iframe {
	position:relative;
}

.modalBod 
{
	background:none;
}

.fbFly {
	text-align:left;
}

.fbFly .flybody .flyinner {
	padding:16px;
}

.fbFly h3 {
	color:#333333;
}

.fbFly h4 {
	font-family:arial,sans-serif;
	color:#333333;
}

#fbFly_assoc, #fbFly_assoc .flyhdr, #fbFly_assoc .flybody, #fbFly_assoc .flyftr {
	width:545px;
}

#fbFly_assoc .flyinner {
	margin:0;
}

body.modalBod {
	padding:0;
}

#fbFly_terminate, #fbFly_terminate .flyhdr, #fbFly_terminate .flybody, #fbFly_terminate .flyftr {
	width:600px;
}

#fbFly_assoc_hdr {
	margin-bottom:24px;
}

#PanelMerge {
	padding-top:12px;
	background:url(/img/core/hdot.gif) repeat-x top;
}

#btnMergeExistingProfile {
	float:right;
}

.profileImg {
	float:left;
	width:50px;
	margin-right:12px;
}

#fbFly_terminate fb\:profile-pic {
	min-height:50px;
}

* html #fbFly_terminate fb\:profile-pic {
	height:50px;
}

#welcomeMsg {
	float:left;
	padding-top:24px;
}

#welcomeMsg h1 {
	line-height:1.0em;
	font-size:1.85em;
	color:#333333;
}

#fbFly_assoc_bod {
	padding-bottom:7px;
	background:url(/img/core/vdot.gif) repeat-y 255px;
}

#fbFly_assoc_bod .formHdr {
	min-height:45px;
}

* html #fbFly_assoc_bod .formHdr {
	height:45px;
}

#fbFly_assoc_bod .formHdr p {
	margin:0;
}

#fbFly_assoc_bod .formBod {
	min-height:140px;
}

* html #fbFly_assoc_bod .formBod {
	height:140px;
}

.formFields {
	padding-top:12px;
}

#fbFly_assoc_bod label {
	display:block;
	margin:0 0 2px;
	color:#333333;
}

#fbFly_assoc_bod input.text {
	display:block;
	width:165px;
	margin-bottom:12px;
	border:2px inset #eeeeee;
}

#assocOpt_new {
	float:left;
	width:243px;
	padding-right:12px;
}

#disclaimer {
	margin-top:12px;
	font-size:0.85em;
	color:#999999;
}

#disclaimer a {
	text-decoration:underline;
}

#lnk_forgotPass {
	margin:12px 0;
}

#assocOpt_merge {
	float:right;
	width:230px;
}

.fbFly .error {
	margin-top:12px;
	padding:0 0 0 18px;
	font-weight:400;
	color:#be042b;
}

.fbFly .error h4 {
	font-family:arial,sans-serif;
	font-weight:800;
	color:#be042b;
}

.fbFly .error p {
	margin:0;
}

#msg_terminate p {
	margin:0 0 3px;
}

#act_terminate a {
	text-decoration:underline;
}

#act_terminate label {
	margin:0 3px;
}

.blockMsg {
	display:none;
}

a.toggleflyClose:hover {
color:#FFFFFF;
}

a.toggleflyClose {
background:transparent url(../img/core/flyover/but_fly_close.gif) no-repeat scroll right 2px;
color:#FFFFFF !important;
display:inline;
float:right;
font-size:0.85em;
margin:0 0 7px;
padding:0 13px 0 0;
}
