textarea{
	border:1px dotted #666;
	width:200px;
	height:35px;
	color:#6f6f6f;	
}

input {
	border:1px dotted #666;
	color:#6f6f6f;
	width:150px;
}

.submit {
	background-color:#e8e9e9;
	color:#6f6f6f;
	margin-right:12px;
}

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 200px;
	height: 35px;
	overflow:hidden;
}
.field_heading {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #494949;
	padding-top:5px;
	padding-bottom:5px;
	width:50px;
}
.field_heading label{
	width:150px;	
}

.textarea_td{
	padding-top:6px;
	padding-bottom:3px;
}

.bottom{
	padding-top:20px;
}

.bottomsubmit {
	width:87px;
	height:13px;
	float:right;
	text-align:center;
	background-image:url(../../templates/allcss/images/submitbtn.jpg);
	color:#494949;
	text-decoration:none;
	padding-bottom:2px;
	position:relative;
}

.bottomsubmit p{
	margin-top:-2px;
	text-decoration:none;
}




.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
