
body {
	background: url( '../img/guestbook_background.jpg' ) no-repeat fixed;
	background-color: #ffffff;
	background-position: 350px 50px;
}

h1, h3 {
	color: black;
	border-bottom: solid 1px black;
}

table {
	margin: 10px;
	border-left: solid 2px gray;
	border-bottom: solid 2px black;
}

td, img {
	padding: 5px;
	border: none;
}

select {
	margin-bottom: 5px;
}

img {
	border: dashed 1px black;
}

textarea, input {
	width: 200px;
	border-left: solid 2px gray;
	border-bottom: solid 2px black;
}

textarea {
	height: 150px;
	overflow: none;
}

p {
	border-bottom: black solid 3px;
	border-right: black solid 3px;
	vertical-align: top;
	height: 110px;
	padding: 10px;
	max-width: 500px;
	max-height: 300px;
	font-weight: bold;
}

p img {
	float: left;
	margin-right: 10px;
	vertical-align: top;
}

p em {
	font-weight: normal;
}

input.button {
	border: 1px solid black;
	margin-left: 10px;
	width: 100px;
}

