

body * {
    font-family: lucida-sans, tahoma, verdana, arial;
    text-align: left;
    color: #000000;
    font-size: 1.0em;
}

body {
    background-color: #d6e5bf;
    font-size: 10pt;;
}

div#container {
    background-color: transparent;
    text-align: left;
    width: 970px;
    height: 572px;
    left: 50%;
    margin-left: -485px;
    position: relative;
    margin-top: 50px;
    background-image: url(back.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px solid #444;
    padding: 10px;
}

div#headimages {
    width: 920px;
    height: 80px;
    margin: 15px;
    background-image: url(images.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

div#content {
    padding: 0px 15px;
    width: 430px;
    float: left;
	margin-top: 0px;
}
div#form {
    width: 430px;
    margin-left: 475px;
    padding: 0px 15px;
    margin-top: 70px;
}

div#form form {
    margin: 15px 0px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 15pt;
	color: #000;
	text-align: left;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

p.special {
	font-size: 28pt;
	font-family: bookman old style, verdana, arial;
	font-weight: normal;
	color: #9bc055;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

p.error {
	font-size: 10pt;
	color: #BB2020;
	font-weight: bold;
}

div.result {
    width: 100%;
    padding-top: 100px;
}
div.result * {
    text-align: center;
}

textarea {
	width: 380px;
	height: 150px;
	padding: 5px;
	margin-bottom: 5px;
}

input {
	width: 380px;
	padding: 2px 5px;
}

div.privacy {
	width: 100%;
	font-size: 0.8em;
	color: #777;
	text-align: center;
	margin-top: 10px;
}

button {
	float: right;
	margin: 20px 40px;
	width: 194px;
    height: 51px;
    background-image: url(button.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    cursor: pointer;
    border: 0px solid #000;
    background-color: transparent;
}

button.hover {
    background-image: url(buttonhover.gif);
}
