﻿	
	/* Copyright (c) 2010 Hunter Tuttle. All rights reserved. */
	/* Contact Page */

	#formWrapper
		{
			position: relative;
			top: 0px;
			left: 0px;
			width: 300px;
			height: 380px;
			background-color: transparent;
			text-align: center;		
		}
	#contactForm
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 300px;
			height: 380px;
			background-color: transparent;
			visibility: hidden;
		}
	#loading
		{
			position: absolute;
			top: 50px;
			left: 0px;
			width: 300px;
			height: 330px;
			background-color: transparent;
			visibility: visible;
		}
	#sendMsg,#sentMsg
		{
			position: absolute;
			top: 50px;
			left: 0px;
			width: 300px;
			height: 330px;
			background-color: transparent;
			visibility: hidden;
		}		
	#barWrapper
		{
			width: 200px;
			height: 10px;
			margin: 5px 50px 0px !important;
			padding: 2px !important;
			background-color: white;
			border: black solid 1px;
			text-align: left;
		}
	#bar
		{
			width: 0px;
			height: 10px;
			background-color: blue;
			text-align: left;
			overflow: hidden;
		}


