/* CSS Document */
/* Author: Michael Hargis and freeyourdesign.com*/
/* each group of CSS corresponds to the image name */
body
{
	background: #000000;
}

.textInput1
{
	border: 0px solid #555555;
	background: #555555;
	color: #ffffff;	
	font-size: 1.1em;
	margin-bottom: 10px;
}

/********** SPEECH ***********/
.holderSpeech
{
	width: 180px;
	height: 34px;
	background: url(images/speechblu.png) no-repeat;
	margin-bottom: 10px;
	/*float: left;*/ /*if you want them side by side use float left
						you will need to add margin-right: as well*/
}

.tf_speech
{
	width: 170px;
	height: 22px;
	background: none;
	border: 0px;
	font-size: 1.1em;
	color: #000000;
	margin-top: 0px;
	margin-left: 5px;
}


/* just extra formatting */
.leftForm
{
	float: left;
	margin-right: 20px;
}
