html {
	padding:0px;
	margin:0px;
}
body {
	font:12px normal Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
form {
	margin:0px;
	padding:0px;
}
h3 {
	font:12px bold Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	margin:2px 0px 0px 0px;
	padding:0px;
}
em {
	color:red;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#header {
	margin: 0 0 15px 0;
	height:63px;
}

#side-a {
	float: left;
	width: 24px;
	height:280px;
	background: #EFC501 url(/affiliate/img6/bg_05.png) no-repeat left top;
}

#side-b {
	float: right;
	width: 27px;
	height:280px;
	background: #EFC501 url(/affiliate/img6/bg_09.png) no-repeat right top;
}

#content {
	position:relative;
	float: left;
	width: 370px;
}

#footer {
	clear: both;
	background: #A2A2A2;
}
#logo1 {
	float:left;
}
#logo2 {
	float:right;
}
#banner {
	clear:both;
	height:348px;
}
#logo3 {
	position: absolute;
	top:20px;
	right:-300px;
}
#tel {
	position: absolute;
	top:140px;
	right:-330px;
}
#text1 {
	position: absolute;
	top:0px;
	left:22px;
}
#text2 {
	display:block;
	float:right;
	position:relative;
	right:10px;
	top:-10px;
}
#formbutton {
	position:relative;
	top:25px;
	right:-150px;
	display:block;
	float:right;
}
#formbutton img {
	padding:0px 10px;
}
#formbutton input {
	padding:0px 10px;
	width:52px;
	height:16px;
}
.bd dl {
	line-height:30px;
	color:#000000;
}
.bd dd {
	margin-left:100px;
	margin-top:-30px;
	_margin-top:-23px;
	color:#000000;
}
.bd input {
	width:200px;
}

.dialog {
 position:relative;
 top:25px;
 left:15px;
 margin:0px auto;
 width: 350px;
 height:240px;
 color:#fff;
 z-index:1000;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/affiliate/img6/box.png) no-repeat top right;
 _background-image:url(/affiliate/img6/box.gif);
}

.dialog .content {
 position:relative;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 height:240px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:22px; /* top slice width */
 margin-left:-22px;
 height:100%;
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:22px; /* bottom corner width */
 margin-left:-22px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 height:240px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}