/** FORMS */
ul, ol, li {
	list-style: none;
}

form old {
	list-style-type: none;
}

form {
	text-align: left;
	margin: 20px;
}

p {
	text-align: left;
}

label {
	float: left;
	width: 100px;
	margin-top: 5px;
	text-align: right;
	display: block;
	background: none;
	font-weight: bold;
}

submit {
	background: none;
}

input {
	width: 260px;
	margin: 0px 0px 16px 10px;
	border: 1px #bbb solid;
	padding: 5px;
	background: none;
	background-color: #E4E4E4;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

textarea {
	width: 260px;
	height: 150px;
	margin: 0px 0px 16px 10px;
	border: 1px #bbb solid;
	padding: 5px;
	background: none;
	background-color: #E4E4E4;
	max-width: 280px;
	max-height: 400px;
	overflow: auto;
}

select {
	margin-bottom: 20px;
}

.month {
	margin-left: 155px;
}

.submit {
	width: 100px;
	height: 40px;
	margin-left: 120px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #999;
	display: inline-block;
}

br {
	clear: left;
}

.clear {
	clear: both;
}
