body,
html {
    margin:0px 0px 10px 0px;
    padding:0;
    background-image: url(../images/floaters.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    color:#000;

    }

body {
    min-width:800px;
    font-family: arial, sans-serif;
    text-align: center;
    text-transform: none;
    font: 1em "Copperplate Gothic Light", Arial, Verdana, sans-serif;
    }

#logo {
    margin-top: 10px;
    margin-right: 0px;
    float:right;
}

.inputBox {
	border-width:1px;
	display: inline;
}


.submitButton {
	margin-top:0.75em;
	display: none;

}

.loginContainer {
    margin-top: 30px;
    margin-left: 40px;
    position: fixed;
    float: left;
    text-align: left;
    display: inline;
}

.loginLinks {
    position: fixed;
    margin-top: 130px;
    margin-left: 15px;
    text-align: left;
}

.designCredit {
    text-transform: lowercase;
}

.copyright {
    font-size:.65em;
    font-family: Veranda, Arial, sans-serif;
    color: #cbcbcb;
    position: absolute;
    right: 20px;
    bottom: 10px;
    float: bottom;
    text-align: right;
}

a:link, a:visited, a:active {
	color:   #cbcbcb;
	border-width: 0px;
	font-size:0.875em;
}

a:hover {
  color: #ee0000
}

h3 {
	color: #cbcbcb;
	background-color: transparent;
	margin:0.5em 0 0;
	font-size:1em;
	font-family:"Copperplate Gothic Light", Verdana, Arial, sans-serif;
}

img {
 border: 0;
}

#wrap {
    background:#fff;
    margin:0 auto;
    width:100%;
    text-align: left;
}
