label,input, select {
	display: block;
	width: 270px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	margin-top: 5px;
	font-size: smaller;
}

.form_br {
	clear: left;
}

.radio {
	display: inline;
	float: none;
	width: 90%;
}

td {
	text-align: center;
	width: 25%;
	vertical-align: middle;
}

.hidden_link {
	text-decoration: none;
	color: black;
}

.link_button {
	position: relative;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 20px;
	z-index: 100;
	text-align: center;
	margin-bottom: 8px;
	font-variant: small-caps;
	font-size: small;
	background: url( "../assets/button_line.png" ) bottom repeat-x;
}
