.boxcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
.boxcontenttopic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: underline;
}
.boxheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boxtopic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 120%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 30%;
	width: auto;
	padding: 1px;
	border: 1px solid #FFFFFF;
	background-color: white;
	z-index:1002;
	overflow: auto;
	overflow:hidden;
	overflow-x:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.iframe {
	overflow-x: hidden;
	overflow-y: hidden;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}
.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:.8;
}
.line{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.name{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.says{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}
/*.textbox{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #58201D;
	color: #000000;
	background-color: transparent;
	top: 2px;
}*/

.thanx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

.err{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
/* --------------- */
.textbox{
	color:#000;
	background-color:#FFF;
	border:1px solid #666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    font-weight:600;
	color:#000;
}
.heding{
	font-family:Arial;
	font-size:18px;
	color:#432F03;
	font-weight:bold;
}
.error_box{
	color:#000;
	background-color:#E6D175;
	border:1px solid #432F03;
	font-size:11px;
}
