.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #c4c4c4 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #a8a8a8;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

 
}
.myButton:hover {
	background:linear-gradient(to bottom, #c4c4c4 5%, #ededed 100%);
	background-color:#c4c4c4;
}
.myButton:active {
	position:relative;
	top:1px;
}

form input, form textarea, form select {
    font-weight: bold;
}