.content-page #content-inner .actions {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}
form fieldset .text, form fieldset .numeric, form fieldset textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

h2, h3 {
	font-weight: normal;
}

#content-inner .nav-selected
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
}

.jqmWindow {
	-moz-border-radius: 15px;	
}
