/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */



/* Forms */

form ol {
	list-style-type: circle;
}

form 	{
	text-align: left;
	margin: 10px;
}


	
submit	{
	background: #000;
}

input 	{float:left;
	width: 800px;
	margin: 20px 0 16px 10px;
	
	border: 0px #bbb solid;

	
		}
		
input:focus, textarea:focus	{ background-color:#999; }

textarea {
	width: 280px;
	height: 150px;
	margin: 0 0 16px 10px;
	border: 1px #bbb solid;
	padding: 5px;
	background: #000;
	font-size: 20px;
		}

select {
	margin-bottom: 20px;
	font-size: 24px;
}
	
.month { margin-left:155px;	}

.submit {float:left;
	width: 90px;
	height: 155px;
	margin:20px;
	font-size: 50px;
	color: #CCC;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }
