@charset "utf-8";
/*\*/
@import "common.css";

#content {
text-align:center;
}

#content h2 {
text-align:left;
}

#content h3 {
font-size:122%;
padding:15px 20px 5px 20px;
color:#1e218a;
text-align:left;
}

#content h3.error {
color:#CC0000;
font-weight:bold;
}

#content p {
padding:0 20px;
text-align:left;
line-height:1.5;
}

#content table {
margin:10px auto;
}

#content table th,
#content table td {
padding:10px;

}

#content table th {
background:#efeff7 url(../img/hrX.gif) bottom repeat-x;
color:#1e218a;
}

#content table td {
text-align:left;
background:url(../img/hrX.gif) bottom repeat-x;
}

#content table .inputText,
#content table .inputMail,
#content table .inputBody {
width:400px;
}

.subMenu {
margin-top:10px;
clear:both;
background:url(../img/hrX.gif) top repeat-x;
}
