@charset "UTF-8";
/* CSS Document */

#wrapper {

margin: 50px auto; /* 50px from the top and auto centered */
width: 960px;
}

#form {
margin:0 auto;
width:430px;
}

label {
display: block;
margin-top: 20px;
}

h2 {
	color:#990000;
}

input, textarea {
width: 379px;
background: #F6F7F7;
border: 1px solid #ddd;
font-size: 0.9em;
color: #000;
height: 25px;
padding: 10px;
margin-top: 3px;
}

textarea {

height: 100px;
}

#submit {
width:97px;
height:43px;
background:#003366;
color:#FFF;
border:none;
margin-top:20px;
cursor:pointer;
font-size:20px;
}

#submit:hover {
	background:#990000;
}

.required
{
    color:#dd6666;
}
