/* Fix for Chrome/Safari */
/*body { font-size:62.5% !important; }*/
/* End Fix for Chrome/Safari */

h2
{
	text-align: left;
}

	h2 a span
	{
		font-size: 12px;
		text-decoration: underline;
		padding-left: 20px;
		float: right;
		font-weight: bold;
	}



	table.coupon_filter input,
	table.coupon_filter select
	{
		font-size:11px;
	}

	table.coupon_filter td
	{
		padding-bottom: 7px;
	}
  
  table#coupon_view
  {
    border: 1px solid #ccc;
    font-size: .85em;
  }  
    table#coupon_view a
    {
      text-decoration: none;
    }
    
    table#coupon_view td,
    table#coupon_view th
    {
      padding: 1px 3px;
    }  
    
    table#coupon_view th
    {
      background: #ccc;    
    }  
    
    table#coupon_view td,
    table#coupon_view td img
    {
      background: transparent !important;    
    }  

  
  table.front td,
  table.box td,
  table.syndicate td
  {
    font-size: 120%;
  }  

  
  div.dsmc_pager
  {
    width: 99%;
    background: #e5e5e5;
    border:1px solid #ccc;
    padding:2px 5px;
    font-size: 110%;
  }  
    div.dsmc_pager a
    {
      text-decoration: none;
    }
  
  div.view_option
  {
    float: right; 
  }
  

.form_submit
{
	font-size: 12px !important;
}
  
  
  
/*
 * WP Admin updated alert block
 */
  
.updated,
.error {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 15px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.updated p,
.error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}

.wrap .updated {
	margin: 5px 0 15px;
}

.updated {
	background-color: #ffffe0;
	border-color: #e6db55;
}

.update-message {
	color: #000000;
}
  
  