div#captcha {border : solid 1px #cccccc; float:right}
img#refresh {border : solid 1px white; float:right; cursor:pointer}
table.editFate {width:100%}
table.editFate td {padding : 5px; vertical-align : top;}
div#alert {display:none;}

div#Comments {float : left; width : 100%; margin-top: 20px;}

div#Comments p
{
	margin:5px 0 15px;
}

div.textComment {margin-top : 10px;
width : 500px;}
div.singleComment {padding : 0 5px 5px; margin-top:30px;}

div.interComment {padding : 0 15px 5px 5px; border-right : solid 3px #00aa00; margin:30px 0 0 0;}
div.interText {margin-top : 20px;}
div.greyComm {background : #f5f5f5;}
/*
div.whiteComm {background : #ffffff;}
*/
div.authorComm {background : #ddddff;}

div.answerComm {border-right : solid 3px #0000aa; border-top : solid 1px #0000aa; background : #ddddff; padding : 0 5px 5px;}
div.possibleComm {background : #ffdddd; border-right : solid 3px #aa0000; padding : 0 5px 5px;}
div.newFateComm {background : #ddffdd;}
div.infoComment {font-size : 11px;}
div.editComment {background : #ffdddd; border-right : solid 3px #aa0000; padding : 5px 5px 5px; margin-top: 30px;}
div.completeComment {background : #ffeeee; border-right : solid 3px #aa0000; padding : 5px 5px 5px; margin-bottom: 30px;}

input#Title, textarea#Annonce { float:left; border:solid 1px #cccccc;}
table.putComment {float:left; border-left : solid 3px #5555ff; margin-top: 20px; width : 100%; padding:0;}
table.putComment td {padding : 0; vertical-align : top;}
input#Nick, input#Email, input#Password, input#RePassword, input#Captcha { float:left; border:solid 1px #cccccc; margin-bottom: 15px; }
div#alertNick, div#alertEmail, div#alertPassword, div#alertText, div#alertTitle, div#alertCaptcha{
	background:white;
    filter:alpha(opacity=0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	float:left;
	font-style:italic;
	color: #aa0000;
	padding-left: 10px;
/*	white-space:nowrap; */
}

div#addComm{
    filter:alpha(opacity=0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	position:absolute; 
	width : 500px;
}

div.newFate
{
	position:relative;
    overflow: hidden;	
}
div.newFate ul
{
	margin:5px 20px;
}
textarea.complaint
{width:100%;}
