
table.cmsForm * {
	text-align: left;
	vertical-align: top;
}

th {
	padding-right: 20px;
}

input, textarea, select {
	background-image: url(images/bginput.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 300px;
	padding: 0px 0px 0px 3px;
}

input.check {
	width: auto;
}

input.submit, input.reset {
	background: none;
	font-weight: bold;
	width: auto;
	text-align: center;
	margin-top: 2px;
}
