.answer {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=20);
	opacity: .20;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #888;
	padding: 5px 12px;
	float: left;
	text-align:left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -270px;
	z-index: 100;
}
.popup {
	float: left;
	width: 100%;
	background: #fff;
	margin-left: -7px;
	padding: 6px 6px 6px 6px;
	border: 1px solid #bbb;
	font:12px verdana, arial, helvetica, sans-serif;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -11px;
	top: -11px;
}
.clear {
	position:relative;
	display:none;
	z-index:2;
	left:-14px;
	top:3px;
	border-style:none;
	cursor:default;
}
.askbtn {
	width:53px;
	position:relative;
	left:-11px;
	height:28px;
	background:url(../images/btn.png) right no-repeat;
	border:0px;
	vertical-align:bottom;
	cursor:pointer;
	cursor:hand;
}
.help {
	font-family: arial;
	font-size: 12.5px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.loading {
	position: relative;
	top: 4px;
	left: 6px;
	}
.iText {
	height:22px;
	background-image:url('../images/textbg.png');
	background-repeat:repeat-x;
	padding-left: 3px;
	padding-right: 43px;
	padding-top: 4px;
	border-top: 0;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 0;
	color: #111111;
	font-family: Arial;
	font-size:17px;
	position:relative;
	left:11px;
	outline: none;
	}
.suggestions {
	margin-left: auto;
	margin-right: auto;
}
.ul {
	padding: 0;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	background-color: #FFFFFF;
	cursor: default;
	margin: -3px 0px 0px 0px;
	}
.li {
	margin: 0;
	padding: 7px 4px 7px 4px;
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	cursor: default;
	display: block;
	}
.body {
	font:12px verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	}
.center {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.footer {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
a:link {
	color: #0000cc;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
a:visited {
	color: #551a8b;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
a:hover {
	color: #0000cc;
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
a:active {
	color: #551a8b;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
a {
	color: #0000cc;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}