#indexForm{
	margin-top: 5px;	
	margin-left: 10px;
}

textarea{
	width: 200px;
	padding-left: 4px;
	padding-top: 3px;
	height: 45px;
	border: 1px #eeeeee solid;	
	color:#565657;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.inpt{
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #cccccc;
	margin: 4px;
	padding: 5px;
	color: #636363;
	width: 200px;
}

/**
 * FONTS
 */

@font-face {
	font-family: "helvetica";
	src: url('fonts/helvetica.ttf') format('truetype');
}

@font-face {
	font-family: "humanst";
	src: url('fonts/humanst.ttf') format('truetype');
}

@font-face {
	font-family: "gotham";
	src: url('fonts/gotham.ttf') format('truetype');
}
