#box {
	position: absolute;
	width: 415px;
	height: 400px;
z-index:94;
}

#chat {
position: absolute;
width: 415px;
height: 400px;
z-index:95;
background-color: #FFF9F2;
}

/* Messages area div */
#container {
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 310px;
overflow: hidden;

}

#scrollArea {
position: absolute;
right:0px;
top: 0px;
height: 310px;
width: 10px;
overflow: hidden;
background-color:#F90;
z-index:96;
}

/* Scroller */
#scroller {
position: absolute;
top: 0px;
width: 15px;
background-color:#F60;
right:0px;
}
/* Content div */
#content {
position: relative;
padding-top:10px;
width: 395px;
left: 0px;
font: 10px Arial, Helevetica,san-serif;
}

/* Every message */
#content .user {
width: 390px;
padding-bottom: 12px;
padding-left: 8px;
line-height:16px;
}

/* Name (without link) */
#content .name {
color: #000;
font-size: 12px;
background-color: #ebebeb;
padding-right: 0px;
text-decoration: none;
}

/* Name (with link) */
#content .link, #content .link a, #content .link a:link, #content .link a:visited {
font-size: 12px;
padding-right: 0px;
color: #F60;
background-color: #eee;
text-decoration: underline;
}

/* Name (with link) on mouse over */
#content .link a:hover {
color: #F30;
background-color: #fff;
text-decoration: underline;
}

/* Date */
#content .date {
font-size: 10px;
letter-spacing: 1px;
color: #666;
margin-right: 6px;
text-decoration: none;
cursor:pointer;
}

/* Message text */
#content .text {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000;
margin-left:10px;
}

/* Links catched in a message */
#content .text a, #content .text a:link, #content .text a:visited {
color: #555;
background-color: #fff;
text-decoration: none;
}

/* Links catched in a message on mouse over */
#content .text a:hover {
color: #555;
background-color: #fff;
text-decoration: none;
}

/* Curly brackets around the links */
.blue {
color:blue;
}

/* Form div */
#form {
position: absolute;
bottom:21px;
left: 0px;
width: 415px;
height: 65px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

/* Div containing the form fields */
#field_set {
position: absolute;
top: 0px;
left:0px;
width: 415px;
height: 65px;
background-color: inherit;
}

/* Name field */
input#name {
position:absolute;
width: 200px;
height:20px;
left: 0px;
top:0px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #DCDCDC !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
margin-top:0px;
}

/* Url field */
input#url {
position:absolute;
width: 100px;
height:20px;
left: 0px;
top:23px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #DCDCDC !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
}

/* Message field */
textarea {
position:absolute;
height: 40px;
left: 0px;
width: 415px;
top:22px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #DCDCDC;
font-size: 12px;
letter-spacing: 1px;
border: none;
overflow:hidden;
margin-top: 0px;
}

/*------ Start of the the shoutbox menu --------------------------------------*/
#chat_menu {
position: absolute;
bottom:0px;
left: 0px;
margin-top: 0px;
height: 20px;
width: 415px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ccc;
text-align:right;
background-color: #eee;
}

/* Smileys panel */
#emo {
position: absolute;
top:0px;
right: 72px;
height:20px;
width: 75px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color:transparent;
border-right: 1px dotted #ccc;
text-align:center;
cursor:pointer;
padding:0px;
}

#emo ul {
list-style-type:none;
margin-top:4px;
color: #666;
text-decoration:none;
background-color: transparent;
margin-left:0px;
padding:0px;
}

#emo li:hover,  #emo li.over {
color: #FF9000;
background-color: transparent;
cursor:pointer;
padding-bottom:10px;
}

#emo li ul {
display: none;
cursor:default;
list-style-type:none;
}

#emo li:hover ul {
position:absolute;
right:-1px;
display:block;
top:18px;
width:202px;
height:50px;
background-color: #eee;
border: 1px solid #ccc;
cursor:default;
list-style-type:none;
padding-left:8px;
z-index:97;
}
 
#emo li:hover ul li, #emo li.over ul li{
display: inline;
cursor:default;
margin-right:9px;
}

/* Position smiley images */
.smileys {margin-top:8px;}

/* Refresh button */
#refresh {
position: absolute;
top:0px;
right: 150px;
height:20px;
width: 74px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
border-right:1px dotted #ccc;
text-align:center;
cursor:pointer;
}

#refresh p {
margin-top:4px;
color: #666;
text-decoration:none;
background-color: #eee;
}

#refresh p:hover {
color: #FF9000;
background-color: #eee;
cursor:pointer;
}

/* Submit button */
#submit {
position: absolute;
top:0px;
right:0px;
height:20px;
width: 69px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
text-align:center;
cursor:pointer;
}

#submit p {
margin-top:4px;
color: #666;
text-decoration:none;
background-color: #eee;
}

/* Submit button on mouse over */
#submit p:hover {
color: #FF9000;
background-color: #eee;
cursor:pointer;
}


/*------ The CSS below this comment is for Opera only ------------------------*/

html:first-child #box {
width: 294px;
height: 240px;
background-color: transparent;
background-image: url('../img/rounded.gif');
}

html:first-child textarea {
left: 108px;
width: 164px;
height: 36px;
}

html:first-child #emo li:hover>ul {
display:block;
width:210px;
padding-left:0px;
}

html:first-child #emo li:hover>ul li {
margin-right:10px;
}


html:first-child li>.smileys {
margin-top:10px;   
}

