/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:none;font-size:100%;font-family:inherit;vertical-align:baseline}ol,ul{list-style:none outside}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}

ul.nav, ol.nav, ul.form, ol.form { list-style: none outside; }

/* Tooltips */
div.tooltip { display: none; } .bt-wrapper div.tooltip { display: block; }

div.tooltip dl dd, div.tooltip p {
line-height: 1.3em;
}	
	div.tooltip dl dt {
	margin: 0 0 .4em;
	font-weight: bold;
	}
		div.tooltip dl dd select { 
		margin: 3px 0;
		}
		div.tooltip dl dd p { 
		margin: 0 0 .4em;
		}
		
div.tooltip h3 { margin-bottom:10px;}
	div.tooltip h3 span.tit { 
	display:block;
	}
.atten {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background-color:#F8F8D3;
border:1px solid #E0AF5A;
padding:10px 20px;
}

.center {
text-align:center;
}

.large {
font-size:14px;
}

#notice {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background-color:#D6E029;
color:#FFFFFF;
margin:0 auto;
padding:3px 0 4px;
text-align:center;
width:812px;
}
