/* This file based on 'Tranquille' by Dave Shea */
/* It was taken from the template on CSS Zen Garden (www.csszengarden.com) */

#innerNav h2 {
	background: url(../images/title-clients.gif) no-repeat right top; 
	}

#newQuote {
   padding: 10px 0 20px;
   text-align: center;
}

.customerQuoteContainer {
   padding: 5px 50px 5px 25px;
}

#confirmation {
   padding: 0 20px 10px;
   font-weight: bold;
   text-align: center;
}

.quoteText {
   color: #606060;
   font-size: 1.1em;
}

.authorText {
   font-style: italic;
   padding-left: 2em;
}

#submitNewQuoteForm {
  margin: 0 30px;
  padding: 10px;
  border: 1px solid #DDD;
}

#submitNewQuoteForm p {
  margin: 10px 0 0 0;
  padding: 0;
}

#submitTitle {
  color: #DF9325; 
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}