/* master.css */

body {
    color: #333;
    background-color: #ddf;
    font-family: arial,helvetica;
    font-size: small;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

a {
    color: #036;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1, h2, h3, input, fieldset, textarea, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    font-weight: normal;
}

h1 {
    font-size: 1.8em;
    margin: 0;
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    width: 950px;
    position: relative;
}

.clear {
    clear: both;
}

input[type="text"],
input[type="password"],
select,
textarea {
    padding: 3px;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.5em;
    font-weight: normal;
}

button {
    font-size: 1.2em;
    margin: 5px 0 5px 0;
    font-weight: bold;
}
