@charset "utf-8";
/* CSS Document */

#left-top {
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 225px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	color: #999999;
}
#left-top strong {
	font-weight: normal;
	color: #878787;
	text-decoration: none;
}
#left-bottom {
	background-image: url(../images/left-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
}
#right-top {
	background-image: url(../images/right-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 266px;
}
#right-bottom {
	height: 100px;
	background-image: url(../images/right-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#right-bottom strong {
	font-weight: normal;
	text-decoration: none;
	color: #878787;
}
#right-bottom p {
	text-indent: 20px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.contactform {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.contactform input {
	height: 16px;
	border: 1px groove #999999;
	margin-bottom: 10px;
	width: 180px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
}
.input_box {
	height: 16px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.contactform textarea {
	width: 225px;
	border: 1px groove #999999;
	display: block;
	height: 115px;
	overflow: hidden;
}
.domain_regbox {
	line-height: 20px;
	margin: 5px;
	padding: 0px;
}

.ext_list {
	width: 420px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ext_list li {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 12px;
}

