#editor a:active, #editor a:hover {
    color: #06F;
    text-decoration: none;
}

#editor a:link, #editor a:visited, #editor a {
    color: #277396;
    text-decoration: none;
}
input[type="text"], input[type="password"]
{
  width:185px;
  border-radius:2px;
  border:1px solid #B2B2B2;
  outline:0;
  background:#fff;
  text-shadow: 0px -1px 0px #fff; 
  color:#262626;
  margin:0;
  padding:9px 4px 7px 10px;
  font-size:12px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

input[type=text]:hover,input[type=password]:hover,textarea:hover,input[type=text]:focus,input[type=password]:focus,textarea:focus
{
  /*-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 6px;
  box-shadow:rgba(0,0,0,0.15) 0 0 6px;*/
  border-color:#757575;
}


textarea
{
	background: #fff!important;
  width:185px;
  border-radius:2px;
  border:1px solid #B2B2B2;
  outline:0;
  background:0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  color:#373737;
  height:16px;
  margin:0;
  padding:7px 4px 6px 10px;
  resize: none;
  font-size:12px;
}
