form{
	margin-bottom: 0;
	display: inline;
	margin: 0;
}
.mainFrame {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; 
}
.welcomePanel {

	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D4D0C8;
}
.featuredPanel {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D4D0C8;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #D4D0C8;
}

.loginPanel {
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #D4D0C8;
}

.mainFont {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	color: #6B74B9;
	text-decoration: none;
}
a:visited {
	color: #4D55A6;
	text-decoration: none;
}
a:hover {
	color: #717ABB;
	text-decoration: underline;
}
a:active {
	color: #717ABB;
	text-decoration: none;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .img-shadow object {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }