
body { 
    background-image: url(images/bkgd.jpg);
    background-repeat: repeat-x;
	margin: 0px; 
	font-family: tahoma;
	font-size: 11pt;
	color: #000;
	background-color: #ad1a1c;
	overflow: hidden;
}

#wrapper {
	position: relative;
	 text-align: center;
	width: 100%;

        top: 000px;
}

a:link, a:active, a:hover, a:visited, img, input {
	outline: none;
}

#logo {
        width: 100%;
        text-align: center;
        position: relative;
        top: 10px;
}

#message {
	position: relative;
        top: 72px;
        width: 400px;
        color: #ffffff;
        font-size: 11pt;
        float: right;
}

#form {
	position: relative;
        top: 80px;
        font-size: 11pt;
        float: right;
        width: 600px;
}

.form_row {
        float: left;
        width: 205px;
        color: #fff;
}

.form_title {
        float: left;
        text-align: right
        width: 70px;
        margin: 0 0.3em 0 0;
}

.input_anti {
        width: 50px;
        margin: 0 0.3em 0 0;
}


.form_row input {
        background-color: #eeeeee;
        border: 1px #000000 solid;
}

.submit {
        background-color: #ad1a1c;
        border: 1px #000 solid;
        position: relative;
        font-size: 11pt;
        width: 160px;
        color: #fff;
}

#error {
		z-index: 9999px;
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 12pt;
        background-color: #eeffbf;
        padding: 0.2em;
        color: black;
        border: 1px black solid;
		top: 300px;
}

#footer {
        position: absolute;
        text-align: center;
        width: 99%;
        font-size: 11pt;
        padding: 0.2em;
        color: #ffffff;
		top: 400px;


}
