/* ---------------- Global Styles ----------------- */
/* ------------------------------------------------ */
* {	padding: 0;	margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, form { padding: 6px 0; }
li, dd, blockquote { margin-left: 30px; margin-top: 1px; }
fieldset { padding: 10px; }
html
	{
	height: 100%;
	margin-bottom: .01em;
	text-align: center;
	background: #fbf2e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5770;
	}
#main
	{
	width: 770px;
	height: 461px;
	margin: 15px auto 0 auto;
	text-align: left;
	background: url(../images/image_main.jpg) left top no-repeat;
	padding: 1px;
	}
#textbox
	{
	width: 414px;
	height: 207px;
	margin: 182px 0 0 329px;
	padding: 1px;
	}
#textbox_top
	{
	width: 414px;
	height: 15px;
	background: url(../images/textbox_top.gif) left top no-repeat;
	}
#textbox_content
	{
	background: #fff;
	padding: 0px 35px 25px 35px;
	_padding: 0px 35px 0px 35px;
	width: 344px;
	margin-top: -4px;
	}
#textbox_bottom
	{
	width: 414px;
	height: 15px;
	background: url(../images/textbox_bottom.gif) left top no-repeat;
	}
p#continue
	{
	float: right;
	}
a
	{
	color: #269ad0;
	}
a:hover
	{
	color: #EE3A42;
	}