.formdiv{
	width:100%;
}
.formdiv label{
	float:left;
	display:block;
	width: 130px;
}
.formdiv2{
	width:100%;
}
.formdiv2 label{
	float:left;
	display:block;
	width: 280px;
}
label.taglabel {
	float:left;
	display:block;
	width: 30px;
}
.formdiv ul li {
	list-style-type: none;
	/*display:block;*/
	margin-top:4px;
}
.formdiv2 ul li {
	list-style-type: none;
	/*display:block;*/
	margin-top:4px;
}
.forminline ul li {
	list-style-type: none;
	display: inline;
	/*display:block;*/
	margin-top:4px;
}
.error span {
	color: #F00;
}
input.textfieldc{
	font-family: Georgia;
	border-bottom:dotted 2px #000;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: transparent;
}
input.buttonc{
	border:double 1px #000;
	background: #AE4C3F;
	color: #fff;
}

input.textfieldt, .textareat{
	font-family: Georgia;
	font-size : 13px;
	font-variant: small-caps;
    border: solid 2px #AE4C3F;
}

