#contactdiv{
	margin: 160px auto 0px auto;
    width: 280px;
    border: 2px solid #9a9188;
    background-color: white;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: 0.4em;
    height: 220px;
}


.followme
{
    margin: 20px 12px 20px 12px;
}
.followme i
{
    width: 40px;
    height: 40px;
}

 h4{
                color: black;
                text-shadow: 0px 0px 0px #fff;
            margin-left: 15px;
                padding: 0px 3px 6px 3px;
            }
#contact-form {
	background: white;
	border: 2px solid #9a9188;
	padding: 20px 20px 20px 15px;
	font-size: .85em;
    margin: 90px auto 50px auto;
    width:80%;
    border-radius: 0.4em;
}
label {
	display: inline;
	margin-bottom: 8px
}
#contact-form input[type="text"],
#contact-form textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	width: 100%;
	margin: 1em auto 3em auto;
	height : 100px;
}
#contact-form input[type="text"] {
	height: 30px;
	line-height: 30px;
	margin: 1em auto 1em auto;
}
#contact-form .input {
	margin-bottom: 27px;
}

span{
	font-family:  "Gill Sans", "Lucida Grande", Helvetica, sans-serif;
    color: #ff0000;
	font-size: .7em;
	display:inline;
}

#message{
	margin: auto auto 1em auto;
}
#wait{
	background: lightyellow;
	padding: 0px 0px;
	position: absolute;
	top: 90px;
	left: 65px;
	width: 75%;
	height: 520px;
    max-height: 100%;
    max-width: 100%;
	opacity:0.6;
    margin: 0px auto 0px auto;
    display: none;
}

#waitimage
{
	position: absolute;
	top: 180px;
	right: 175px;
}
#sending{
    position: absolute;
	top: 260px;
	right: 150px;
}