a, 
button, 
input[type="button"],
input[type="submit"]
{
  -moz-outline-style: none; /*	IE	*/
}
form#contact textarea {
	/* CSS DROPSHADOWS */
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
	-webkit-box-shadow: 5px 5px 5px #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=5);
}
.blueButton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

.notification {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
