.contactbox{
	width:712px;
	height:560px;
	margin: 20px 20px 0 20px;
}

.contactbox .left{
	width: 270px;
	height:500px;
	font-size: 11px;
	color: #006060;
	float: left;
}

.contactbox .title{
	font-size: 15px;
	width:270px;
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #7f7f7f;
	padding: 0 0 0 0px;
	text-decoration: none;
	float: left;
}

.contactbox .left .subtitle{
	background-image: url(../images/line_product.gif);
	background-repeat: no-repeat;
	float:left;
	width:263px;
	height: 15px;
	margin-bottom: -5px;
}

.contactbox .right{
	width: 420px;
	height:500px;
	font-size: 11px;
	color: #006060;
	float:left;
	margin: 0 0 0 15px;
}

.contactbox .right .item{
	float:left;
	height:34px;
	margin: 5px 5px 5px 0;
	width: 90px;
}

.contactbox .right .item p{
	float:left;
	font-size: 9px;
	font-weight:normal;
	margin: 0px;
	color: #000000;
}

.contactbox .right .item .inputselect{
	height:18px;
	font-size:11px;
	padding:0px;
}
.contactbox .right .item .inputtext{
	font-size: 11px;
	height:14px;
	padding:1px 0 0 1px;
}
.contactbox .right .item .textarea{
	width: 400px;
	height: 100px;
	font-size: 11px;
	font-family:verdana;
}
.contactbox .right .item .checkbox{
	float:left;
}
.contactbox .right .submit_img{
	cursor: pointer;
}
