/* Using CSS3 for some visual enhancements. (Will be degraded
	nicely for non-CSS3 browsers.)
-------------------------------------------------------------*/

/* ROUNDED ELEMENTS
--------------------------------------------------------------*/
#gdw-current-content, /*layout*/
.form-button, .form-button-alt, input.input-text, select, textarea,#mod_search_searchword, /*form*/
.error-msg, .success-msg, .notice-msg, .note-msg, /*messages*/
.gdw-tab-panels-top,
#gdw-slideshow .maskDesc .gdw-slide-desc,.gdw-slide-thumbs-handles span.active,.gdw-slide-buttons,.gdw-slide-thumbs .active span,.gdw-slide-thumbs-handles span.active, /* Slide show */
#gdw-mainnav .main,
.article-content img, div.gdw-innerdiv img, /*img*/ 
a.readon, /*joomla style*/
#gdw-login,#gdw-register /* headtools */{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

.nickel .gdw-tabs-title-top ul.gdw-tabs-title li h3,/* Tabs */
#gdw-headtools li a.show /* Head tools */{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-top-left-radius: 3px; 
}

#gdw-subnav .main {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;  
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px; 
}

/*Box---*/
#gdw-col2 .moduletable_highlight,
#gdw-col2 .moduletable,
#gdw-col2 .moduletable_text,
#gdw-col2 .moduletable_menu{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

#gdw-col2 .moduletable_highlight h3,
#gdw-col2 .moduletable h3,
#gdw-col2 .moduletable_text h3,
#gdw-col2 .moduletable_menu h3{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-top-left-radius: 3px; 
}

/*Others---*/

.button,.inputbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
} 
