root {
    /*height:100%;*/
    display: block;
}
html {
    /*height:100%;*/
    text-align: center;
}
body {
    /*height: 100%;*/
    margin:0;
    background-image:url("img/pagebg.jpg");
    background-repeat:repeat-x;
    background-position:top;
}
a {
    text-decoration:none;
    color:#6d6d6d;
}
a:hover {
    text-decoration:underline;
    color:#f0b282;
}
select {
    margin:2px;
    border:1px solid #cccccc;
    color:#999999;
    background-color:#f0f0f0;
    min-width: 130px;
}
input {
    float:left;
    height:20px;
    margin:4px 0 0 0;
    padding:0;
    color:#696969;
    background-color:#fff;
    border:1px solid #c1c1c0;
    width:130px;
}
button {
    height:14px;
    font-size:10px;
    border:1px solid #c1c1c0;
    background-color:#f2f2f2;
    color:#4e5557;
    width:auto;
    overflow:visible;
}