/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea,
select,
option,
input
{
	max-width:100%;
}
input,
textarea 
{
	border-radius: 0px;
	border: 1px solid #000;
	background-color: #FFF;
	margin-top: 0.8em;
	margin-bottom: 1em; 
}
