form * {
	vertical-align: middle;
}

#tabs input[type="text"], #tabs input[type="password"], #tabs textarea {
	margin: 4px;
	border: solid 4px #E0E0E0;
	font-size: 1.05em;
}

#xmlList a {
	margin-right: 8px;
	padding: 4px;
	cursor: pointer;
}

.gray {
	color: #999999;
}

.biggerFont {
	font-size: 1.08em;
}

.smallFont {
	font-size: 11px;
}

.normalFont {
	font-size: 12px;
}

.error-div {
	margin: 7px 10px 4px 0;
	color: #993355;
	font-weight: bold;
	float: right;
	display: none;
}

.sendBtn {
	background: url(/images/submit-btn-bg.gif) repeat-x 0 0;
	border: 1px solid #aaaaaa;
	color: #5f5f5f;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 85px;
	height: 24px;
	float: right;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sendBtn:hover {
	border: 1px solid #5f5f5f;
	background: url(/images/submit-btn-bg-hover.gif) repeat-x 0 0;
	color: #ffffff;
}

