td p	{margin: 0 auto}

td, td p, p	{font-size: 9pt}

input.butt, input.butt:hover, input.butt:focus, textarea.messagetxt, input.messagetxt, input.code	{
					font-size: 9pt;
					border-top: none; 
					border-right: none; 
					border-bottom: 1px solid #666666;
					border-left:  none; 
					background: none;
					color: #888888;
					font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
						}
input.butt		{
						width: 80px;
						height: 32px;
						cursor: pointer;
						color: #bbbbbb;
						background: url(../images/buttonback.jpg) no-repeat;
						border: none;
						padding: 5px 10px;
						}
						
input.butt:hover	,
input.butt:focus	{
						color: #999;
						background: url(../images/buttonbackact.jpg) no-repeat;
						border: none;
						}
						
input.butt:active		{
						color: #777;
						background: url(../images/buttonbackhov.jpg) no-repeat;
						border: none;
						}
						
textarea.messagetxt, input.messagetxt, input.code		{
	color: #888888;
}

textarea.messagetxt{
	width: 260px;
	height: 80px;
	border: 1px solid #666666;
	padding: 5px 10px;
	overflow: auto;
	}
	
input.messagetxt		{
						width: 260px;
						height: 30px;
						padding: 0px 10px;
											}
input.code		{
						width: 60px;
						height: 30px;
						padding: 0px 5px;
					border: 1px solid #666666;
											}
											
