/* CSS Document */

.wrap {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;		
}

.contactForm{
	margin-left:auto;
	margin-right:auto;
	width:50%;
	padding:30px;
	border:solid 1px #A9BE9A;
	border-radius:5px;
}

.contactForm p {
	color: #7D9D66;
	font-size:18px;	
	font-weight:bold;
	padding:0;
}

.contactForm label {
	color: #7D9D66;
	font-size:14px;
	font-weight:bold;		
}

.contactForm input[type=text] {
	width:200px;	
}

.emailForm{
	margin-left:auto;
	margin-right:auto;
	width:400px;	
}

#sendEmailButton {
	margin-left:99px;
	width:100px;
}

#clearButton {
	width:100px;	
}

input, select, reset, button, submit, textarea{	
    margin-top: 5px;
    background-color: #D0E3CA;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-size: 13px;
    color: #5E804D;
    position: relative;
    height: 20px;
	padding-left:5px;
}

textarea {
	height:150px;
	width:100%;
	resize:none;	
}
