.ctrlHolder{ /* This is the main unit that contains our form "modules" */
/* user prefs */
margin: 5px 0px 5px 0px; padding:0px 4px;
background-color: #111;
}
.ctrlHolder input, .ctrlHolder textarea
{
	background-color: #000;
	border: 1px solid #333;
	padding: 0px !important;
	margin: 0px !important;
	color: #aaa;
}

/* Contact Form */

#contactInfo
{
	width: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.ctrlHolder label, .ctrlHolder legend
{
	width: 160px;
}
.ctrlHolder p.formHint
{
	font-size: 10px;
}

input.textInput, textarea.textInput
{
	width: 210px;
	background-color: #000;
	border: 1px solid #eee;
	color: #fff;
}

/*div #formsContainer div #formsContainer input.textInput, div #formsContainer div #formsContainer  textarea.textInput
{
	margin-top:5px;
	margin-bottom: 15px;	
}*/

.submitButton, .resetButton
{
	border: 0px !important;
	width: 56px;
	height: 26px;
	display: block;
	text-decoration: none;
	float: left;	
}
.submitButton
{
	margin-left: 35px;
	background: url(/images/btns/submit.gif) no-repeat top left;
}
.resetButton
{
	margin-left: 60px;
	background: url(/images/btns/reset.gif) no-repeat top left;
}
