body {
	background-color: #becce3;
	background-image: url('../gfx/bg.gif');
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 11px;
	margin-bottom: 18px;
	text-align: center;
}

input, textarea {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #000000;
}

#form {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#submit_button {
    border: none;
    background: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
}

.name {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 19px;
}

.label {
    font-size: 12px;
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.toprow {
    background-color: #3030ff;
}

.entry {
    font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 500px;
    text-align: left;
}
.header {
    background-image: url('../gfx/bg_gbtopp.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    /*height: 29px;*/
    padding: 7px;
    padding-top: 13px;
    padding-bottom: 0px;
    color: white;
}
.time {
    float: right;
    text-align: right;
    padding-right: 19px;
}
.message {
    background-image: url('../gfx/bg_gbyta.gif');
    background-position: bottom;
    padding: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 27px;
}
.text {
	text-align: justify;
}
.homepage {
    margin-top: 5px;
}
a.maillink {
    color: white;
    text-decoration: none;
    font-size: 9px;
}
a.weblink {
    color: black;
    font-weight: bold;
    text-decoration: none;
}