body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(../images/fadebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:arial;
	font-size:12px;
}
#container {
	position:relative;
	width:950px;
	background-image:url(../images/center.jpg);
	text-align:left;
}
#top {
	background-image:url(../images/top.jpg);
	width:950px;
	height:216px;
	position:relative;
}
#banner {
	width:468px;
	height:60px;
	border:0px solid #000;
	position:absolute;
	top:58px;
	left:247px;

}
#uwelcome {
	position:absolute;
	top:5px;
	right:25px;
	font-size:10px;
	font-weight:bold;
}
#left {
	left:19px;
	width:695px;
	float:left;
	position:relative;
}
#right {
	left:20px;
	width:216px;
	float:left;
	position:relative;
}
#bottom {
	clear:both;
	position:relative;
	background-image:url(../images/bottom.jpg);
	width:950px;
	height:106px;
}
.head {
	width:667px;
	height:46px;
	margin-left:15px;
	margin-top:10px;
}
.head .headertext {
	display:none;
}
.text {
	padding:10px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #000;
}
.btext {
	text-align:center;
	padding-top:63px;
}
.btext a:link {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
.btext a:hover {
	text-decoration: underline;
}
.btext a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#warnmessage {
	text-align:center;
	border-bottom:1px solid #ccc;
	background-color:#FFF6B1;
	font-weight:bold;
	padding:10px;
}#menu {
	position:absolute;
	margin-top:189px;
	width:950px;
	height:28px;
	border:0px solid #000;
	top:0px;
	left:0px;
}
#menu .main
{
	margin:0;
	padding-left:20px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;

}

#menu .main li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #8B8B8B;	
}
	
#menu .main li a
{
	display:block;
	float:left;
	color:#5D5D5D;
	text-decoration:none;
	font-weight:bold;
	padding:3px 13px 1px 13px;
	height:18px;
	margin-top:5px;
}


#menu .personal
{
	margin:0;
	padding-right:20px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}

#menu .personal li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #C1C1C1;	
}
	
#menu .personal li a
{
	display:block;
	float:left;
	color:#5D5D5D;
	text-decoration:none;
	font-weight:bold;
	padding:3px 13px 1px 13px;
	height:18px;
	margin-top:5px;
}.messboard_top {
	background-image:url(../images/messboard_top.jpg);
	width:206px;
	height:13px;
}
.messboard_center {
	background-image:url(../images/messboard_center.jpg);
	width:206px;
	text-align:left;
}
.messboard_center .text {
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	overflow:hidden;
}
.messboard_bottom {
	background-image:url(../images/messboard_down.jpg);
	width:206px;
	height:18px;
}
.messboard_nick {
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	text-align:right;
	color:#5F5F5F;
}
.messboard_time {
	font-size:8px;
	text-align:right;
}
.uzifal textarea {
	width:195px;
	height:120px;
	border:1px solid #ccc;
	padding:5px;
	font-size:11px;
}
.hiddenpost {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/alert/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/alert/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/alert/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/alert/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/alert/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}