
input
{
	font-family: verdana, arial, helvetica, sans-serif;
	
	font-size: 10px;
	font-style: normal;
	color: #7C7C7C;
}


input.normal_text
{
	width: 200px;
}


/* -- BUTTON -- */

input.normal_button
{
	color: black;	

	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: black;
	
	margin-top: 2px;
}


/* -- TEXTAREA -- */

textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}


textarea.normal_textarea
{
	width: 330px;
	height: 80px;
}


textarea.large_textarea
{
	width: 350px;
	height: 100px;
}


