﻿#textarea
 { 
    display: block;
    overflow: hidden;
    width: 350px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding:0px;
}

textarea
{
    outline:0 none;
    border-color:rgba(82,168,236,0.8);
    box-shadow:
	inset 0 0px 0px
	rgba(0,0,0,0.1),
	0 0 8px
	rgba(82,168,236,0.6);
}