/* Style for the contact form and status messages */

#contactForm, .statusMessage {
	color: #666;
	background: rgba(255,255,255,0.9);
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	
}
/* The form dimensions */

#contactForm {
	width: 40em;
	height: 33em;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
}
/* Position the form in the middle of the window (if JavaScript is enabled) */

#contactForm.positioned {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}
/* Dimensions and position of the status messages */

.statusMessage {
	display: none;
	margin: auto;
	width: 30em;
	height: 2em;
	padding: 20px 20px 35px 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.statusMessage p {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* The header at the top of the form */

#contactForm h2 {
	font-size: 2em;
 	letter-spacing: .05em;
	margin: 0 0 1em -.75em;
	padding: 1em;
	width: 558px;
	color: #ff9900;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
/* Give form elements consistent margin, padding and line height */

#contactForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contactForm ul li {
	margin: .9em 0 0 0;
	padding: 0;
}
#contactForm input, #contactForm label {
	line-height: 1em;
}
/* The field labels */

label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 28%;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
	font-weight: bold;
}
/* The fields */

input, select {
	width: 100%;
	border: 1px solid #c0c0c0;
	padding: 15px 10px;
	font-size: 18px;
	margin-top: 15px;
	color: #7b7b7b;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
textarea {
	height: 13em;
	line-height: 1.5em;
	resize: none;
}
/* Place a border around focused fields, and hide the inner shadow */

#contactForm *:focus {
	border: 1px solid #ff9900;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


/* Display correctly filled-in fields with a green background */

input:valid, textarea:valid {
 background: #dfd;
}


input[type="submit"], input[type="button"] {
	outline: none;
	border: 1px solid #ff9900;
	width: 150px;
	background: #ff9900;
	color: #fff;
	border: none;
	float: right;
	margin-right: 5px;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active {
	cursor: pointer;
	opacity: 1;
}
input[type="button"] {
	background: #f33;
}
/* Header/footer boxes */

.wideBox {
	clear: both;
	text-align: center;
	margin: 70px;
	padding: 10px;
	background: #ebedf2;
	border: 1px solid #333;
}
.wideBox h1 {
	font-weight: bold;
	margin: 20px;
	color: #666;
	font-size: 1.5em;
}

.instant{
	display:block;
	text-decoration:none;
	padding:10px;
	color:#FFF;
	background:#FF9900;
}
.instant:hover{
	color:#FFF;
	
}