.button,
#mainPannel table tfoot td .bulkActions select,
.pagination a.numberPage,
form input.textInput,
form textarea,
form .wysiwyg,
form select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
			
#wdgtClock, #wdgtCalend, #modalWrapper, 
#modalcontent, #moveAdmin, #lognAdmin, #messagesAll, .messagesHed:first-child, 
.contentBoxes, .boxesHeader, .quickLinks, .greetings, 
.boxes001, .boxes002, .boxes003, .boxes004, .boxes005, 
.warng, .valid, .error, .infos, .infobulle {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.boxesHeader, .messagesHed:first-child, .messagesHed {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
				
.closedBox .boxesHeader {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.greetings span, 
.quickLinks span {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#modalOverlay {
	background: rgba(255,255,255,0.75);
}

#modalWrapper {
	background: rgba(0,0,0,0.5);
}

.tooltip:before {
	content: url('../images/template/tooltip-top.png');
}

.tooltip:after {
	content: url('../images/template/tooltip-bot-alt.png');
}