html {
	overflow-y: scroll;
}
.preview_outer, 
#page .wp-pagenavi, 
#gem_tabs, #ads, 
#sidebar .side_div,
.page_outer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/border_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#paint, #paint li, 
#link_buttons li a, 
#page .wp-pagenavi a,
 #page .wp-pagenavi .current,
.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,
.comment-form button,
#wpUserLinks_form,
#wpUserLinks_form button,
.contact-input,
#contactForm,
#contactForm button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tabs {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
li.first_tab {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
li.last_tab {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.commentnavigation a {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}