div#emoticons {
float:right;
width:80px;
}

div#emoticons img {
margin:2px;
cursor:pointer;
width:15px;
height:15px;
border:0;
}

form#reactForm {
position:relative;
margin:auto;
margin-top:20px;
text-align:left;
display: block;
border: 1px solid #8a6;
background-image:url('../media/layout/back-react.jpg');
background-repeat:no-repeat; 
background-position:50% 0%;
width: 352px;
padding: 3px;
padding-left:5px;
margin-bottom:6px;
}

form#reactForm h2 {
font-size: 26px;
font-weight:bold;
margin:0;
padding:0;
margin-bottom:4px;
}

div#articleReact {
margin: auto;	
}

div.react {
position: relative;
text-align: left;
width: 80%;
margin: 0px;
padding: 0px;
padding-bottom: 3px;
padding-left:5px;
padding-right:5px;
margin-bottom:8px;
border-style:solid;
border-color:#e9ff8f;
border-width:2px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
_border-top-width: 0px;
_border-right-width: 0px;
width: 456px;
margin-left:65px;
}

div.react:hover {
border-color: #e0f989;
background-color: #f9ffee;
background-image: url('../media/layout/back-hover.png');
background-repeat:repeat-x;
background-position: 0% 50%;
}

div.react div {
position:relative;
height:19px;
overflow:hidden;
border-style:solid;
border-color: #e9ff8f;
border-width:0px;
border-bottom-width:1px;
text-align: center;
color: #a0ad90;
}

div.react div div.info {
background-image:url('../media/layout/list-bullet.png');
background-repeat:no-repeat;
background-position:0px 3px;
text-align:left;
font-weight:bold;
float:left;
color:#333;
padding-left:14px;
}

div.react div span.date {
display:block;
float:right;
font-family:arial;
font-size:10px;
color:#a0bb8a;
text-decoration:none;
padding-right:2px;
}

div.react p {
margin: 0px;
margin-top: 4px;
}

/*
div.react p img {
width:15px;
height:15px;
border:0;
}
*/

div#noLogin {
display:block;
position:absolute;
top: 3px; 
right:3px;
border:solid 1px #030;
background-color:#fff;
padding:3px;
text-align:center;
font-weight:bold;
}

div#noLogin span {
color:red;
}

textarea#messageContent {
width:250px;
height:90px;
}
