Setup:
@font-face {
font-family: 'Agenda';
font-weight: normal;
src: url('../Agenda-Light.otf');
}
/* Always add Scroll Bars */
html {
	overflow-y: scroll;
}
#quoteForm input, #quoteForm textarea,
#contactForm input, #contactForm textarea,
.add_link a,
ol.thecomments li,
ol.thecomments li.comment .comment-author img,
ol.thecomments li.comment .reply a ,
#reply a,
#commentform,
.comment-form input,
.comment-form textarea,
.f-tooltip,
.disclaimer {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.commentnavigation a {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.comment-form button {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
