@charset "utf-8";

/*
	BLUE 1 || 82D4F7 
	BLUE 2 || 44bEF0
	L.GRAY || CCCCCC
	D.GRAY || 787878
*/

#contactForm {
	border: none;
	width: 450px;
	position: relative;
	min-height: 100%;
	float: left;
	margin: 25px -25px 25px 25px;
}

#contactForm textarea,
#contactForm input {
	width: 425px;
	font-size: 95%;
	padding: 5px;
	margin-top: 10px;
	color: #82D4F7;
	border: 1px #333333 solid;
	background-color: rgba(17, 17, 17, 1) !important;
	background-color: #111;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contactForm textarea:focus,
#contactForm input:focus {
	border: 1px #82D4F7 solid;
}
#contactForm textarea {
	padding-bottom: 15px;
}
#contactForm input[type="button"] {
	position: absolute;
	bottom: 0;
	right: 0;
}

#contactForm button {
	color: #82D4F7;
	border: 1px #333333 solid;
	padding: 5px 10px;
	display: inline-block;
	margin-left: 5px;
	background-color: rgba(17, 17, 17, 1) !important;
	background-color: #111;
}
#contactForm button:hover {
	background-color: rgba(34, 34, 34, 1) !important;
	background-color: #222;
}
#contactForm .contactSubmit {
	bottom: -10px;
	overflow:hidden;
	position:absolute;
	right: 0px;
}
fieldset {
	position: relative;
	border: none;
	color: #555555;
	padding: 0;
	margin: 0;
}
fieldset p {
	margin: 0;
	padding: 0;
}
label {
	text-align: right;
	color: #CCCCCC;
}
label.error {
	color: #CCCCCC;
	font-size: 90%;
	float: left;
	display: block;
	margin-top: 10px;
	padding: 0 0 0 5px;
}
label em {
	float: left;
	margin: 10px 10px 0px 10px;
}
input {
	font-size: 85%;
	padding: 2px;
	color: #82D4F7;
	background-color: #333;
	border: 1px #787878 inset;
}
input:focus {
	color: #000000;
	background-color: #FFF;
}
textarea {
}
select {
	margin:5px;
	padding: 4px;
}
.projectBtn {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.projectBtn a {
	color: #555555;
	padding: 5px 10px;
	font-size: 130%;
}
.projectBtn a:hover {
	color: #FFFFFF;
}
.smoothBtn {
	background: #222 url(/images/overlay-button.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.blue.smoothBtn {
	background-color: #000;
}
.blue.smoothBtn:hover, .blue.smoothBtn:hover {
	background-color: #1486b4;
}
.blue.smoothBtn a {
    color: #999;
}
.blue.smoothBtn a:hover {
	color: #FFFFFF;
}

.gray.smoothBtn {
	color: #333;
    background-color: #FFFFFF;
}
.gray.smoothBtn:hover, .gray.smoothBtn:hover {
	color: #333;
    background-color: #EEEEEE;
}
