#quoteWidget{
  float: left;
  width: 241px;
  background: url('../images/quote_corners_top.gif') no-repeat top left;
  padding: 21px 0 0 0;
}
#quoteWidget .int{
  width: 241px;
  background: #fff;
  height: 274px;
  margin: 0;
  padding: 0;
  position: relative;
}
#quoteWidget .int h2{
  padding: 0;
  margin: 0 0 12px 20px;
  font: normal 36px "Century Gothic", arial, verdana, helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 32px;
  color: #36c;
}
#quoteWidget .int h2 span{
  color: #f60;
}
#quoteWidget .int h3{
  padding: 0;
  margin: 20px 20px 0px;
  color: #36c;
  font-size: 18px;
}
#quoteWidget select{
  width: 200px;
  margin: 20px 0 0 20px;
  font-size: 13px;
}

#widgetQuoteContent {
	margin: 10px 0 0 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
	 color: #36c;
}


 a.WidgetUrl {
	 display: block;
  background: url('../images/quote_button.gif') no-repeat bottom left;
  width: 200px;
  height: 51px;
  text-align: center;
  font: normal 31px "Century Gothic", arial, verdana, helvetica, sans-serif;
  line-height: 51px;
  color: #fff;
  text-decoration: none;
  margin: 14px 0 0 0;
  border: 0;
  padding: 0 0 3px 0;
  position: absolute;
  bottom: 0px;
}

a.WidgetUrl:hover {

}

#quoteWidget .btm{
  background: url('../images/quote_corners_btm.gif') no-repeat bottom left;
  height: 291px;
}
