@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}

.main {
	width: 986px;
	margin: 0 auto;
}

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 986px;
	height: 140px;
}

.header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 986px;
	height: 164px;
}

.top_border {
	background-image: url(images/top_border.jpg);
	background-repeat: no-repeat;
	width: 986px;
	height: 98px;
}

.header_text {
	background-image: url(images/products.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 38px;
	position: relative;
	bottom: 42px;
	right: -365px;
}

.content {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	width: 986px;
	height: 310px;
	padding-left: 10px;
}

.bold {
	font-weight: bold;
	padding-left: 30px;
}

.text {
	font-size: 12px;
}

.form {
	margin-top: -340px;
	margin-left: 750px;
}

.label {
	font-size: 12px;
}

.send {
	margin-left: 90px;
}

.bottom_border {
	background-image: url(images/bottom_border.png);
	background-repeat: no-repeat;
	width: 986px;
	height: 76px;
	z-index: 2;
	margin-top: 40px;
	margin-left: 4px;
}

.click {
	background-image: url(images/sample_btn.png);
	background-repeat: no-repeat;
	width: 314px;
	height: 45px;
	margin-top: -115px;
	margin-left: 50px;
	z-index: 3;
}

.copy {
	font-size: 10px;
	text-align: center;
	margin-top: -20px;
}
