/*
	Theme Name: CSS3 Contact Form
	Date: April 2013
	Description: Basic HTML5/CSS3 contact form
	Version: 1.0
	Author: Christian Vasile
	Author URL: http://christianvasile.com
*/

/* ===========================
   ======= Body style ======== 
   =========================== */

body {
	padding: 50px 100px;
	font-size: 13px;
	font-style: GeosansLight;
}
/*
	Theme Name: CSS3 Contact Form
	Date: April 2013
	Description: Basic HTML5/CSS3 contact form
	Version: 1.0
	Author: Christian Vasile
	Author URL: http://christianvasile.com
*/

/* ===========================
   ======= Body style ======== 
   =========================== */

text {
	padding: 50px 100px;
	font-size: 13px;
	font-style: GeosansLight;
}
.text2 {
	font-family: GeosansLight;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.header {
	font-family: GeosansLight;
	font-size: 18px;
	font-weight: bold;
	color: #C90;
}
.submitcolor {
	background-color: #C90;
}

h2 {
	margin-bottom: 20px;
	color: #474E69;
}

/* ===========================
   ====== Contact Form ======= 
   =========================== */

input, textarea {
	padding: 10px;
	border: 1px solid #C90;
	width: 200px;
	color: #999999;
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
}

.form label {
	margin-left: 10px;
	color: #FFF;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 75px;
	height: 30px;
	background-color: #C90;
	color: #FFF;
}
