/* CSS Document */
textarea.resizableTextarea_textarea{
	width: 400px;
	height:auto;
	resize: none;
	overflow: auto;
}

table.fw_tb_form textarea.fw_champ_std
{
	/*IMPORTANT SINON BUG IE8*/
	margin-left:none;
	margin-right:none;
	width:none;
}

.resizableTextarea_conteneur{
	padding: 0px 0px 16px;
	margin: 0 0 3px;
	border: none;
	display: block;
	position: relative;
}

.resizableTextarea_handler
{
	background: url("../../images/fw_icones/ico-handler2.png") no-repeat 50% 2px #D0D0D0;
    border: 0px solid #DDDDDD;
    clear: both;
    cursor: s-resize;
    display: block;
    height: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
    overflow: hidden;
	width:50px;
	height: 8px;
	border-bottom:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
}