﻿.textfield {
	border:1px solid #c0c0c0;
	font-size: 8pt;
	padding:3px 0 2px 5px;
	width:480px;
}

.textarea {
	border:1px solid #c0c0c0;
	font-size: 8pt;
	padding:3px 0 2px 5px;
	width:99%;
	height:100px;
}

.buttons {
	clear:left;
	margin-top:0;
	height:22px;
	}

.buttons a, .buttons a:link, .buttons a:visited, .buttons a:active {
	float:left;
	background:#eee url(icons100.gif) 0 -2016px repeat-x;
	border:1px solid #ccc;
	margin:0 8px 10px 0;
	color:#000 !important;
	font-size:11px;
	text-decoration:none;
	}

.buttons span {
	display:block;
	float:left;
	background:transparent url(icons100.gif) 2px -2787px no-repeat;
	height:18px;
	line-height:18px;
	padding:0 10px 0 22px;
	border:1px solid #fff;
	white-space:nowrap;
	}

.buttons a:hover {
	border-color:#888;
	cursor:hand;
}