/*
Defaults & General Rules
*/
* {
    font-family: Trebuchet, sans-serif;
}
body {
    background-image:url(background.png);
    background-repeat:repeat-x;
    width: 1000px;
}
img {
    border: 0;
}
iframe {
    width: 650px;
    height: 300px;
}
table {
    border-collapse: collapse;
}
.bold {
    font-weight: bold;
}
.top {
    padding-top: 20px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.color {
    color: #738FBF;
}
.para {
    margin-left: 25px;
    margin-right: 20px;
}
.italics {
    font-style: italic;
}
.smaller {
    font-size: smaller;
}
/*
Structure Rules
*/
#form-container {
    width: 1000px;
}
#container {
    margin: 0px auto; 
}
#controls {
    width: 200px;
    height: 400px;
    padding: 0px 20px;
    padding-bottom: 640px;
}

#form {
    width: 1000px;
    height: 1000px;
}
#form-div {
    width: 700px;
    height: 1000px;
    background-image:url(login-panel.png);
    background-repeat: no-repeat;
}
#form-div .left {
    margin-left: 100px;
}
/*
Header Rules
*/
h1 {
    padding-top: 20px;
}
.social {
    color: #99b7d7;
    padding: 0px;
}
.uk {
    color: #92c5f8;
}
.h1-styling {
    color: #9FE0FF;
    border-bottom: 4px solid #9FE0FF;
}



