		#tbShoutbox {
			text-align: left;
			font-size: 12px;
			font-family: verdana;
			background: #EBEBEB;
			border-spacing: 0px;
			border:5px solid #C1F0F9; 

		}
 
		#tbShoutbox thead tr,
		#tbShoutbox tfoot tr {
			background:#CCFFFF;
			
		}
		#tbShoutbox tfoot td {
			 line-height:30px;
			
		}

		#tbShoutbox tbody tr {
			background: #FFFFFF; 
		}
 		#tbShoutbox td {
			border-spacing: 0px;
			border-style: solid solid solid solid;
			border-color: gray gray gray gray;
			border-collapse: collapse;
			border-width: 1px 1px 1px 1px;
		}
		#tbShoutbox td,#tbShoutbox th {
			border: 1px solid white;
		}

		#tbShoutbox input {
			 border:1px solid #9999CC; 
			 font-family: Tahoma, MS Sans Serif;
			 color: #A6A6A6;
			 height:20px;
		}
		#tbShoutbox select {
			 border:1px solid #9999CC; 
			 font-family: Tahoma, MS Sans Serif;
			 color: #000000;
			 height:20px;
		}

		#tbShoutbox #btnSubmit{
			color: #000000;
			cursor:pointer;
		}

		#tbShoutbox #btnClear{
			color: #000000;
			cursor:pointer;
		}
