@charset "UTF-8";
/* CSS Document */

@import url(./sw.css);
/* toc

00 basic
10 a
11 roundbtn
20 headerArea
21 globalNav
22 pulldown menu
23 utilityNav
24 about
30 mainArea
31 mainArea dl/dt/dd
32 mainArea ul/li
33 mainArea areaBox
40 subArea
50 footerArea
61 table
62 form element

*/

/* =00
===================================================================
basic */

body {
	background: #B7AEA8 url(../images/body-bg-nohome.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px 0px 20px;
}
body#home {
	background: #B7AEA8 url(../images/body-bg.jpg) repeat-x;
}
* html body /* for WinIE6*/ {
	font-size: 87.5%;
}
*:first-child+html body /* for WinIE7*/ {
	font-size: 87.5%;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0px;
	color: #5F5045;
}
p, ul, li {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
table, table tr, table th, table td {
	border: 1px none #FFF;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


/* =10
===================================================================
a  */

a, a:link, a:link:visited {
	color: #666;
	background-color: transparent;
}
a:hover, a:visited:hover {
	color: #fff;
	background: #5F5045;
}
a:link, a:visited, a:active {
	outline: none;
}
#wrapper {
	background-color: #fff;
	margin: 0px auto 20px;
	width: 920px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-lef-radius: 5px;
}
* html #wrapper {
	height: 1%;
}
/* =11
===================================================================
roundbtn */

.--------------- { /* for divider */
}
p.readMore {
	text-align: right;
	clear: both;
}
p.readMore a, #pagetop a {
	background-color: #f9f9f9;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
* html p.readMore a, * html #pagetop a {
	border: 1px solid #fff;
	text-decoration: underline;
}
p.readMore a:hover, #pagetop a:hover {
	background: #705E51 url(../images/btn_bg.png) no-repeat center top;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #705E51;
}
* html p.readMore a:hover, * html #pagetop a:hover {
	background: #5F5045 url(none);
	text-decoration: none;
	color: #FFF;
	border: 1px solid #5F5045;
}
/* =20
===================================================================
headerArea */

.--------------- { /* for divider */
}
#headerArea {
	background: url(../images/header-bg.jpg) repeat-x center top;
	height: 228px;
	position: relative;
}
body#home #headerArea {
	background: url(../images/header-bg-home.jpg) repeat-x center top;
	height: 370px;
}
#headerArea #logo {
	position: absolute;
	left: -17px;
	top: 20px;
}
body#home #headerArea #logo {
	left: -22px;
}

#headerArea p#copy {
	display: none;
}
#headerArea p#reason {
	position: absolute;
	left: 296px;
	top: 234px;
}
body#home #headerArea p#copy {
	position: absolute;
	left: 63px;
	top: 138px;
	display: block;
}
/* =21
===================================================================
globalNav */

.--------------- { /* for divider */
}
#headerArea ul#globalNav {
	position: absolute;
	left: 0px;
	top: 153px;
	background: url(../images/globalNav-bg.gif) repeat-x 0px 0px;
	height: 49px;
	width: 876px;
	padding-left: 44px;
}
body#home #headerArea ul#globalNav {
	top: 318px;
}
* html #headerArea ul#globalNav {
	background: url(../images/globalNav-bg.gif) repeat-x -2px 0px;
}
#headerArea ul#globalNav li {
	float: left;
}
/* =22
===================================================================
pulldown menu */

.--------------- { /* for divider */
}
body#home ul#globalNav li {
	position: relative;
}
ul#globalNav li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 49px;
	left: 0px;
	height: 0;
	z-index: 100;
}
ul#globalNav ul li {
	background-color:#5F5045;
	margin-bottom: 0;
	/*width: 240px;*/
	width: 520px;
	height: 2em;
	border-bottom: 1px solid #ABA29B;
}
ul#globalNav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	height: 2em;
	line-height: 2em;
}
ul#globalNav ul li a:hover {
	z-index: 100;
	background-color: #7C695A;
}
ul#globalNav li:hover ul, ul#globalNav li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
/* =23
utilityNav */

