#left-top {
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 155px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#content_left blockquote {
	padding: 5px;
	border: 1px dashed #C3C3C3;
	background-color: #F7F9F8;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
	color: #999999;
}

#left-bottom {
	background-image: url(../images/left-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 238px;
	padding-right: 20px;
	padding-left: 20px;
}
#right-top {
	background-image: url(../images/right-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 125px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#right-bottom {
	height: 100px;
	background-image: url(../images/right-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#right-bottom h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 5px;
	color: #959595;
}
.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;
}
.contactform .invalid {
	border: 2px solid #FF0000;
}

.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: auto;
}
.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;
}
