#kommentarer
{
float:left;
margin-left:30px;
padding-right:10px;
}


.comments
{
	padding-left:20px;
	padding-top:20px;
	margin-left:20px;
}
.comment
{
	margin-bottom:20px;
}
.comment_content
{
	width:530px;
	font-size:0.9em;
	background:#FFF;
	color:#333;
	padding:10px 0 0px 5px;
	margin-bottom:10px;
}
.comment_content a
{
	text-decoration: none;
	color: #9db4e1;
}
.comment_content a:hover
{
	border: none;
	text-decoration:none;
	color: #828282;
}
.buttons {
	width:75px;
}
.button
{
    text-align:center;
    font-size:0.85em;
}
.button a, .button a:hover, .button a:active
{
    color:#fff;
}
.button div
{
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    cursor:pointer;
    padding-top:2px;
    padding-bottom:2px;
}
.button .grey
{
    background-color:#666;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .grey:hover
{
    background-color:#333;
}
.button .pink
{
    background-color:#F2307F;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .pink:hover
{
    background-color:#bd4478;
}
.button .lgrey
{
    background-color:#999;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .lgrey:hover
{
    background-color:#666;
}
.button .black
{
    background-color:#000000;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .black:hover
{
    background-color:#ffffff;
    color:#000000;
    border:1px solid #000000;
}
.button .white
{
    background-color:#ffffff;
    color:#000000;
    border:1px solid #000000;
}
.button .white:hover
{
    background-color:#000000;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .thdrpy 
{
    background-color:#000000;
    color:#ffffff;
    border:1px solid #ffffff;
}
.button .thdrpy:hover
{
    background-color:#c0cbe1;
    color:#000000;
    border:1px solid #000000;
}