#wrapper{
  margin:0 auto;
  width:904px;
}

header{
	margin-bottom:10px;
}

img#header{
	width:904px;
	height:250px;
}

textarea#notification {
	width:904px;
	height:250px;
	margin-bottom:15px;
}

h1{
	color:#666666;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}

h2{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}

input, textarea {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0976563) 0 0 8px;
  background-image:-webkit-gradient(linear, 0 0%, 0 25, from(#FFFFFF), color-stop(0.04, #EEEEEE), to(#FFFFFF));
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #E5E5E5;
  box-shadow:rgba(0, 0, 0, 0.0976563) 0 0 8px;
  font-family:Verdana, Tahoma, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:100%;
  outline:0;
  padding:9px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
  -webkit-box-shadow:rgba(0, 0, 0, 0.148438) 0 0 8px;
  border-color:#C9C9C9;
}

.important {
color: red;
padding: 10px 0;
}