.form-head {
	font-size: 18px; color: #104E8B;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 2px 0px #F2F2F2;
}
#contact {
	width: 430px;   margin: 0 0 60px 18px; padding: 60px 30px; 
	box-shadow: 0px 0px 8px #444;
	background: #C9D0DE; border: 1px solid #E1E1E1;
	position: relative; /* #C9D0DE */
	top: -40px;
}	/* #C9D0DE */
::-webkit-input-placeholder {
	color: #BC8F8F;   /* #BC8F8F */
}
:-moz-placeholder {
	color: #FA8072;
}
::-moz-placeholder{
	color: #FA8072;
}
:-ms-input-placeholder {
	color: #BC8F8F;
}
*:focus {
	outline: none;
}
#contact-ul{
	width: 750px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.contact-li{
	padding: 12px;
	position: relative;
}
label {
	width: 75px;
	margin-top: 3px;
	display: inline-block;
	float: left;
	padding: 3px;
	color: #104E8B;
}
input{
	height: 20px;
	width: 220px;
	padding: 5px 8px;
	border: 1px solid #AAA;
	box-shadow: 0px 5px 10px #6e7b8b inset; /* B9D3EE */
	border-radius: 2px;
	-webkit-transition: padding .5s;
	transition: padding .5s;
	
}
input:focus {
	background: #FFF;
	border: 1px solid #104E8B;
	box-shadow: 0px 0px 3px #1E90FF; 
	padding-right: 40px;
}
textarea{
	padding: 8px; 
	width: 300px;
	border: 1px solid #AAA;
	box-shadow: 0px 10px 15px #6e7b8b inset;
	border-radius: 2px;
	-webkit-transition: padding .5s;
	transition: padding .5s;
}
textarea:focus {
	background: #FFF;
	border: 1px solid #104E8B;
	box-shadow: 0px 0px 3px #1E90FF;
	padding-right: 20px;
}
button {
	margin-left: 80px;
	background-color: #104E8B;
	background: -webkit-gradient(linear, left top, left bottom, from(#104E8B), to (#1E90FF));
	background: -webkit-linear-gradient(top, #104E8B, #1E90FF);
	background: -moz-linear-gradient(top, #104E8B, #1E90FF);
	background: -ms-linear-gradient(top, #104E8B, #1E90FF);
	background: -o-linear-gradient(top, #104E8B, #1E90FF);
	background: linear-gradient(top, #104E8B, #1E90FF);
	border: 1px solid #1E91FF;
	border-bottom: 1px solid #1C86EE;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px #6E7B8B inset;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px  0 #191970;
}
button:hover {
	opacity: .85;
	cursor: pointer;
}
button:active {
	border: 1px solid solid #3D59AB;
	box-shadow: 0px 0px 10px 5px #0000FF inset;
}
