@charset "gb2312";
/* www.soho-ku.com CSS Definitions 
  designed by kmi: kmi.gaio.cn */


body {
margin: 0;
padding: 0;

background-image: url('../site_img/guestbook.gif');
background-repeat: no-repeat;
background-attachment: fixed;


font: 80% verdana, arial, sans-serif;
color: rgb(100,96,100);
}


h1 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 15px;
  
  color: rgb(134,103,134);
  text-align: right;
  
  width: 100%;
  margin: 15px 0px;
  margin-top: 2px;
  border-bottom: 1px solid rgb(203,193,203);
}

h2 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 14px;
  color: rgb(134,103,134);
  text-align: left;
  
  width: 100%;
  margin: 15px 0px;
  border-bottom: 1px solid rgb(134,103,134);
}

h3 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 14px;
  text-align: left;
}

a {
  color: rgb(134,103,134);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: rgb(134,103,134);
  font-weight: bold;
  text-decoration: underline;
}

hr {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgb(134,103,134);
  background-color: rgb(134,103,134);
  height: 1px;
}


table{
  font-size: 11px;
}

#content{
  position:relative;
  left:30px;
	top:70px;
	width: 680px;
	
	border: 1px solid rgb(134,103,134);
	background-color: rgb(256,256,256);
	
  padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Guestbook Message display table*/
table.guestbook_entry {
  border: 1px solid rgb(232, 232, 232); 
  background: white;
  font-weight: normal;
  font-size: 12px;
}

span.title{
 background: rgb(202,179,202);
 font-weight: bold;
 padding: 1px 4px;
}

/* menu of the newsclassnote module*/
div.news_menu_container{
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
  padding-top: 10px;
  width: 460px;
  height: 30px; 
  background-color: rgb(238,228,238);
  border: 1px solid rgb(203,193,203);
}

form.news_menu{
  margin-left: auto; 
  margin-right: auto;
  width: 460px;
}
