body {
  font-family: arial, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none; 
}
a img {
  position: relative;
  top: 2px;
  border: none;
}
#copyright {
	margin: 10px auto 0 auto;
	font-size: xx-small;
	color: #c0c0c0;
}
#copyright a {
	text-decoration: none;
}
#copyright a:link {
	color: #c0c0c0;
}
#copyright a:visited {
	color: #c0c0c0;
}
#copyright a:hover {
	color: #2400c6;
}

#content {
  position: relative;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
#logo {
  margin: 0 auto 32px auto;  
}
#m {
  width: 100%;
  margin: 0 0 20px 0;
}
#m input {
  font-family: courier, fixed;
  text-align: right;
  padding: 2px;
}
.at {
  color: #c0c0c0;
  font-weight: bold;
  padding: 0 2px 0 4px;
}
.domain {
  font-family: courier, fixed;
  padding: 0 2px 0 2px;  
}
#msglist {
  position: relative;
  width: 800px;
  margin: 0 auto;  
}
#header {
  position: relative;
  top: 0;
  width: 100%;
  height: 64px;
  border-bottom: solid 2px black;
}
#logo150 {
  position: absolute;
  top: 0;
  left: 0;
}
#mboxchange {
  position: absolute;
  left: 150px;
  padding: 15px;
}
.mboxinput input {
  font-family: courier,fixed;
  text-align: right;
}
#mboxchangemenu {
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: right;
}
.sep {
  color: #c0c0c0;
  font-weight: bold;
}
#nomsg {
	margin: 20px 0 0 0;
}
#msglistcontainer {
	position: relative;
	top: 0;
	left: 0;
}
#msglistbody {
  width: 640px;
/*  position: absolute; */
  position: relative;
  padding: 0;
  margin: 20px 0;
/*  top: 80px; */
/*  left: 0; */
}
#msglistheaderads {
	width: 728px;
	height: 90px;
	position: relative;
	left: 36px;
	top: 5px;
}
#msglistbody table {
  width: 100%;
  cellspacing: 0;
  cellpadding: 0;
  border: solid 1px red;
}
#msglistads {
  width: 120px;
  position: absolute;
  right: 10px;
  top: 100px;
}
#msgads {
  width: 120px;
  position: absolute;
  top: 100px;
  left: 10px;
}
.msgfrom {
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 4px 2px 4px;
  border-bottom: solid 1px #e0e0e0;
}
.msgdate {
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 4px 2px 4px;
  border-bottom: solid 1px #e0e0e0;
}
.msgsubject {
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 4px 2px 4px;
  border-bottom: solid 1px #e0e0e0;
}
#fromcol {
  text-align: left;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 0;
  overflow: hidden;
}
#datecol {
  text-align: center;
  font-size: 80%;
  position: absolute;
  color: #c0c0c0;
  top: 0;
  left: 520px;
  width: 116px;
  padding: 0 4px 0 0;
  overflow: hidden;
}
#subjcol {
  text-align: left;
  font-size: 80%;
  position: absolute;
  color: #606060;
  top: 0;
  left: 200px;
  width: 320px;
  overflow: hidden;
}
.colheader {
  width: 100%;
  text-align: center;
  font-size: 100%;
  color: #2400c6;
  font-weight: bold;
  padding: 0 0 4px 0;
  border-bottom: solid 3px black;
}
#headerads {
  position: relative;
  left: 86px;
  width: 468px;
  height: 60px;
}
#error {
  margin: 0 0 20px 0;
  color: red;
  font-size: 75%;
}
#msgbody {
  width: 800px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
#msgheaderads {
  width: 728px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 36px;
}
#msgcontent {
  width: 645px;
  position: absolute;
  padding: 0 0 0 15px;
  margin: 0;
  top: 100px;
  left: 140px;
  border-top: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
}
#msgcontent pre {
  padding: 0 0 10px 0; 
  border-bottom: solid 1px #e0e0e0;
}
#delCAPTCHA {
  width: 318px;
  text-align: center;  
  margin: 0 auto;
}
.mp {
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 2px 0 4px 0;
}
#footerads {
  margin: 20px auto 0 auto;
}
/* F.A.Q */
#faq-logo {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: center;	
}
#faq-logo a img {
    margin: 10px auto 10px auto;
}
#faq-list {
	width: 500px;
	margin: 10px auto 20px auto;
	font-size: 90%;
}
.faq-q {
	width: 600px;
	margin: 20px auto 0 auto;
}
.faq-q h3 {
	border-bottom: solid 1px #c0c0c0;
	width: 100%;
	text-align: left;
}

.faq-q a {
	color: #2400c6;
}

.faq-q a:link {
	color: #2400c6;
}

.faq-q a:visited {
	color: #2400c6;
}

.faq-q a:hover {
	color: #ffaa19;
}
.faq-q blockquote {
	color: #404040;
	font-size: 80%;
	text-align: justify;
}