#us_widget {
    border: 2px solid #e4dfc6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background:#f3f1e4;
    width: 250px;
    padding: 5px 10px; 
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    position: relative;
  }
  
  #us_widget table, #us_widget tr, #us_widget td {
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  
  #us_widget .w_buttons {
		white-space: nowrap;	
	}
  
  #us_widget .w_header, #us_widget .w_header a, #us_widget .w_header a:visited {
    font-size:15px;
    line-height:18px;
    margin:3px 1px 5px 1px ;
    color:#333;
  }
  
  #us_widget a.w_button, #us_widget a.w_button:visited {
    display: inline-block;
    text-align: center;
    line-height: 1;
    background: #bc580d url('../images/bgButton.gif') repeat-x; 
    font-size: 15px;
    width: 68px;
    height: 16px;
    padding: 2px 0px 2px 0px;
    margin: 3px 3px 3px 0px;
    color:white;
    font-family:helvetica, arial;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration:none;
  }

  #us_widget .w_instructions {
    font-size:11px;
     font-style: italic;
    color:#333;
    margin:7px 2px 2px 2px;
    
  }
  
  #us_widget .w_all_times a {
    font-family: helvetica, arial, sans-serif;
    background: none;
    text-decoration: none;
	white-space: nowrap;
    font-size: 12px;
    color: #0144a7; 
    border: none;
  }
  
  #us_widget .w_all_times a:link, #us_widget .w_all_times a:visited { 
    font-family: helvetica, arial;
    background: none;
    color: #bc580d;
    border-bottom: 1px dotted #0144a7;
  }
  
  #us_widget .w_all_times a:hover {
    font-family:helvetica, arial;
    background:none;
    color: #d04102;
    border-bottom: 1px dotted #d04102;
  }

	#us_widget .w_resto {
		padding-bottom: 6px;
		text-align: center;
	}
	
	#us_widget .w_button {
	  display:inline-block;
    text-align:center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  	padding:0px 6px 3px 6px;
  	background: #bc580d url('../images/bgButton.gif') repeat-x;
    height: 24px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    color: white;
	}
	
	#us_widget input.w_button { height: 20px; padding: 0 8px; background: #bc580d url('../images/bgButton.gif') repeat-x;}
	
	#us_widget .multiday_table td {
		padding: 0 8px 2px 0;
		vertical-align: bottom;
	}
	
	#us_widget .perk_announce { font-size:12px; color: #D96A02; font-style: italic; }
	#us_widget .perk_body { 
		font-size:12px;
		color:#000;
		
	}

  /*IE*/
  * html #us_widget .w_all_times a:link, * html #us_widget .w_all_times a:visited, * html #us_widget .w_all_times a:hover { outline:none;border-bottom: none;text-decoration:underline; }



  