body {

	background-color:	#596767;
	background-image:	url('background.png');
	background-repeat: repeat;
	color: black;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	
	font-size: 12px;
	font-family: verdana, sans-serif;
	
}

h1 {

	background-color:	#fefff9;
	background-image: url('notebook2.png');
	background-repeat: repeat-x;
	padding: 45px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	width: 450px;
	text-align: center;
	border: none;
	font-size: 25px;
	text-decoration:	none;
	text-style: normal;
	font-weight: bold;
	color: black;
	font-family: arial;

}

td {

	font-size: 12px;
	font-family: verdana, sans-serif;

}

#paper {
	
	width: 450px;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	background-color:	#fefff9;
	text-align: left;

}

form {

	padding: 0px;
	margin: 0px;

}

#pagecurl {

	width: 450px;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	background-image:	url('pagecurl.png');
	background-color:	#fefff9;
	background-repeat:	no-repeat;
	background-position:	bottom right;

}

hr {

	width: 100%;
	background: #596767;
	height: 2px;
	margin: 0px;
	padding: 0px;

}

table {

	padding: 2px;
	margin: 0px;

}

a.link:active, a.link:visited, a.link:hover, a.link:link, .summary {

	font-size: 18px;
	text-decoration: none;
	text-style: normal;
	font-weight: bold;
	color: black;
	font-family: arial;

}

td.description {

	width: 135px;
	text-align: right;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
	margin: 1px 0px 0px 0px;
	vertical-align: top;

}

td.field {

	text-align: left;
	padding: 0px;
	margin: 0px;

}

p {

	padding: 2px 4px;
	margin:	2px 4px;
	text-align:	left;

}

input, textarea {

	margin:	1px 1px 1px 5px;
	padding: 0px 0px 0px 0px;
	width: 250px;

}

input.submitclass {
  color: black;
  background-color: transparent;
  font-size: 18px;
  text-decoration: none;
  text-style: normal;
  font-weight: bold;
  font-family: arial;
  cursor: pointer;
  border: none;
  padding: 0;
  position: relative;
  height: 22px;
  margin: 0;
}

input.submitclass2 {
  color: black;
  background-color: transparent;
  text-decoration: none;
  text-style: normal;
  font-size: 12px;
  font-family: verdana;
  cursor: pointer;
  border: none;
  padding: 0;
  position: relative;
  height: 22px;
  margin: 0;
}

input#submitbutton {
  width: 120px;
  top: -1px;
  left: -7px;
}

input#submitbutton2 {
  width: 160px;
  top: -1px;
  left: -7px;
}

input#submitbutton3 {
  width: 120px;
  top: -1px;
  left: -7px;
}

input#submitbutton4 {
  width: 62px;
  left: -1px;
  color: blue;
}