/*****************************************
          MANGA JUICE CSS © 2007
          Developed by Digi Nut
******************************************/

/***** Remove padding and other settings for browser variants *****/
body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, a, div, img {margin: 0; padding: 0; border: 0;}
img {display: block}

/***** Body styles *****/
body {
background: #FFF;
color: #333;
font-family: Arial, Tahoma, Verdana, Sans-Serif;
font-size: 100%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px;
width: 851px;
}

a {color: #B43D1D;}
a:active {color: #333;}
a:visited {color: #B43D1D;}
a:hover {color: #D24522;}

form {width: 395px;}
p {font-size: 0.8em; padding: 0 0 5px 0;}
p.subtle {color: #93969B; font-size: 0.6em;}
p.thanks {padding-bottom: 50px;}

/***** Container & body styles *****/
#container {background: url(../images/background.jpg) top left no-repeat; padding-top: 528px;}

.form-field {width: 280px; font-size: 0.7em; padding: 3px;}
.submit-button {width: 24px; height: 24px; border: 0; background: transparent url(../images/submit_button.jpg) no-repeat center top; text-indent: -9999px; cursor: pointer; cursor: hand; margin-left: 6px;}

#manga_artists {position: absolute; left: 695px; top: auto; width: 322px; background: transparent url(../images/opacity_square.png) left top no-repeat ; margin: 25px 0 0 0;}
#manga_artists h2 {font-size: 1.2em; font-weight: normal; color: #000; padding: 14px 14px 10px 14px;}
#manga_artists p {font-size: 0.8em; color: #000; padding: 0 14px 14px 14px; line-height: 130%;}

/***** Misc *****/
.hide {display: none;}