.textarea_standard
{
/*	display: inline-block;
	padding: 3px 13px 9px 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	width: 250px;
	z-index: 1000;
	background-image: -webkit-linear-gradient(bottom, #cbdee8 0%, #f2fafd 100%);
	background-image:    -moz-linear-gradient(bottom, #cbdee8 0%, #f2fafd 100%);
	background-image:     -ms-linear-gradient(bottom, #cbdee8 0%, #f2fafd 100%);
	background-image:      -o-linear-gradient(bottom, #cbdee8 0%, #f2fafd 100%);
	background-image:         linear-gradient(bottom, #cbdee8 0%, #f2fafd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbdee8',endColorstr='#cbdee8', GradientType=0);
	border: 1px solid #929ba0;
	*/	
}

.textarea_standard textarea 
{
	width:99%;
	height:100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	resize: none;
	font-size: 13px;
	line-height: 17px;
	padding: 0 2px 0px;
}

.textarea_standard div 
{
    float: left;
    position: relative;
}
.textarea_standard_top_left 
{
	width: 9px;
   	height: 7px;
}

.textarea_standard_top_middle 
{
	width: 232px;
   	height: 7px;
}

.textarea_standard_top_right 
{
	width: 0px;
   	height: 7px;
}

.textarea_standard_middle_left 
{
	width: 0px;
   	height: 136px;
}

.textarea_standard_middle_middle 
{
	width: 232px;
   	height: 136px;
 	border: 2px solid #B6B7B6;
	border-radius: 1px;
}

.textarea_standard_middle_right 
{
	width: 0px;
   	height: 136px;
}

.textarea_standard_bottom_left 
{
	width: 9px;
   	height: 7px;
}

.textarea_standard_bottom_middle 
{
	width: 232px;
   	height: 7px;
}

.textarea_standard_bottom_right 
{
	width: 9px;
   	height: 7px;
}

/****************************************************************************************/
/* style pour le textarea avec theme transparent avec juste le texte */
.textarea_transparent
{
}

.textarea_transparent textarea 
{
	border-width:0px;
	border:none;
	text-align:center;
	horizontal-align:center;
	width:100%;
	height:100%;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.textarea_transparent div 
{
    float: left;
    position: relative;
}
.textarea_transparent_top_left 
{
}

.textarea_transparent_top_middle 
{
}

.textarea_transparent_top_right 
{
}

.textarea_transparent_middle_left 
{
}

.textarea_transparent_middle_middle 
{
}

.textarea_transparent_middle_right 
{
}

.textarea_transparent_bottom_left 
{
}

.textarea_transparent_bottom_middle 
{
}

.textarea_transparent_bottom_right 
{
}
