
form{
	margin-left:45px;
	margin-top:30px;
}

input[type=text], input[type=email],  textarea {
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 7px 10px;
	padding-left: 30px;
	color: #777;
	width:80%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
input[type=text]:focus, input[type=email]:focus,  textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}
input#email {
	background: #fff url('../images/email.png') 5px 4px no-repeat;
}
textarea#message {
	
	background: #fff url('../images/speech.png') 5px 4px no-repeat;	
}

#submitbtn {
	float:right;
	margin-right:50px;
	font-size:14px;
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dedede;
	padding:5px 11px;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

#submitbtn:hover {
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;

}
#submitbtn:active {
	position:relative;
	top:1px;
}

#contact-form .error, #contact-form .empty, #contact-form .success
{
	display: none;
}
#contact-form .error, #contact-form .empty
{
	color: #822850;
	padding: 5px 0;
	font-size: 11px;
}

#contact-form .success
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #612942;
	padding-top:10px;
	text-align:center;
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?33512213');
  src: url('../font/fontello.eot?33512213#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?33512213') format('woff'),
       url('../font/fontello.ttf?33512213') format('truetype'),
       url('../font/fontello.svg?33512213#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before, [class*=" icon-"], [class^="icon-"] {
  font-family: "fontello";
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-style: normal;
  width: 1em;
  margin-right: .2em;
}
 
.icon-mail-alt:before { content: '\e801'; } /* '' */
.icon-address:before { content: '\e803'; } /* '' */
.icon-mobile:before { content: '\e802'; } /* '' */
.icon-chat:before { content: '\e804'; } /* '' */
