.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:100%;
	height:100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	resize: none;
	font-size: 13px;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
	line-height: 17px;
}

.textarea_standard div 
{
    float: left;
    position: relative;
}
.textarea_standard_top_left 
{
	width: 9px;
   	height: 7px;
 	background: url("../images/textarea-standard-top-left.png") no-repeat scroll 0 0 transparent;
}

.textarea_standard_top_middle 
{
	width: 232px;
   	height: 7px;
 	background: url("../images/textarea-standard-top-middle.png") repeat-x scroll 0 0 transparent;
}

.textarea_standard_top_right 
{
	width: 9px;
   	height: 7px;
 	background: url("../images/textarea-standard-top-right.png") no-repeat scroll 0 0 transparent;
}

.textarea_standard_middle_left 
{
	width: 9px;
   	height: 136px;
 	background: url("../images/textarea-standard-middle-left.png") repeat-y scroll 0 0 transparent;
}

.textarea_standard_middle_middle 
{
	width: 232px;
   	height: 136px;
 	background: url("../images/textarea-standard-middle-middle.png") repeat scroll 0 0 transparent;
}

.textarea_standard_middle_right 
{
	width: 9px;
   	height: 136px;
 	background: url("../images/textarea-standard-middle-right.png") repeat-y scroll 0 0 transparent;
}

.textarea_standard_bottom_left 
{
	width: 9px;
   	height: 7px;
 	background: url("../images/textarea-standard-bottom-left.png") no-repeat scroll 0 0 transparent;
}

.textarea_standard_bottom_middle 
{
	width: 232px;
   	height: 7px;
 	background: url("../images/textarea-standard-bottom-middle.png") repeat-x scroll 0 0 transparent;
}

.textarea_standard_bottom_right 
{
	width: 9px;
   	height: 7px;
 	background: url("../images/textarea-standard-bottom-right.png") no-repeat scroll 0 0 transparent;
}
