body { 
    text-align: center; 
    background-color: #94e4e8;
    font: 0.9em/1.50 'Lucida Grande', sans-serif; 
    color: #232323;
}

.box {
    text-align: left;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(images/box.bg.jpg);
	padding: 0px;
	margin: 0px auto;
}

img, a {
    border: none;
    text-decoration: none;
}

p, h3, table, form {
    padding: 0px 30px;
	margin: 0px;
}

table {
    width: 780px;
}

td {
    border-bottom: dashed 1px #94e4e8;
}

td img {
    vertical-align: text-bottom;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

input{ 
    margin: 5px;
}

.box .top {
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/box.top.jpg);
}

.box .bottom {
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/box.bottom.jpg);
}

.box p {
    margin: 10px 0px;
}
