/**
 * Public CSS source code.
 * 
 * @author Dani Rodríguez <danirod93@hotmail.es>
 * @copyright Copyright (c) 2012 Minisurf Workgroup
 * @license http://www.gnu.org/licenses/gpl.txt
 * @version v1 2012-03-01
 */

/*
 * Hey look! We are finally using an HTML template!
 */

body {
    display: block;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12pt;
    width: 800px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-weight: 600;
}

.input {
    background: #f0f0f0;
    border: 1px solid transparent;
    font-family: inherit;
    width: 98%;
}

.input.textarea {
    height: 200px;
    overflow: auto;
}

.input:hover, .input:active, .input:focus {
    background: #fafafa;
}

.input:active, .input:focus {
    border: 1px solid #202020;
}