/* CSS code for Sharpix.se
 * Title: 		Include cutting edge css code
 * Author: 		http://telliria.deviantART.com/
 * Purpose: 	This file isolates newer css3 code so that 
 * 				the main css file validates properly to css 2.1.
 */

#mainframe-container input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mainframe-container div.button a {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
