html{height: 100%;
}
body, html{
font-size: 9pt;
font-family: Tahoma;
color: #797979;
background-color: #2b8fd5;
}
a{
text-decoration: underline;
color: black;
}
a:hover{
text-decoration: underline;
}
/*line-height: 1.4;*/
/*==============================*/
#container{
width: 850px;
padding-left:75px;
padding-right:75px;
margin: 0 auto;
position: relative;
background-color: white;
}
.top{height: 80px;
padding-top: 10px;
}
.logo{
width: 272px;
height: 80px;
float: left;
margin-left: -50px;
}
.topbanner{
width: 549px;
height: 60px;
background-image: URL(/images/topbanner.jpg);
float: right;
padding: 10px;
color: white;
font-size: 8pt;
line-height: 1.1;
}
.head{height: 241px;
}
.menu{float: left;
}
.add{float: right;
}
.center{margin-top: 25px;
overflow: hidden;
}
.main{
float: left;
}
.adv{float: right;
}
.tablenavi{position: absolute;
top: 10px;
right: 10px;
}
.addcomment{
position: absolute;
top: -5px;
left: 120px;
font-size: 7pt;
}
.addname{position: absolute;
top: 15px;
left: 20px;
font-size: 14pt;
}
.addinput{
height: 25px;
width: 200px;
margin-left: 30px;
border: solid 1px #2b8fd5;
color: #2b8fd5;
font-family: Tahoma;
}
.addtext{position: absolute;
top: 70px;
left: 10px;
overflow:hidden;
width: 330px;
height: 80px;
border: solid 1px #2b8fd5;
color: #2b8fd5;
font-family: Tahoma;
}

.button{position: absolute;
left: 110px;
bottom: 0px;
cursor: pointer;

}

.post{padding-bottom: 10px;
padding-top: 5px;
padding-left: 40px;
margin-right: 10px;
margin-top: 10px;
border-bottom: solid 1px #797979;
position: relative;
}

.posttext{font-size: 11pt;
line-height: 1.2;
}
.postimg{position: absolute;
left: 0px;
top: 2px;
}
.postautor{text-align: right;
font-size: 8pt;
position: relative;
padding-right: 90px;
padding-top: 5px;
}
.postmark{position: absolute;
top: 2px;
right: 0px;
}
.imgadd{cursor: pointer;
}
.errormsg{color: #ff2400;
font-weight: bolder;
position: absolute;
left: 10px;
top: 50px;

}


