/* CSS Document */

#content-contact {
	text-align: left;
	margin-top: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	
}


/* Form Attributes */

label
{
	width: 80px;
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.input-box
{
	width: 300px;
	margin-bottom: 10px;
	padding-left: 2px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #474e66;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #474e66;
	padding: 2 4;
	background-color: #DEDEDE;
}

.input-box:focus {
	background-color: #FFFFFF;
}

.send-btn {
	height: 27px;
	width: 82px;
	margin: 0 0 15px 90px;
	outline: none;
	}

.send-btn:hover {
	background-position: bottom;
	}
	
.thanks, .thanks_2nd {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.thanks {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 90px;
	}

.thanks_2nd {
	font-size: 13px;
	color: #CCCCCC;
	}
	
/* Thanks page Attributes */

#thanks-section {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin: 154px 0 154px 0;
}

#thanks-section h2{
	color: #FFFFFF;	
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#thanks-section p{
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}