@charset "utf-8";
.content {
	float: left;
	height: auto;
	width: 100%;
}
.box-title {
	float: left;
	width: 800px;
	background-image: url(../images/icon-title.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-top: 20px;
	padding-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.box-title-02 {
	float: left;
	width: 830px;
	background-image: url(../images/icon-contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	padding-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 30px;
}
.box-title-03 {
	float: left;
	width: 830px;
	background-image: url(../images/icon-form.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	padding-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 30px;
	margin-bottom: 40px;
}


.box-product {
	width: 140px;
	height: auto;
	float: left;
	margin: 5px;
}
.picture-product {
	width: 140px;
	height: 236px;
	border: 1px solid #EBEBEB;
	float: left;
}
.code-product {
	width: 100%;
	float: left;
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-align: center;
	background-color: #ebebeb;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.detail-product {
	float: left;
	height: 60px;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #000;
}
.text-address-contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 36px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	height: auto;
	color: #666;
}
.box-input-01 {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-send {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
}

.input-01-01 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	height: auto;
	width: 100px;
	padding-top: 7px;
	color: #666;
}
.input-01-02 {
	float: left;
	height: auto;
	width: 700px;
}
.btn-input-01-02 {
	height: 30px;
	width: 700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	background-color: #e5e5e5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 5px;
}
.btn-input-01-03 {
	height: 200px;
	width: 700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	background-color: #e5e5e5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 5px;
	padding-top: 10px;
}
.send {
	float: left;
	height: 61px;
	width: 149px;
}

.btn-send {
	background-image: url(../images/icon-send.png);
	height: 61px;
	width: 149px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
