@charset "utf-8";

/*
--------------------
Fonts
--------------------
*/


/* General */
.gap{
	margin-top:20px;
}
.bold{
	font-weight:bold;
}
.title, .subtitle{
	font-size:16px;
	font-weight: Bold;
	margin:30px 0 20px;
}

/* Textareas */

textarea.small{
	height:100px;
}
textarea.xsmall{
	height:80px;
}
textarea.xxxsmall{
	height:35px;
}

