* {
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
body {
	background: url(bg.jpg) repeat #535353; 
	font-family: Arial, Helevetica, Sans Serif;
	color: #000000;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
	display:none
	}

p {
	padding-left: 30px;
	padding-right: 80px;
	padding-top: 10px;
}

A {
	text-decoration: none;
	color: #a22121;
	font-weight: bold;
	}

A:link {
	text-decoration: none;
	color: #a22121;
	font-weight: bold;
	}

A:visited {
	text-decoration: none;
	color: #a22121;
	font-weight: bold;
	}

A:hover {
 	text-decoration: underline;
	 }


/* box */

#wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
}

#top {
	background: url(top.png) no-repeat; 
	width: 600px;
	height: 15px;
}

#middle {
	background: url(middle.png) repeat-y; 
	width: 600px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}



#bottom {
	background: url(bottom.png) no-repeat; 
	width: 600px;
	height: 15px;
}

/* content */

#header {
	background: url(logo.jpg) no-repeat #ffffff;
	height: 100px;
	width: 550px;
	}
#header p {
	padding-top: 40px;
	padding-left: 135px;
	color: #000000;
	font-family: Arial, Helevetica, Sans Serif;
	font-weight: bold;
	font-size: 18px;
}

/* forms */

#form {
	padding-left: 30px;
	padding-bottom: 20px;
}


input.mainbutton {
	height:30px;
	border:solid 0 #fff;
	width:120px;
	background: url(button.jpg) no-repeat; 
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
 }
 
input
{
    height:30px;
}

input.textentry
{
    border:solid 1 #000000;
	height: 20px;
	background-color: #dddddd;
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 18px;
	font-weight: bold;
}

div.entryarea
{
    border: dashed 1px #535353;
    margin-right: 10px;
    padding: 5px;
}