﻿.user-menu-row,
.moduletable h3{
 	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

ul.tab-links li.first,
ul.tab-links li.first.ui-state-active a{
 	-webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.search input.button {
 	-webkit-border-radius:0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#slider,
.moduletable.popular h3,
#login-form,
a.readmore, 
a.button,
input.button, 
button.button, 
button.validate,
.item-page h2,
.item h2,
.contact h2,
#member-registration legend {
 	-webkit-border-radius:3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}

ul.menu-list,
#bottom .moduletable .mod-container,
#footer-row,
#tabs .mod-container{
 	-webkit-border-radius:0 0 3px 3px ;
    -moz-border-radius: 0 0 3px 3px ;
    border-radius: 0 0 3px 3px ;
}
