.form-submit { /* the upload button on the header frame needs to be centered vertically */
	margin: 0px;
}
.form-item { /* the first form field on the properties frame should be at the top of the page */
  margin-top: 0px;
}
.form-button {
	width: 60px;
	font-weight: bold;
}
a {
  font-weight: bold;
}
body#img_assist_thumbs, body#img_assist_upload, body#img_assist_properties {
	border-top: 1px solid #000;
}

body#img_assist_header {
	background-color:#ccc;
}
.image img  { /* put a border around images */
  /*border: 0px solid #000;*/
}
#caption {
	font-size: 12px;
	display: block;
}
#properties_layout {
	border: 0px solid #800000;
	padding: 5px;
}
.img_assist_imglink {
  padding: 0px 2px 0px 2px;
  float: right;
}
#startover { /* Start Over button */
	width: 70px;
}
.inline { 
	margin:0px;
}
div.left {
	float:left;
}
div.right {
	float:right;
}

/*
#img_assist_header .input {
  vertical-align: middle;
}*/
