body { background-color: #fff; color: #333; }
strong{font-weight:510;}
h1{ color: #6a0; text-shadow: #690 1px -1px 1px; margin-bottom: 40px; font-size: 32px;}
h2{ color: #6a0; text-shadow: #690 1px -1px 1px;}
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
.email_field{
	width: 230px;
	height: 20px;
	background: #dfd;
	border: 0px;
	margin: 3px;
	text-align: center;
	color: #666;
	
	-moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
}
.padded{
	padding: 5px;
}
#wrap{
	text-align: center;
}
#forms{
	width: 700px;
	height: 120px;
	position: relative;
	left: 50%;
	margin-left: -350px;
}
.field{
	text-align: center;
	width: 320px;
	height: 120px;
	background: url("/images/bg.png");
}
#infotext{
  height: 225px;
}
.left_text{
  width: 320px;
  text-align: center;
}
.right_text{
	width: 320px;
  text-align: right;
}
.left{
	float: left;
}

.right{
	float: right;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
.greentext{
  font-weight: 600;
  color: #6a0; 
}