/***********
contact
***********/
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	font-family:"Tahoma", Verdana, "Tahoma", Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #FFAA00;
}

.HeaderArea {
	position: relative;
	width: 980px;
	height: 150px;
	background-image: url("../img/header_back.gif");
}
#Logo {
	position: absolute;
	top: 25px;
	left: 25px;
	border: 0;
}
#PakemoLogo {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 120px;
	height: 35px;
	border: none;
}

.Container {
	position: relative;
	width: 980px;
	margin: 15px 0px 0px 0px;
}

#MainImage {
	position: relative;
	width: 320px;
	height: 860px;
	float: left;
}

.RightArea {
	positgion: relative;
	width: 645px;
	float: right;
}

.ContactArea {
	position: relative;
	width: 645px;
	height: 860px;
	background-color: #FFFFFF;
}

.ContactArea p {
	position: absolute;
	top: 70px;
	left: 30px;
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	font-weight: bold;
}

.ContactArea table {
	position: relative;
	width: 585px;
	margin: 20px 0px 0px 0px;
}
.ContactArea th {
	width: 150px;
	height: 25px;
	font-size: 12px;
	text-align: left;
}
.ContactArea td {
	width: 435px;
	font-size: 12px;
}
.ContactArea b {
	color: #FF6600;
}

.BtnArea {
	position: relative;
	width: 250px;
	height: 27px;
	margin: 5px 0px 20px 0px;
}
.TopBackBtn a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 122px;
	height: 27px;
	background-image: url("../img/topback_btn.gif");
	display: block;
}
.TopBackBtn a:hover {
	background-position: 0px -27px;
}

.FooterSpace {
	position: relative;
	clear: both;
	width: 980px;
	height: 15px;
}

.FooterArea {
	position: relative;
	width: 980px;
	height: 160px;
	background-color: #FF6600;
}
.FooterArea p {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
.FooterInfoArea {
	position: absolute;
	width: 450px;
	height: 120px;
	top: 15px;
	right: 15px;
	background-image: url("../img/footer_logo.gif");
}
.FooterInfoArea p {
	position: absolute;
	top: 5px;
	left: 200px;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	line-height: 150%;
	margin: 0px;
}

/***********
confirm
***********/
.ConfirmArea {
	position: relative;
	width: 645px;
	height: 860px;
	background-color: #FFFFFF;
}
.ConfirmArea p {
	position: absolute;
	top: 65px;
	left: 30px;
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	font-weight: bold;
}

.ConfirmArea table {
	position: relative;
	width: 585px;
	margin: 20px 0px 0px 0px;
}
.ConfirmArea th {
	width: 150px;
	height: 30px;
	font-size: 12px;
	text-align: left;
}
.ConfirmArea td {
	width: 435px;
	font-size: 14px;
	line-height: 180%;
}
.ConfirmArea b {
	color: #FF6600;
}

.SendBtnArea {
	position: relative;
	width: 250px;
	height: 27px;
	margin: 10px 0px 0px 0px;
}

.ContactBackBtn a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 122px;
	height: 27px;
	background-image: url("../img/contactback_btn.gif");
	display: block;
}
.ContactBackBtn a:hover {
	background-position: 0px -27px;
}

/***********
comp
***********/
.CompArea {
	position: relative;
	width: 645px;
	height: 860px;
	background-color: #FFFFFF;
}

.CompArea table {
	position: relative;
	width: 585px;
	margin: 20px 0px 0px 0px;
}
.CompArea th {
	width: 150px;
	height: 30px;
	font-size: 12px;
	text-align: left;
}
.CompArea td {
	width: 435px;
	font-size: 12px;
	line-height: 180%;
}
.CompArea p {
	line-height: 200%;
}

.CompBtn a {
	position: relative;
	width: 122px;
	height: 27px;
	background-image: url("../img/topback_btn.gif");
	display: block;
}
.CompBtn a:hover {
	background-position: 0px -27px;
}