#headerArea ul#utilityNav {
	position: absolute;
	top: -2px;
	right: 26px;
	background: url(../images/utiltyMenu-bg.gif) no-repeat 0px 2px;
	height: 35px;
	width: 242px;
	padding: 0px 29px 15px;
}
#headerArea ul#utilityNav li {
	float: left;
}
/* about */

#headerArea p#about {
	position: absolute;
	top: 153px;
	right: 20px;
	z-index: 30;
	width: 205px;
}
body#home #headerArea p#about {
	top: 318px;
}
/* =30
===================================================================
mainArea */

.--------------- { /* for divider */
}
#mainArea {
	float: right;
	width: 655px;
	margin: 20px;
}
* html #mainArea {
	float: right;
	width: 645px;
	margin: 20px;
	display: inline;/* for IE6 */
}
body#home #mainArea {
	float: left;
	width: 580px;
	margin-left: 20px;
	margin-top: 20px;
}
#title h1 {
	background: #5F5045;
	width: 860px;
	color: #FFF;
	padding: 3px 30px;
	height: 44px;
	border-bottom: 10px solid #A29992;
	margin: -33px 0px 0px;
}
#mainArea h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #736153;
	padding-bottom: 4px;
	clear: both;
	background: url(../images/bullet-h2.gif) no-repeat 3px 5px;
	padding-left: 25px;
}
#mainArea h3 {
	margin-top: 30px;
	font-size: 122%;
	margin-bottom: 0px;
	clear: none;
}
#mainArea h2.firstChild {
	margin-top: 0px;
}
body#home #mainArea h2 {
	padding-bottom: 10px;
	background: url(../images/bullet-h2.gif) no-repeat 3px 3px;
	padding-left: 24px;
}
#mainArea h2#greeting {
	margin-top: 0px;
}
#mainArea p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.6;
}
/* =31
===================================================================
mainArea dl/dt/dd */

#mainArea dl {
	margin: 0px;
	padding: 0px;
}
#mainArea dl#faq dt {
	margin-top: 10px;
	margin-bottom: 5px;
	background: #E5E1DE url(../images/aq-q.gif) no-repeat 3px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
#mainArea dl#faq dd {
	margin-bottom: 40px;
	background: url(../images/qa-a.gif) no-repeat 3px 3px;
	padding-left: 35px;
	line-height: 1.6;
}
#mainArea dl#newslist dt {
	background: url(none);
	font-size: 122%;
	margin: 0px;
	padding: 0px;
}
#mainArea dl#newslist dd {
	background: url(none);
	padding-left: 0px;
	line-height: 1.6;
	margin: 0px 0px 20px;
}
#mainArea dl#newslist dd.newsdate {
	margin: 0px;
	color: #999;
}
#mainArea dl#newslist p {
	margin: 0px;
}
/* =32
mainArea ul/li */

