
body {
    background-color: lightgray;
    background-image: url("filigree 7.png")
}

#box {
	width:800px;
	height:830px;
	background:#FFF;
	margin:40px auto;
	position: relative;
}

#topband {
    height: 70px;
    background-image: url("lines.png");
}

#bottomband {
    height: 55px;
    width: 800px;
    background-image: url("lines.png");
    position: absolute;
    bottom: 0;
    left: 0;
}

#logo {
    padding:  100px 120px 80px 120px;
}

.shadow{
     box-shadow: 0px 0px 25px #777;
}

#description {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;

	color:gray;

    padding:  0px 120px;
}

.spamshield {
    display: none;
}

.black {
    color: black;
}

.extra {
    color: black;
    font-weight: bold;
}

.login {
	float: right;

	color: #aa0000;

	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;

	border: 0px;
	padding: 10px 13px;
}