/* 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:none; }

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

label 	{ float: left; width: 180px; margin:8px 0 0 0;
		text-align:right; display:block; background:none; font-weight:bold; color:#bf0063;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 15px 10px;
		border:1px #bbb solid; padding:5px; 
		background:#F4F4F4; 
		 border-radius: 5px 5px 5px 5px;
		 text-align:left;
		}
		
input:focus, textarea:focus	{ background-color:#FFF;
								box-shadow: 1px 0px 4px 3px #97C4FE; }

textarea { width: 280px; height: 150px; margin:0 0px 16px 190px;
		border:1px #bbb solid; padding:5px; 
		background:#F4F4F4;
		border-radius: 5px 5px 5px 5px;
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:150px; height:30px;
		margin-left:190px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


