
/*
This file controls the look of the Live shoutbox...
*/


#chatoutput {

/* Height of the shoutbox*/
height: 200px;

/*Uncomment width below*/
/*width: 220px;*/

/* Horizontal Scrollbar Killer */
/*padding: 6px 8px; */

/* Borders */
/*border: 1px solid #0066CC;
border-width: 1px 1px;*/

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #f8e2b6;
background-color:#dfdadc;
overflow: auto;
margin-top: 10px;
margin:5px auto 0;
width:98%;
}

#chatoutput span {
font-size: 1.1em;
color: #0066CC;
}

#chatForm label, #shoutboxAdmin {
margin:0;
}

#chatoutput a {
font-style: normal;
font-weight: bold;
color: #0066CC}

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
border-bottom: 1px dotted #0066CC}

#chatForm input, #chatForm textarea {
width: 120px;

}

#chatForm textarea {
width: 150px;
}

#shoutbox form{
	margin:0px;
}
#chatForm input#submitchat {
width: auto;
border:none;
background:url("http://www.oh-philippines.com/pc/images/shoutboxbutton.jpg") left top no-repeat;
color:#FFFFFF;
font-weight:bold;
height:22px;
margin:7px;
position:absolute;
width:65px;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatoutput li {
padding: 4px 4px 4px 11px;
margin: 0;
color: #333333;
background: none;
font-size: 1em;
list-style: none;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
padding-bottom: 2px;
text-align: center;
border-bottom: 1px dotted #CCCCCC;
}

em#responseTime {
font-style: normal;
display: block;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}
/*kelly mod*/
#messageBox{
	height:68px;
    width:98%;
    margin:0 auto;
    background:#00CCFF url("http://www.oh-philippines.com/pc/images/ofw/shout_bg.jpg");
    font-family:Arial, Helvetica, sans-serif;
    }
#messageBox input{
	padding:0px;
    margin:0px;
    
}

#msgBox_left{
	float:left;
    width:100px;
}
 #msgBox_right {
 	float:right;
    width:278px;
 }
.for_labels_only{
	font-size:11px;
    font-weight:
    bold;color:#FFFFFF;
    margin:0;
    padding:5px 0px 6px 0px;
}
.msgBox_userID{
	color:#3471B2;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
	padding:0px;
    margin:0px;
}
/*kelly mod ends here*/
