@charset "utf-8";
/* CSS Document */

.forum ul{ font-size:13px;}
.forum li{ list-style:none; margin:5px 0; padding:5px 0; padding-left:20px; background:url(../images/list_icon.gif) no-repeat 5px; border-bottom:1px dashed #ddd;}
.forum li .forumtxt{float:left; width:600px;white-space : nowrap;}
.forum li .forumtxt span{color:#000; margin-left:10px;}
.forum li .time{ float:right; padding-right:10px; color:#52b100;}

/* login */
.loginArea { width: 400px; margin: 0 auto;}
.loginArea .login_t{ background:url(../images/login_top.gif) no-repeat; height: 10px; overflow:hidden;}
.loginArea .login_m{ background: url(../images/login_bg.gif) 0 bottom no-repeat; padding:0 7px 18px;}
.loginArea h1{ background:url(../images/tlt_01.gif) no-repeat; height:32px; margin-bottom:10px; border-bottom: 3px solid #ddd;}
.loginArea table{ margin: 0 auto 10px;}
.loginArea .btn { text-align: center;}
.loginArea .btn input{ background:url(../images/but_01.gif) no-repeat; width: 74px; height: 22px; cursor: pointer; border: none;}

