form {
	margin: 10 px; 
	padding: 10px !important;
	background-color: #000000; 
}

fieldset {
	display: block;
	margin: 5px 0;
	padding: 0 8px;
	background-color: #000000;
	border: 3px double;
	border-color: #553255;
	min-width: 90%;
}	

legend {
	padding: 0 5px;
	color: #8F598F;
	font-weight: bold;
	margin-bottom: 10px;
}

label {
	color: #C6C6C6;
	font-size: 14px;
}

/* Asterisk on required fields */
.reqMark {							
	color: #CC00FF;	
	font-size: xx-small;
	margin-left: 5px;
}

/* Field Hint with focus (displayed on the side)*/
.field-hint {
	color: #999999;
	white-space: normal!important;
	font-size: 10px;
	float: left;
	width: 550px;
}

input[type=text] {
	border: 3px double;
	border-top-color: #000;
	border-bottom-color: #8F598F;
	border-color: #8F598F;
	background-color: #000000;
	float: inherit;
	color: #CCCCCC;
}

textarea {
	border: 3px double;
	border-top-color: #000;
	border-bottom-color: #8F598F;
	border-color: #8F598F;
	float: inherit;
	background-color: #000000;
	color: #CCCCCC;
}

select {
	border: 3px double;
	border-top-color: #000;
	border-bottom-color: #8F598F;
	border-color: #8F598F;
	float: inherit;
}

.labelsLeftAligned {
	float: left;
	display: inherit;
	margin-top: 8px;

