div#captcha {border : solid 1px #cccccc; float:right}
img#refresh {border : solid 1px white; float:right; cursor:pointer}
table.registration {width:100%}
table.registration td {padding : 5px; vertical-align : top;}
div#alert {display:none;}

img.personage {border : solid 1px #999999; margin:5px}
img.personageFSelect {border : solid 2px #aa0000; margin:4px; background:#ffeeee}
img.personageFOver {border : solid 1px #999999; margin:5px; cursor:pointer; background:#ffeeee}

img.personageMSelect {border : solid 2px #0000aa; margin:4px; background:#eeeeff}
img.personageMOver {border : solid 1px #999999; margin:5px; cursor:pointer; background:#eeeeff}

input#Nick, input#Email, input#Password, input#RePassword, input#Captcha { float:left;}
div#alertNick, div#alertTitle, div#alertEmail, div#alertPassword, div#alertRePassword, 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#illustration
{
	background:white;
    filter:alpha(opacity=0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	width:200px;
	height:480px;
}
div#Persones
{
	background:white;
    filter:alpha(opacity=0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	width:110px;
	height:480px;
}
div.subsControl
{
	position:relative;
    overflow: hidden;	
}
