@charset 'utf-8';

body{
	text-align:center;
	background-color:#e7e7e7;
}

div#mobile-container{
	width:420px;
	margin:0px auto;
	text-align:left;
	background-color:#e7e7e7;
}

div#mobile-container p{
	margin:1em 0em;
}

div#mobile-container dt{
	font-weight:bold;
	margin:1.6em 0em 1em;
	padding-top:1.6em;
	color:#222;
	background:#e7e7e7 url(../images/dotsep02.gif) repeat-x left top;
}

div#mobile-container dd{
	color:#555;
	line-height:1.4;
}
