
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 12px;
    background: url('../squimage/make.php.jpeg?h=500&start=33CCFF&end=3333FF&scale=1') repeat-x top fixed #3333FF;
}

ul {
    margin-left: 0px;
    padding-left: 20px;
    list-style-type: square;
}

li {
    margin-left: 0px;
    padding-left: 2px;
    list-style-type: square;
}

div#wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

div#squeeze {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

#top {
    height: 50px;
    width: 100%;
}

#bottom {
    height: 50px;
    width: 100%;
    clear: both;
}

#topLeft {
    height: 50px;
    width: 50px;
    float: left;
    background: url('../squimage/topLeft.png');
        
}

#topMiddle {
    height: 50px;
    width: 680px;
    float: left;
    background: url('../squimage/top.png');
        
}

#topRight {
    height: 50px;
    width: 50px;
    float: right;
    background: url('../squimage/topRight.png');
        
}

#bottomLeft {
    height: 50px;
    width: 50px;
    float: left;
    background: url('../squimage/bottomLeft.png');
        
}

#bottomMiddle {
    height: 50px;
    width: 680px;
    float: left;
    background: url('../squimage/bottom.png');
        
}

#bottomRight {
    height: 50px;
    width: 50px;
    float: right;
    background: url('../squimage/bottomRight.png');
        
}

#contentWrap {
    min-height: 100px;
    height: auto;
    width: 100%;
    background: url('../squimage/content.png');
    
    padding-bottom: 5px;
    float: left;
}

#content {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
  /*  line-height: 1.5;  */
    text-align: left;
    overflow-x: hidden;
}

#contentHeader {
    height: auto;
    width: 100%;
    text-align: center;
}



#formBox {
    width: 476px;
    height: auto;
    text-align: center;
    border: 2px dashed #FF0000;
    background: url('../squimage/image.png');
        
    padding: 10px;
}

#formBox div, #formBox table {
    position: relative;
}

form {
    padding: 0;
    margin: 0;
}

fieldset {
    border: solid 0px #000000;
    border-top: solid 0px #999999;
    width: auto;
    margin: 0;
    padding: 0;
}

div.form {
    width: 300px;    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    margin-bottom: 0;
}

fieldset legend{
    font-weight: bold;
    background-color: transparent;
    color: #336699;
}

label {
    display: block;
    width: 100px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-top: 3px;
    padding-right: 20px;
}

label.vert{
    width: auto;
    margin-bottom: 2px;
}

textarea.textarea{
    float: left;
    margin: 0;
    padding: 2px;
    width: 160px;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid black;
}

input.text, select.select, input.auto {
    display: block;
    width: 160px;
    float: left;
    margin-bottom: 10px;
    border: 1px solid black;
    padding: 2px;
}

input.radio {
    width: auto;
}

input.auto, select.auto{
    width: auto;
}

br {
    clear: left;
}

.red {
    background-color: #FFCCCC;
}

/* Extra Stuff for Layouts */

.layout3-wrap {
    margin: 5px;
    padding: 10px;
    border: 1px solid #FF0000;
}

hr {
    color: black;
    background-color: black;
    height: 2px;
    width: 80%;
    border: 0;
}