body {
margin: 0px;
padding-left: 0;
padding-right: 0;
font-size: 0.9em;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}


#divDoc
{
	max-width: 1080px;
	min-width: 800px;
	
}

#divBody
{
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
	height: 500px;
	margin-top: 20px;
}

#divTop
{
	background-color: #e1e193;
	height: 255px;
	min-width: 800px;
	background-image: url(/res/top_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#divTopLeft
{
	height: 255px;
	min-width: 600px;
	background-image: url(/res/top_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	padding-left: 200px;
}

#divTopChoose
{
	background-image: url(/res/choose.gif);
	background-repeat: no-repeat;
	height: 94px;
	margin-top: 40px;
	margin-left: 10px;
	padding-top: 30px;
	padding-left: 27px
}
#divZoneBox
{
	margin-top: 6px;
}
#divZoneBox label
{
	border-bottom: dashed 1px silver;
	margin-right: 6px;
}

#inputDomain, #inputDomainSubmit
{
	font-size: 18px;
	height: 30px;
}

#topMenu
{
	margin-left: 10%;
}

#topMenu A
{
	font-size: 1.2em;	
	margin-left: 10px;
	font-weight: bold;
	color: #68681E;
}


A
{
	color: #0879b1;
}

IMG
{
	border: 0;
}

UL
{
	margin-top: 0.2em;
	margin-left: 1.15em;
	margin-top: 0em;
	margin-bottom: 0em;
}


table
{
	font-size: 1em;
}


h1
{
	font-size: 1.5em;
	color: #68681E;
}

h2
{
	font-size: 1.2em;
	color: #9C652E;
}

.contblock
{
	width: 40%;
	margin-right: 10%;
	float: left;
	margin-bottom: 20px;
}

#divBottom
{
	text-align: left;
	margin-top: 20px;
	border-top: 4px solid #D4D593;
}
#divBottomRight
{
	text-align: right;
	
}
#divBottomLeft
{
	text-align: left;	
	float: left;
	width: 50%;
}
#divBottom small
{
	color: gray;
	font-size: 0.7em;
}