._button {
  background-color: #222;
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
  background-image: -ms-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
  background-image: -o-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
  background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
  background-image: url('../images/edit.png');
  background-position: 2px 0px;
  background-repeat: no-repeat;

  
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	padding:1px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
._button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}

/*
.button:hover, .button:focus {
	background-color: #242424;
	color: #f6f6f6;
}
.button:active {
	background-color: #202020;
	color: #b6b6b6;
}
*/

.modalwindow { display: none; width: 600px; }

/* --- The Form --- */
#contact {  }

#contact fieldset {
  border: 1px solid #EEEEEE;
  padding: 20px;
	border-radius: 3px;
}

#contact legend {
  border: 1px solid #EEEEEE;
  color: #617797;
  margin-bottom: 0 !important;
  padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
  display: inline-block;
  float: left;
  font-size: 1em;
  height: 20px;
  line-height: 20px;
  width: 155px;
}

#contact input, #contact textarea, #contact select {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #CCCCCC;
  color: #666666;
  margin: 2px 0;
  padding: 2px 5px;
  width: 360px;
	border-radius: 2px;
}

#contact .button { border-radius: 3px; margin: 5px 20px 10px 0px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }
