.clear {
   clear: both;
	height: 0px;
}
.field {
	float: left;
}
ul
{
   list-style-type: none;
}
.thumbsfrm {
	width: 470px;
	margin: 10px;
	padding: 10px;
}
.imgfrm {
	float: left;
   height: 175px;
	width: 180px;
}
.thumbsfrm a {
	float: left;
	text-align: center;
	vertical-align: middle;
   margin: 5px;
}
.thumbsfrm a:hover {
}
.thumbsfrm img {
}
.formtitle {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}
#fulldatafrm {
	margin-left: 50px;
}
#fullquilt_name {
	font-size: 16pt;
	font-weight: bold;
}
#fullquilter {
	font-style: italic;
}
#fullpiecer {
	font-style: italic;
	margin-left: 20px;
}
#fullcity {
	margin-left: 20px;
}
#fullcomments {
	font-size: 10pt;
}
.standardText {
	font-size:10pt;
   border: 2px inset #bbb;
}
.errorText {
	font-size:10pt;
   border: 2px solid #f00;
}

#imgGrid
{
   width: 455px;
   margin: 0 auto;
}


