﻿@charset "utf-8";
	html, body
	{
		background: #f0f0f0;
		font-family: Arial;
		font-size: 10px;
		color: #828282;
		margin:0;
		overflow: auto;
	} 
	img, div { behavior: url(iepngfix.htc) }
	a
	{
		color: #404040;
		font-weight: bold;
		text-decoration: none;	
	}
	a:hover
	{
		text-decoration: underline;		
	}
	h2
	{
	font-size: 16px;
	}
	div.mainBody
	{
		background-color: #f0f0f0;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: top;
		width: 100%;
		height: 100%;
		text-align: center;
		top:0;
	
	}
	div.all
	{
		width: 617px;
		margin-top: 20px;
		margin: 0 auto;
	}
	div.top
	{
		width: 617px;
		height: 48px;
        background-image: url(../images/top.png);
		background-repeat: no-repeat;
		background-position: bottom;
		text-align: right;
	}
	div.top p
	{
	padding-right: 17px;
	padding-top: 27px;
	}
	div.banner
	{
		width: 617px;
		height: 85px;
		background: url(../images/banner.png);
	}
	div.content
	{
		width: 617px;
		height: auto;
		background: url(../images/mainBg.png);	
		font-size: 11px;
		padding-top: 20px;
	}
	div.content ul, h2, dl, p
	{
		margin: 0;
	}
	
	div.left
	{
		float: left;
		width: 40%;
		text-align: left;
		margin-left: 30px;
	}
	div.right
	{
		float: right;
		width: 305px;
		margin-right: 20px;
		text-align: left;
	}
	div.spacer0
	{
		clear: both;
	}
	div.bottom
	{
		width: 617px;
		height: 37px;
		background: url(../images/bottom.png);	
	}
	
	div.form
	{
		width: 298px;
	}
	div.form div.top
	{
		width: 298px;
		height: 14px;
		background: url(../images/formTop.png);		
	}
	div.form div.middle
	{
		width: 276px;
		background: #fafafa;
		border-left: 1px #dadada solid;
		border-right: 1px #dadada solid;
		height: auto;
		padding: 10px;
		
	}
	div.form div.bottom
	{
		width: 298px;
		height: 14px;
		background: url(../images/formBottom.png);		
	}
	input.send
	{
		float: right;
		margin: 5px;
	}
