input[type="text"],input[type=password],textarea {font:12px Arial, sans-serif; color:#555; vertical-align:middle; padding:4px 10px 4px 15px; margin:0; background:#fff; outline:none; border:1px solid #aaa;}
/* Contact form */
#contact-form{position:relative; padding:6px 0 0 0;}

		#contact-form .input{ width:463px; margin-bottom:4px;}
		#contact-form textarea{height:120px;width:463px;overflow:auto;resize:none; margin-bottom:10px;}
		#contact-form .message{min-height:110px;}
		


.button2 { position:relative; float:right; width:100px; right:0; font:14px 'Open Sans', sans-serif; color:#fff; padding:7px 13px 7px; border:1px solid #009ee3; border-radius:3px;
		background: #009ee3;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009ee3), to(#0a4724));
		background: -webkit-linear-gradient(#009ee3, #0a4724);
		background: -moz-linear-gradient(#009ee3, #0a4724);
		background: -ms-linear-gradient(#009ee3, #0a4724);
		background: -o-linear-gradient(#009ee3, #0a4724);
		background: linear-gradient(#009ee3, #0a4724);
		-pie-background: linear-gradient(#009ee3, #0a4724);}
	.button2:hover {text-decoration:none; border:1px solid #009ee3; background:#fff; color:#666; cursor:pointer;}
