@charset "windows-1253";
/* CSS Document */

html,body {
	margin:0px;
	padding:0px;
	background-color:#e7f1dd;
	background-image:url(images/bgline.png);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, p, marquee {
	margin:0px;
	padding:0xp;
	font-family:Tahoma, Geneva, sans-serif;
}
h4 { font-size:18px; }
h5 { font-size:16px; }
p, marquee { font-size:14px; }
marquee { 
	font-weight:bold;
	color:#1b4277;
}
#fadeshow1 {
	z-index:100;
}
#bgDiv {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#333;
	color:#333;
	z-index:150;
	visibility:hidden;
}
.bgDIV {
	opacity:0.8;
	filter:alpha(opacity=80);		
}
#firstFrame {
	overflow:hidden;
	position:fixed;
	padding:0px;
	margin:0px;
	top:100px;
	left:0px;
	z-index:200;
	border:5px solid white;
	visibility:hidden;
}
.fbstyle {
}
#logincode {
	border:2px solid #9f5c00;
	background-color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:14px;	
}
#loginbutton {
	cursor:pointer;
	border:2px solid #cc5314;
	background-color:#ffffff;
	color:#cc5314;
	font-family:Tahoma, Geneva, sans-serif;	
	font-weight:normal;
	font-size:14px;	
	width:150px;
	height:25px;
}
#loginbutton:hover {
	border:2px solid #e07e27;
	color:#e07e27;
}
#okbutton {
	cursor:pointer;	
	border:2px solid #9f5c00;
	background-color:#ffffff;
	color:#9f5c00;
	font-family:Tahoma, Geneva, sans-serif;	
	font-weight:normal;
	font-size:14px;	
}
#okbutton:hover {
	border:2px solid #c8a47f;
	color:#c8a47f;
}
#sendbutton {
	cursor:pointer;
	border:2px solid #c49a62;
	background-color:#ffffff;
	color:#c49a62;
	font-family:Tahoma, Geneva, sans-serif;	
	font-weight:normal;
	font-size:14px;	
	height:30px;
}
#sendbutton:hover {
	border:2px solid #e07e27;
	color:#e07e27;
}
.formtext {
    margin:0px;
    padding:0px;
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:14px;
	border:none;
	background-color:#FFF;
}
.infoMSG {
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
.hereLink {
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:13px;
	font-weight:bold;
	color:#1b4277;
	text-decoration:underline;
}
.poiFrame {
	background:none;
	width:570px;
	height:670px;
	border:none;
}
#enterText {
	visibility:hidden;
}