/*-------------------------*//*global form styles*//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

/* define global form elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
form{

}

fieldset#top_fields{
	border: 0;
	clear: both;
	margin-bottom: 4px;
}

fieldset#checkbox{
	border: 0;
	clear: both;
	margin-bottom: 4px;
	height: 31px;
}

legend{

}

input.text, textarea, select {
	padding:5px;
	margin-left: 9px;
	width:178px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	float: left;
	color: #a2a2a2;
	background: 0;
	border: 0;
	letter-spacing: 0.5px;
	margin-top: 3px;
}

input.textHighlight{
	color: #fff;
}

input.checkbox{
	margin-top: 7px;
	margin-left: 8px;
	float: left;
}

label#checkbox{
	margin-top: 7px;
	width: 110px;
	color: #777;
	letter-spacing: 0;
	float: left;
	padding-left: 5px;
}

textarea{
	height:5em;
}
	
select{
	width:208px;
}

label{
	display:block;
	margin-top: 8px;
	color: #ddd;
	float: left;
	letter-spacing: 0.5px;
	width: 40px;
	padding-left: 14px;
}

.submit {
	display: inline;
	float: right;
}

.radio{

}

