 input
{
color: #000000;
background:#FFFFff;
border: 1px solid #cccccc
}

.submit input
{
color: #000000;
background: #FFFFCC;
border: 2px outset #000000;
cursor:pointer
} 

textarea:focus, input:focus {
	border: 2px solid #55B460;
}
