@charset "utf-8";

*, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}

body
{
	background: url(../gfx/bg.gif) left top repeat-x #e3eefb;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, label, th, td, input, a
{
	color: #0079c2;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 20px;
}

h2
{
	font-weight: bold;
	padding-bottom: 10px;
}

img
{
	border: none;
}

p
{
	margin-bottom: 20px;
}

.right
{
	text-align: right;
	padding-right: 10px;
}

.text
{
	background: url(../gfx/input_bg.gif) left top repeat-x;
	border-bottom: none;
	border-left: 1px solid #3c3c3c;
	border-right: none;
	border-top: 1px solid #3c3c3c;
	height: 20px;
	padding: 4px 2px 0;
	margin-bottom: 4px;
	width: 286px;
}

table
{
	width: 560px;
}

.btn
{
	background: url(../gfx/button_bg.gif) left top repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 14px;
	padding: 4px 20px 7px 10px;
}

#submit
{
	width: 85px;
}

#wrapper
{
	background: url(../gfx/bg_image.jpg) center top no-repeat;
	height: 850px;
	margin: 0 auto;
	width: 800px;
}

	#content
	{
		padding: 350px 0 0 183px;
	}
	
		#content p.notice
		{
			background: url(../gfx/notice_bg.gif) left top repeat-x;
			font-weight: bold;
			height: 21px;
			margin-bottom: 5px;
			padding-top: 4px;
			width: 275px;
		}
		
			#content p.notice span
			{
				padding: 0 20px 0 10px;
			}
			
			#content table#discountgroup td
			{
				padding-bottom: 5px;
			}