#mainArea ul li {
	text-decoration: none;
	padding: 3px 8px 3px 17px;
	background: transparent url(../images/bullet_sb.gif) no-repeat 4px 8px;
}
/*#mainArea ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #993366 url(images/bullet_sb_white.gif) no-repeat 4px 8px;
}*/
#mainArea ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainArea ol.risklist li {
	text-decoration: none;
	background: left top no-repeat;
	background-size: 30px auto;
	padding: 4px 8px 8px 40px;

}
#mainArea ol.risklist li:nth-child(1) {
	background: transparent url(../images/icon_number01.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(2) {
	background: transparent url(../images/icon_number02.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(3) {
	background: transparent url(../images/icon_number03.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(4) {
	background: transparent url(../images/icon_number04.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(5) {
	background: transparent url(../images/icon_number05.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(6) {
	background: transparent url(../images/icon_number06.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(7) {
	background: transparent url(../images/icon_number07.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(8) {
	background: transparent url(../images/icon_number08.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(9) {
	background: transparent url(../images/icon_number09.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(10) {
	background: transparent url(../images/icon_number10.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(11) {
	background: transparent url(../images/icon_number11.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(12) {
	background: transparent url(../images/icon_number12.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(13) {
	background: transparent url(../images/icon_number13.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(14) {
	background: transparent url(../images/icon_number14.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(15) {
	background: transparent url(../images/icon_number15.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(16) {
	background: transparent url(../images/icon_number16.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(17) {
	background: transparent url(../images/icon_number17.gif) no-repeat 4px 4px;
}
#mainArea ol.risklist li:nth-child(18) {
	background: transparent url(../images/icon_number18.gif) no-repeat 4px 4px;
}

/* =33
===================================================================
mainArea areaBox */

.--------------- { /* for divider */
}
body#home div.regBox {
	padding: 10px;
	border: 5px solid #cDECEA;
	margin-bottom: 20px;
	margin-top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
body#home div.regBox h2 {
	margin-top: 0px;
}
#blog1 {
	margin-right: 20px;
}
#subArea div.regBox {
	width: 160px;
	padding: 10px 10px 0px;
	border: 5px solid #cDECEA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 15px 20px;
	background: #FFF;
}
* html #subArea div.regBox {
	width: 165px;
	margin: 0 15px;
}
#subArea div.regBox h2 {
	margin-bottom: 15px;
	background-image:none;
	padding-left:0;
}
#subArea div.regBox h3 {
	margin-bottom: 10px;
}
#subArea div.regBox p {
	margin-bottom: 1em;
}
/* =40
===================================================================
subArea */

.--------------- { /* for divider */
}
#subArea {
	float: left;
	width: 225px;
	background: #F5F5F5 url(../images/subArea-bg.jpg) no-repeat center bottom;
	margin-top: 0px;

}
* html #subArea {
	width: 185px;
	margin-bottom: 20px;
	display: inline;
	height: 1%;
}
body#home #subArea {
	float: right;
	width: 280px;
	margin: 20px 20px 20px 0px;
	padding-bottom: 20px;
	background: #fff;
}
#subArea h2 {
	border-bottom: 1px solid #736153;
	padding-bottom: 4px;
	background: url(../images/bullet-h2.gif) no-repeat 3px 5px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#subArea dl {
	margin: 20px 20px 40px;
	padding: 0px;
}
#subArea dl dt {
	color: #5F5045;
}
#subArea p#pageCategory {
	font-size: 26px;
	padding: 10px 20px 0px;
}
#subArea ul {
	margin: 20px 20px 20px;
}
#subArea ul li {
	margin-top: -1px;
	background: #F2F0E6;
}
#subArea ul li a {
	text-decoration: none;
	display: block;
	padding: 8px 5px 8px 20px;
	border: 1px solid #CCC;
	background:  url(../images/bullet_gray.gif) no-repeat 10px center;
	color: #5F5045;
}
* html #subArea ul li a {
	width: 158px;
	display: block;
}
*:first-child+html #subArea ul li a {
	width: 158px;
	display: block;
}
#subArea ul li a:visited {
	color: #999;
	background-color: #f0f0f0;
	/*background: #f0f0f0 url(../images/bullet-checked.gif) no-repeat 3px center;*/
		background: #f0f0f0 url(../images/bullet_sb_gray2.gif) no-repeat 10px center;
}
#subArea ul li a:hover {
	color: #FFF;
	background: #705E51 url(../images/bullet_sb_white.gif) no-repeat 10px center;
}
#subArea ul li a:visited {
}
#subArea ul li#goContact a {
	color: #FFF;
	background: #FA8489;
	border: 3px solid #FA8489;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subArea ul li#goReserve a {
	color: #FFF;
	background: #5E5045;
	border: 3px solid #FA8489;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subArea ul li#goContact a:hover {
	background: #98CB0F;
	border: 3px solid #98CB0F;
	margin-bottom: 10px;
}
#subArea ul li#goReserve a:hover {
	background: #98CB0F;
	border: 3px solid #98CB0F;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* =50
===================================================================
footerArea */

.--------------- { /* for divider */
}
#footerArea {
	background: #fff url(../images/footerArea-bg.gif) repeat-x center top;
	padding: 30px 20px 20px;
	margin-top: 0px;
	clear: both;
}
* html #footerArea {
	background: #333;
	color: #fff;
	padding: 15px 20px 20px;
	clear: both;
	height: 1%;
}
*:first-child+html #footerArea {
	padding: 15px 20px 20px;
}
#pagetop {
	margin-top: 0px;
	float: right;
}
* html #pagetop {
	float: right;
	display: inline;
	width: 200px;
	margin-top: 0px;
}
* html #pagetop p {
	line-height: 2em;
}
#pagetop a {
	background-color: #fff;
	height: 2em;
	line-height: 2em;
}
#footerArea address {
	font-size: 12px;
	margin-top: 10px;
}
/* =61
===================================================================
table */

