#shout_box {
     border:1px solid #CCCCCC; 
     font-family: Tahoma, MS Sans Serif;
     font-size: 7pt;
     padding: 3px;
     width: 175px;
     background-color:white;
}

#shout_box A:link {color: maroon; text-decoration: none; font-size: 100%}
#shout_box A:visited {color: maroon; text-decoration: none; font-size: 100%}
#shout_box A:hover {color: #526AF9; text-decoration: none; font-size: 100%}

#shout_box form {
    margin:0;
    padding:0;
}

#shout_box table {
     font-size: 100%;
     color: #000000;
     border: none;
     text-align:left;
}

#shout_box input {
     border:1px solid #9999CC; font-family: Tahoma, MS Sans Serif;
     font-size: 120%;
     color: navy;
}

#shout_box .silver {
     font-size: 100%;
     color: #666666;
}
#shout_box .red {
     font-size: 130%;
     color: red;
}

#shout_box h1 {
     color: navy;
     font-size: 120%;
     margin: 0;
     padding: 0;
}

/* พื้นที่ แสดงผล หลัก */
#shout_box #shout_content {
     border:1px solid #666699; 
     /* ต้องกำหนดความกว้างให้คงที่ */
     width:165px;
     height:50px;
     color: black;
     font-size: 100%;
     cursor: text;
     background-color:white;
     padding:2px;
}
#shout_content div {
     border:none;
     /* ต้องกำหนดความกว้างให้คงที่ */
     width:165px;
     height:50px;
     background-color:#F0F0F0;
     overflow:hidden;
     text-align:left;
}
#shout_content cite {
     font-size:120%;
     color:#FFA500;
     font-style:normal;
     text-align:left;
     font-weight:bold;
}
#shout_content span {
     color:#AAAAAA;
     font-size:100%;
}
#shout_content p {
     text-align:right;
     color:black;
     border-left:3px solid #CF6A12;
     margin:2px 0 2px 0;
}
#shout1 {
     position:absolute;
}
#shout2 {
     position:absolute;
}