.form-label
{
    padding: 0;
    margin: 0;
}
    
.form-input input.text
{
    margin: 0;
    font-size: 9pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #828282;
}

.error-bubble
{
    border: 1px solid #999;
    background-color: #eee;
    padding: 5px;
}
    
.message-body
{
    font-family: Arial, Helvetica, Sans-Serif;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
}

.message-body h1
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.indented
{
    margin-left: 0;
}

.widget-edit-config-panel
{
    display: none;
}
    
.widget-block
{
    -moz-border-radius: 10px 10px 10px 10px;
    padding: 20px;
    display: block;
    overflow-y: visible;
}
.widget-block .widget-instance ul
{
    margin: 0;
    padding: 0;
}
.title-bar 
{
    font-size: 1.5em ;
    border-bottom: 1px solid;
    margin: 0 0 20px;
    display:inline-block;
    padding-bottom:5px;
    width:100%;
    padding-top:5px;
}
.widget-block .widget-instance a
{
   /* text-decoration: underline;
    font-weight: normal;
    border-style: none; */
}

.cygnus-notification-dialog
{
    border: 1px solid #999;
    background-color: #eee;
}
.ui-dialog-content
{
    
}
.widget-head
{
    background-color: #ccc;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #999;
}
#spaceModalNotificationbody
{
    padding: 10px;
}

.ebay-detail-popup
 {
     color:black !important;
     border :#000 solid 2px !important;
     background-color: #FFFFFF !important;
     line-height:normal !important;
 }
 .ebay-detail-popup a 
 {
      color:black !important;
      text-decoration:underline !important;   
 }
 .ebay-detail-popup a:hoover
 {
      color:black !important;
      text-decoration:underline !important;   
 }
 
 .product-description
 {
     line-height:normal !important;
 }
 
  .product-details
 {
     line-height:normal !important;
     font-size:14px;
 }