.--------------- { /* for divider */
}
table.bordered {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 1em 0px;
	margin-left: 1px; /* for Firefox*/
}
* html table.bordered {
	border-collapse:collapse;
}
*:first-child+html table.bordered {
	border-collapse: collapse;
}
table.bordered th, table.bordered td {
	padding: 3px 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.bordered th {
	font-weight: bold;
	text-align: left;
	background: #F2F0E6;
	white-space: nowrap;
	color: #5F5045;
}
table.bordered tr.h th {
	background: #FC999A;
	color: #333;
}
/* =62
===================================================================
form element */

.--------------- { /* for divider */
}
form#form1 table th {
	text-align:right;
	vertical-align:top;
	color: #5F5045;
	background-color: #ccc;
	padding: 5px 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
form#form1 table td {
	vertical-align:top;
	color: #5F5045;
	background-color: #efefef;
	padding: 5px 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
form#form1 table tr {
	border-bottom: 1px solid #fff;
}
input.fmt {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
	width: 600px;
}
input.focus, textarea.focus, input.text:focus textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid #333333;
	padding: 2px 2px 2px 4px;
}
input[type="submit"] {
	margin-left: 5px;
}
input[type="submit"], input[type="reset"] {
	padding: 0px 3px;
}
input, label, select {
	vertical-align: middle;
	padding: 2px;
}
textarea {
	height: 200px;
	width: 300px;
	padding: 4px 4px 4px 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}
form strong {
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}
/* ===================================================================
 */

.--------------- { /* for divider */
}
div.flowBox {
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FEE5E6 url(../images/mainArea-flowBox-bg.gif) no-repeat center bottom;
	padding-top: 10px;
}
body#ortho-flow #mainArea h2 {
	background: url(none);
	border-bottom-style: none;
	float: left;
	padding: 0px 0px 10px;
	margin: 0px 20px 30px 10px;
}
div.flowBox p {
	margin-left: 280px;
	margin-right: 1em;
}
/*
body.wh li#wh01 a,
body.wh li#wh02 a,
body.wh li#wh03 a,
body.wh li#wh04 a,
body.wh li#wh05 a,
body.wh li#wh06 a{
  background: url(none);
  border-left: 10px solid #5F5045;
  padding-left: 15px;
}
body.wh li#wh01 a:hover,
body.wh li#wh02 a:hover,
body.wh li#wh03 a:hover,
body.wh li#wh04 a:hover,
body.wh li#wh05 a:hover,
body.wh li#wh06 a:hover{
  color: #f0f0f0;
  background: #5F5045 url(none) ;
  padding-left: 15px;
  border-color: #5F5045;
}
*/

/* ===================================================================
 */

