@charset "utf-8";

@import url(txt.css);


body {
	width:616px;
	background:#FFF;
	color:#333;
	text-align:center;
	margin:0 auto;
	padding:12px;
}

h1,h2,h3,p,form { margin:0; padding:0;}

ul,ol  { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
img    { border:0;}
label  { cursor:pointer;}
table  { text-align:left;}
select { font-size:12px;}


/**/

.mb16p4	{ margin-bottom:16px; padding:4px;}
.mb32p4	{ margin-bottom:32px; padding:4px;}

img.right { margin:0 0 8px 8px; float:right;}
img.left  { margin:0 8px 8px 0; float:left;}

.dot_1 { background:url('/img/dot_1.gif') repeat-x;}
.dot_2 { background:url('/img/dot_2.gif') repeat-x;}

div.form_frm  { border:dotted 2px #CCC; padding:10px;}
div.text_frm  { background:#EEE; text-align:center; border:solid 1px #CCC; padding:11px; }

img.thumb_S, img.thumb_M, img.thumb_L { border:solid 1px #333;}
img.thumb_S { width:64px;  height:48px;}
img.thumb_M { width:96px;  height:72px;}
img.thumb_L { width:128px; height:96px;}

