/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, #mod-search-searchword, input, textarea, button, .btn {
	border:none;
	colour: #000000;
	padding: 6px 10px 6px 10px;
	font-size: 1.0em;
	background:#eeeded;!important
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	}