/* FORM STYLES */

input
{
	color:#535252;
	font-size: .7em;
	letter-spacing:.05em;
	background: url("../../img/index/bg_form.png"/*tpa=http://www.infuse.tv/img/index/bg_form.png*/) repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}



/* CLASSES */

.title
{	
	color:#908f8f;
	font-size: .85em;
	letter-spacing: .03em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.button
{ 
	color: #908f8f;
	font-size: .65em;
	letter-spacing: .03em;
	text-transform: uppercase;
	background: #000;
	padding: 4px;
	margin-right:6px;
	height: 27px;
	border: 1px solid #181818;
	cursor: pointer;
}
