html{
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
}
a{
    color: #999;
}
img{
    border: none;
}
table{
    border-collapse: collapse;
}
h1{
    line-height: 1.2em;
    font-size: 1.2em;
    text-transform: uppercase;
}
h2{
    line-height: 1.1em;
    font-size: 1.1em;
}
*{
    outline: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.center{
    text-align: center;
}
.hidden{
    display: none;
}
.inline-block{
    display: inline-block;
}
.vertical-aligner{
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}
.justifyer{
    display: inline-block;
    width: 98%;
    height: 0px;
}
.button .animate:hover{
    text-shadow: 0px 0px 3px #fff;
}
textarea{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 7px;
    resize: none;
}
input[type=text], input[type=password]{
    border: 1px solid #ccc;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0 10px;
    margin: 0;
}
.button{
    border: none;
    font-style: normal;
    cursor: pointer;
    padding: 0 30px;
    height: 30px;
    border-radius: 15px;
}
    .button.orange{
        background: #FF7E2B;
        color: #fff;
    }
    .button.blue{
        background: #66AFAF;
        color: #fff;
    }
    .button.deepBlue{
        background: #20A2DE;
        color: #fff;
    }
span.orange, div.orange, a.orange{
    color: #FF7E2B;
}
a.blue{
    color: #66AFAF;
}
a.button{
    display: inline-block;
    line-height: 30px;
    font-size: 0.8em;
    text-decoration: none;
}
