#form-div {
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 500px;
	position: absolute;
  	margin-top:20px;
	-moz-border-radius: 7px;
  	-webkit-border-radius: 7px;
}

.form {
	max-width: 350px;
	padding: 5px;
	margin: 0px auto;
}

.form input {
	border: none;
	outline: none;
	border-left: 3px solid #fbfbfb;
}

.form textarea {
	border: none;	
	outline: none;
	border-left: 3px solid #fbfbfb;
}

.form input[type=submit] {
    	background-color: #fbfbfb;
    	border: 3px solid #fbfbfb;
    	color: black;
    	text-decoration: none;
    	cursor: pointer;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	padding: 10px 10px 10px 10px;
	font-family: Square721 BT Roman, Arial, sans-serif;
  	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
}

.form input[type=submit]:hover {
    	background-color: #cc3727;
	border: 3px solid #cc3727;
	color: white;
    	border-radius: 3px;
    	cursor: pointer;
	padding: 10px 10px 10px 10px;
	opacity: 0.8;
	-webkit-transition-duration: 0.5s; /* Safari */
    	transition-duration: 0.5s;
}

.feedback-input {
	font-family: Helvetica, Arial, sans-serif;
  	font-weight:300;
	font-size: 18px;
	border-radius: 3px;
	line-height: 20px;
	background-color: #fbfbfb;
	padding: 10px 10px 10px 10px;
	margin-bottom: 4px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px solid #fbfbfb;
  	
}

.feedback-input:focus {
	background: #fbfbfb;
	border: none;
	border-left: 3px solid #cc3727;
	padding: 10px 10px 10px 10px;
}



/* Icons ---------------------------------- 
#name {
	background-image: #9742;
	/*background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;*/
}

#name:focus{
	background-image: #9742;
	/*background-size: 30px 30px;
	background-position: 8px 5px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
*/
}

.email{
	content: "\9993";
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}



.email:focus{
	background-image: #9993;
	background-size: 30px 30px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.textarea {
	background-image: #9993;
	background-size: 30px 30px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
	
}



input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: white;
	border: none;
	border-left : 3px solid white;
}

/* #button {
	
	cursor:pointer;
	background-color: white;
	
	font-family: Square721 BT Roman, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	
	border-bottom: 3px solid #cc3727; /*logo red*/
	-webkit-transition: background-color 1s; /* Safari */
    	transition: background-color 1s;
	transition-timing-function: ease-out;
	border-radius: 5px 5px 5px 5px;
}

*/





@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
