
/* HEADER */
#header {
	height: 125px;
	position: relative;
}
#header2 {
	height: 125px;
	
}
#header3 {
	height: 90px;
	
}
#header2 td {
	padding-right: 30px;
}

#header #logo {
	position: absolute;
	left: 18px;
	top: 7px;
}
#header #header_right {
	position: absolute;
	right: 1px;
	top: -3px;
}

#content_container {
	padding: 16px 0 0 16px;
}

#content_yourshape {
	color: #666666;
	padding: 0;
	margin: 0;
}
#content_yourshape td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/* CONTENT */
#content {
	width: 1000px;
	padding: 16px;
	color: #666666;
}
#content td {
	vertical-align: top;
}
#content td.left {
	width: 245px;
	padding-right: 25px;
	font-weight: bold;
}
#content td.left div {
	border: 1px solid #C7C6C1;
	padding: 3px 0px;
	margin-bottom: 8px;
}
#content td.left div img {
	margin: 0px auto;
}
#content td.middle {
	width: 373px;
	font-weight: bold;
	font-size: 13px;
}
#content td.right {
	padding-left: 25px;
}
#content td.right td {
	font-weight: bold;
}
#content td.right .border {
	padding: 3px;
	border: 1px solid #C7C6C1;
	margin: 12px 0px;
}

/* SURVEY */
#survey {

}

