#form {
	height: 170px;
	width: 320px;
	margin: auto;
	border: 0px;

}

.tbox {
	width: 212px;
	background-image: url(../images/tboxback.gif);
	background-position: top;
	border: 1px solid #C0C0C0;
	background-repeat: repeat-x;
	font-family: Georgia, "times new roman", serif;
	color: #000000;
}

.message {
	width: 200px;
	height: 60px;
	background-image: url(../images/tboxback.gif);
	background-position: top;
	border: 1px solid #C0C0C0;
	background-repeat: repeat-x;
	font-family: Georgia, "times new roman", serif;
	color: #000000;
}


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}