p {margin: 1;padding: 1;}
form {margin-bottom: 0;}

h2 {color: #060;
/*	text-align: center;
	color: red;*/
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: gray;
}

body {background:#100;}
body.white {background: AntiqueWhite;}

p {background:#ccc;}
hr {border-width: 0px; border-color:#000;}

.box body{padding: 30px 0 0;background:#ccc;
    font: 100.01%/1.3 Verdana,Arial,sans-serif;text-align:center}
div.box{/*width: 40em;*/padding: 20px;margin:0 auto;
    background:#ccc;color:#000}
.box h1{font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #208BE1}
.box h1,#box p{margin:0;padding:10px 20px;}
.box p{background:#ccc;}

.sname {width: 9em; float: left;}
.sip {width: 17em; float: left;}
.ss {width: 6em; float: right;}

.bbs {background:#ccc;}
.bbs hr {border-width: 1px; border-color:#fff;}


/* round-box */
.rtop, .rbottom {background-color:#100;}
.textbox, .rtop span, .rbottom span {background-color:#ccc;}
.textbox {margin:0px;padding:7px;}
.rtop span, .rbottom span {display:block;height:1px;overflow:hidden;}
span.r1{margin: 0px 5px;}
span.r2{margin: 0px 3px;}
span.r3{margin: 0px 2px;}
span.r4{margin: 0px 1px; height: 2px;}

.redbox .textbox, .redbox .rtop span, .redbox .rbottom span {background-color:#edc;}

.redtextbox {margin:0px; padding:7px; background-color:#edc;
	text-align:center; font-size:130% ; color:#cc2222;}

.redtextbox, .textbox {

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}


/* online image */
.img {float:right;}

/* tooltip */
/*a.tooltip:hover {background:#ffffff; text-decoration:none; color:#000} /*BG color is a must for IE6*/
a.tooltip:link {text-decoration:none; color:#000}
a.tooltip:visited {text-decoration:none; color:#000}
a.tooltip:active {text-decoration:none; color:#000}
a.tooltip:hover {text-decoration:none;position:relative; color:#000}
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; top:1em; left:1em; background:#fafad2; border:1px solid #333; color:#900;}


