/*
 *  Header
 *  - rounded corners
 */
#header {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* 
	Forms
*/
.form-style-1 input {
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

body .button6-sm,
body .content .button6-sm {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	background: url('../../img/buttons/button6-arrow-sm.png') 95% 50% no-repeat, #558235 url('../img/buttons/button6.png') 0 0 repeat-x;
}