body {
	margin: 0px;
	padding: 5px;
  color: #000;
	font-size: 14px;
	background-color:#efefef;
}
.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;
}
body#img_assist_thumbs, body#img_assist_upload, body#img_assist_properties {
	border-top: 1px solid #000;
}

body#img_assist_header {
	background-color:#ccc;
}

/* put a border around images */
/* Disabled 2/17/06  --RJung
.image img  { 
  border: 1px 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: 5px;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.inline.none {
	display: inline;
}

/*
#img_assist_header .input {
  vertical-align: middle;
}*/
