form {
	margin:0px;
	padding:0px;
}

input {
	border-top: 1px solid #7C756B;
	border-left: 1px solid #7C756B;
	border-bottom: 1px solid #F4F5EF;
	border-right: 1px solid #F4F5EF;
	background:#E0E1D9;
	padding:3px;
	font-family:Verdana;
	font-size:12px;
	height:24px;
}

.button {
	border-top: 1px solid #F5D0C8;
	border-left: 1px solid #F5D0C8;
	border-bottom: 1px solid #74191E;
	border-right: 1px solid #74191E;
	background:#DB545A;
	background-image:url(../images/interface/bgBtn.jpg);
	text-align: center;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding:4px;
	text-transform: uppercase;	
}
