@charset "UTF-8";/* CSS Document *//*	-----------------------------------------------	Link Buttons Properties	----------------------------------------------- */a.but, input.but[type="button"], input.but[type="submit"], input.but[type="reset"] {font-family: 'GoodDog', sans-serif; font-size: 1.5625em; font-weight: normal; letter-spacing: 1px; color: #101e0e; text-align: center; text-decoration: none; cursor: pointer; -webkit-appearance: none;						 text-shadow: 0 1px 0 rgba(0,0,0,.5);}a:hover.but {text-decoration: none;}a.but.green, input.but.green[type="button"], input.but.green[type="submit"], input.but.green[type="reset"] {	border: 1px solid rgba(17,46,14,.5);	border-radius: 2px; -moz-åborder-radius: 2px; -webkit-border-radius: 2px;	box-shadow: 0px 2px 2px rgba(0, 0, 0, .4); -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4); -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;	background-color: #699d21;	background-image: -moz-linear-gradient(90deg, #699d21, #699d21, #699d21, #96c21c);	background-image: -ms-linear-gradient(90deg, #699d21, #699d21, #699d21, #96c21c);	background-image: -o-linear-gradient(90deg, #699d21, #699d21, #699d21, #96c21c);	background-image: -webkit-linear-gradient(90deg, #699d21, #699d21, #699d21, #96c21c);	/*background-image: linear-gradient(90deg, #699d21, #96c21c);*/}a.but.green:hover,input.but.green:hover[type="button"], input.but.green:hover[type="submit"], input.but.green:hover[type="reset"] {	background-color: #96c21c;	background-image: -moz-linear-gradient(90deg, #96c21c, #699d21, #699d21, #699d21);	background-image: -ms-linear-gradient(90deg, #96c21c, #699d21, #699d21, #699d21);	background-image: -o-linear-gradient(90deg, #96c21c, #699d21, #699d21, #699d21);	background-image: -webkit-linear-gradient(90deg, #96c21c, #699d21, #699d21, #699d21);	/*background-image: linear-gradient(90deg, #96c21c, #699d21); */}/*	-----------------------------------------------	Color Properties	----------------------------------------------- */.black {color: #000;}			/* Black */.white {color: #fff;}			/* White *//*	-----------------------------------------------	Form and Input Properties	----------------------------------------------- */input, textarea, select  {font-family: 'OpenSans-Light', sans-serif; font-weight: normal; /*-webkit-appearance: none;*/ }input[type="text"]{background:#f5f5f5; border:1px solid #B8B8B8;}textarea {resize: none;}select {width: 100%;}