/* CSS for Contact Us */

#wrapper {
margin-left: 100px;
}

#header {
width: 650px;
text-align: center;
}

#contents {
width: 650px;
line-height: 1.5;
}

#footer {
clear: both;
margin-top: 30px;
width: 650px;
text-align: center;
}

form {
margin-left: 10px;
}

fieldset {
margin: 10px;
background-color: #ccf;
}

legend {
padding: 0px 2px;
color: #333;
font-weight: bold;
font-size: 1.25em;
}

form fieldset div {
margin: 6px 12px;
clear: left;
}

form fieldset div label {
display: block;
width: 120px;
float: left;
font-style: bold;
}

#warning {
margin-top: 10px;
height: 50px;
color: #f00;
text-align: center;
}
#comment {
margin-top: 10px;
height: 50px;
text-align: center;
}

#submit-p {
text-align: center;
}

#submit {
width: 100px;
margin: 0 auto;
}

#submit-p input {
#font-size: 1.5em;
}

#result {
margin-top: 30px;
text-align: center;
font-size: 1.5em;
}
