/*----------------------------------Jigoku Chou CSS File
Version 2Designed by: Vanessa----------------------------------*/* { margin: 0; padding: 0; border: 0; }/*----------------------------------Basics and Essentials----------------------------------*/body {background: #FFF url(mbg.gif) repeat-x top left;margin: 0 auto;font-family: Arial, "Verdana", sans-serif;font-size: 12px;text-align: center;color: #777; }#header {background: #000 url(header.jpg) no-repeat top left;height: 121px;width: 482px;margin: 0 auto; }

#container {margin: 0 auto;width: 550px;text-align: left; }#content {
margin: 10px 0;width: 540px;text-align: left; }#footer {
border-top: 1px solid #CCC;
padding-top: 13px;width: 550px;height: 51px;margin-left: 3px;text-align: center;clear: both; }/*----------------------------------Other Elements----------------------------------*/a:link,a:visited,a:active {    background: none;    text-decoration: none;    color: #87344F; }a:hover {    background: none;    text-decoration: none;    color: #000; }p { margin-bottom: 10px; line-height: 1.7em; text-align: justify; }p.center { text-align: center; }
p.form { margin-left: 110px; }em { color: #6E6E6E; }strong { color: #5F465B; }
b { font-weight: normal; color: #9C8B99; }

img { padding: 3px; border: 1px solid #DDD; margin: 3px 0 0 4px; }ul { list-style: none; margin-bottom: 5px; }
.links { line-height: 1.7em; margin-left: 135px; list-style: square; }ol { list-style: decimal; margin-bottom: 5px;}ol li { margin-left: 25px; }h1 {font-family: "Palatino Linotype",  Georgia, serif;font-size: 24px;font-variant: small-caps;text-indent: 40px;margin-bottom: 5px;clear: both;color: #8A2948; }h2 { font-family: Arial, "Verdana", sans-serif;font-size: 14px;font-variant: normal;text-indent: 40px;text-transform: lowercase;letter-spacing: 2px;margin-bottom: 5px;clear: both;color: #9D576E; }
/*----------------------------------Forms----------------------------------*/

label { text-align: left; color: #5F465B; }

input, textarea, .select {
border: 1px solid #CCC;
padding: 3px 5px;
font-family: Arial, "Lucide Grande", sans-serif;
font-size: 10px;
vertical-align: middle;
margin: 3px 0 5px 0;
width: 300px;
}

option { padding: 1px 1px 1px 2px; }

textarea {
width: 300px;
height: 120px;
font-size: 10px;
}

input#submit {
width: 80px;
}