/* Forms
================================== */

label {
	position: absolute;
	text-align:right;
	width:85px;
	margin-bottom: 10px;
	margin-top: 0.2em;
}
input, textarea, select {
	margin-left: 100px;
	margin-bottom: 10px;
}
label.check, label.radio {
	text-align:left;
	width:100%;
	margin-top: 0.2em;
}

.button {
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: center;
}
.labelstatements {
	padding-left: 5px;
}

/* Advanced Browser Styles Firefox
================================== */
input:focus, textarea:focus {
background: #ffc;
}

input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.labelstatements {
	padding-left: 5px;
}


