/* styles for contact form */
form {
	margin: 10px 25px 0 50px;
  }
#name, #email {
  width: 200px;
  }
#message {
	width: 700px;
	height: 135px;
  }
label, .warning {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
/* styles for random quote */
blockquote {
	border-top: 10px solid #A8B2A3;
	border-bottom: 10px solid #A8B2A3;
	background: #EFF0EE;
	width: 250px;
	text-align: center;
	margin: 0 30px 0 1em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #555;
	float: right;
  }
#maincontent1 blockquote p {
	margin: 0 1em;
	color: #CCCCCC;
  }
#quote {
  margin: 0;
  padding: 20px 20px 10px 20px;
  }

