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

body
{
	padding: 0px;
	margin: 0px;
	background: url(/images/bkg.jpg);
}

#slamLeft
{
	width: 960px;
	height: 550px;
	background: url(/images/960bkg.jpg) no-repeat;
	padding-top: 160px;
}

#header
{
	display: none;
}

#contactHeader
{
	height: 24px;
	width: 120px;
	text-indent: -5555px;
	background: url(/images/contact.jpg) no-repeat;
}

	#contactHeader h2
	{
		display: inline;
	}
	
#formHolder
{
	padding-top: 15px;
}

.textBox
{
	height: 24px;
	width: 100%;
	border: 1px solid #cacaca;
	color: #CCC;
	padding: 5px;
	font-size: 18px;
}

.textArea
{
	height: 174px;
	width: 100%;
	border: 1px solid #cacaca;
	color: #CCC;
	padding: 5px;
	font-size:18px;
}

.submitButton
{
	width: 140px;
	height: 36px;
	color: #FFF;
	background: #000;
	border: none;
}