the textarea code in my css is as follows:
CODE
textarea {
border-right : 1px solid #000000;
border-top : 1px solid #000000;
font-size : 11px;
border-left : 1px solid #000000;
width : 200px;
color : #000000;
border-bottom : 1px solid #000000;
font-family : arial;
height : 50px;
background-color : #ffffff;
}
textarea:hover {
border: 1px solid #bec2b3;
font-size : 11px;
width : 200px;
color : #000000;
font-family : arial;
height : 50px;
background-color : #ffffff;
cursor: crosshair;
}
border-right : 1px solid #000000;
border-top : 1px solid #000000;
font-size : 11px;
border-left : 1px solid #000000;
width : 200px;
color : #000000;
border-bottom : 1px solid #000000;
font-family : arial;
height : 50px;
background-color : #ffffff;
}
textarea:hover {
border: 1px solid #bec2b3;
font-size : 11px;
width : 200px;
color : #000000;
font-family : arial;
height : 50px;
background-color : #ffffff;
cursor: crosshair;
}