.--------------- { /* for divider */
}
#mainArea .tabNav {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-left: 15px;
	padding-bottom: 13px;
}
#mainArea ul.tabNav li {
	display: inline;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#mainArea ul.tabNav li a {
	text-decoration: none;
	padding: 15px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#mainArea ul.tabNav li a:hover {
	color: #000;
	background: #FFF;
}
body#home div#subArea {
	position: relative;
}
#home #wrapper #subArea #newsListBtn {
	position: absolute;
	top: 9px;
	right: 11px;
}
body#sevenReasons #mainArea p {
	margin-left: 50px;
	margin-bottom: 0.5em;
}
body#sevenReasons #wrapper #mainArea h3 {
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
body#sevenReasons #mainArea div#reason1 {
	background: url(../images/7reasons_1.gif) no-repeat left top;
}
body#sevenReasons #mainArea div#reason2 {
	background: url(../images/7reasons_2.gif) no-repeat left top;
    margin-top:0px;
}
body#sevenReasons #mainArea div#reason3 {
	background: url(../images/7reasons_3.gif) no-repeat left top;
}
body#sevenReasons #mainArea div#reason4 {
	background: url(../images/7reasons_4.gif) no-repeat left top;
}
body#sevenReasons #mainArea div#reason5 {
	background: url(../images/7reasons_5.gif) no-repeat left top;
}
body#sevenReasons #mainArea div#reason6 {
	background: url(../images/7reasons_6.gif) no-repeat left top;
    margin-top:42px;
}
body#sevenReasons #mainArea div#reason7 {
	background: url(../images/7reasons_7.gif) no-repeat left top;
}
div.reviewBox {
	padding: 0px;
	border: 1px solid #5E5045;
	margin-top: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
div.reviewBox p {
	padding-right: 40px;
	padding-left: 40px;
}
#mainArea div.reviewBox h3 {
	margin-top: 0px;
	background: #7A6659;
	padding: 10px;
	color: #FFF;
	text-align: right;
	margin-bottom: 15px;
}
div.melmagsample {
	padding: 15px;
	font-family: "ＭＳゴシック", "Courier New", Courier, monospace;
	border: 3px solid #FB848A;
	background-color: #fefefe;
	width: 560px;
}
/**/


/*#mainArea dl#newsList dt {
	margin-top: 10px;
	margin-bottom: 5px;
	background: #fff url(none) no-repeat 3px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mainArea dl#newsList dd {
	margin-bottom: 10px;
	background: url(none) no-repeat 3px 3px;
	padding-left: 20px;
}
*/
#mainArea ol#pmtc {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainArea ol#pmtc li {
	margin-bottom: 20px;
}
#mainArea ol#pmtc li li {
	margin-bottom: 0px;
}
#mainArea ol#pmtc li img {
	margin-bottom: 10px;
}
#orthosample table td {
	vertical-align: top;
}
#mainArea h3 {
	clear: both;
}
table#contactForm {
	border: 1px solid #5E5045;
	border-collapse: collapse;
}
table#contactForm td, table#contactForm th {
	border-bottom: 1px dashed #5E5045;
	padding-top: 5px;
	padding-bottom: 5px;
}
table#contactForm th {
	background: #D3CDC9;
}
/* form */

span.required {
	color:#F00;
	font-size: 75%;
}
#contactForm dl {
	/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 0px 20px 20px;
	*/
	margin-top: 30px;
	clear: both;
}
#contactForm dl dt {
	/*	margin-top: 10px;
	margin-bottom: 15px;
	background: #E3DFC6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	float: left;
	width: 12em;
	margin: 0px 1em 20px 0px;
	padding: 0px;
	text-align: right;
}
#contactForm dl dd {
	display: inline;
	margin: 0px;
	padding: 0px;
}
dd.aform-input-example {
	color: #999;
}
div.aform-header {display: none;}
div.submit ,
form#aform-confirm-form p {
	margin-top: 30px;
	text-align: right;
	padding: 20px;
	background: #DFEDC4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form#aform-confirm-form dl dt{text-align: left;}
div.aform-hdln {
	border-bottom: 2px dotted #CCC;
}
