.wrap h2 { font-weight:bold; color:red;}
.odd {
	background-color: #FFF8E8
}
.r { font-weight:bold; color:red;}

.top, .top a { vertical-align:top }

.wrap textarea:read-only {
	background-color:#EEEEEE;
}

.wrap .submit input, .button {
	width: 300px;
	height:50px !important;
}
.wrap .submit input:hover, .button:hover {
   border-top-color: #333333;
   background: #09F !important;
   text-shadow:none !important;
   color:#FFF !important;
   }
.wrap .submit input:hover, .button:active {
   border-top-color: #1b435e;
   text-shadow:none !important;
   }
