/* 
    Document   : login
    Created on : January 23, 2006, 5:23 PM
    Author     : llturro
    Description:
        Purpose of the stylesheet follows.
*/

div#editor {
  width: 200px;
  background: #efefe7;
  padding: 10px;
}

div#editor label { 
  font-weight: bold;
  font-size: 110%;
}

div#editor input { 
  border: solid 1px #cccccc;
  background: #fff;
}

div#actions {
  margin-top: 10px;
}

div#actions input,
div#actions button {
  width: 200px;
  color: #6e6e6e;
	border: 1px solid #dddddd;
	background-color : #eeeeee;
  margin-bottom: 2px;
}

div#actions input:hover,
div#actions button:hover {
  color: #316ac5;
	border: 1px solid #a2b3df;
	background-color : #c2d3ef;
}
