@charset "UTF-8";
/* CSS Document */

body {
	background-color: #202020;
	padding: 16px;
	margin: 0;
	font-family: Georgia, serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .8px;
	line-height: 20px;
}

p {
	margin: 10px 0;
	padding: 0;
}

#form-wrapper {
	width: 100%;
	height: 100%;
}

#form-col-left {
	float: left;
	width: 80px;
}

#form-col-right {
	float: left;
}

form {
	margin: 0;
	padding: 0;
}

.contact {
	width: 650px;
	height: 16px;
	border: #666666 1px solid;
	font-family: Georgia, serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .8px;
}

.message {
	width: 650px;
	height: 320px;
	border: #666666 1px solid;
	font-family: Georgia, serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .8px;
}

.sml-text {
	font-size: 9px;
}

.red {
	color: #FF0000;
}

.input {
	border:  #cc0066 1px solid;
	background: none;
	width: 70px;
	height: 24px;
	padding-bottom: 2px;
	font-family: Georgia, serif;
	color:  #cc0066;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .8px;
}

.input:hover {
	border: #00FFCC 1px solid;
	cursor: pointer;
	color: #00FFCC;
}
