@charset "utf-8";
/* CSS Document */
.button, .buttonHovered { outline:none; border:none; color:#fff; margin:2px; }

.input { border:#7AC4EA solid 1px; background:#F5FBFF; padding:2px; }
.inputHovered { border:#9ECC00 solid 1px; background:#fff; padding:2px; }

.btn_2 { width:64px; height:24px; background:url(../images/btn.gif) no-repeat; color:#fff !important; border:none !important; outline:none; font-family:Arial; }

.button { width:80px; height:24px; background:url(../images/btn/btn.gif) no-repeat top; font-weight:bold; }
.buttonHovered, .button:hover { width:80px; height:24px; background:url(../images/btn/btn.gif) no-repeat bottom; font-weight:bold;  }



#contactform select { width:150px; }

#contactform input[type="text"], #contactform input[type="password"], #contactform textarea, #contactform select { border:#7AC4EA solid 1px; background:#F5FBFF; padding:2px; }
#contactform input[type="text"]:hover, #contactform input[type="password"]:hover, #contactform textarea:hover, #contactform select:hover { border:#9ECC00 solid 1px; background:#fff; }

#contactform input[type="submit"], #contactform input[type="reset"] { outline:none; border:none; color:#fff; margin:2px; width:80px; height:24px; background:url(../images/btn/btn.gif) no-repeat top; font-weight:bold; }
#contactform input[type="submit"]:hover, #contactform input[type="reset"]:hover { background:url(../images/btn/btn.gif) no-repeat bottom; }