/*
* MyMockup v0.15
* Copyright 2012,  ZhangHB
* mockup.eatype.com
* 2012-11-21 10:59
* 本文件只保存各元素的初始样式。
*/
html {
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height:100%;
	color:inherit;
	background:transparent
}

/* 1em = 12px; lineHeight = fontSize X 1.5 = 18px */
body {
	font-size:75%;
	line-height:1.5
}

body, 
div, p, 
hr, pre, 
h1, h2, h3, h4, h5, h6,
table, tr, td, th, tfoot, tbody, thead, 
form, fieldset, input, textarea, select, label, 
ul, ol, dl, li, dt, dd,
figure {
	margin:0;
	padding:0
}

article,aside,
details,
figcaption,figure,footer,
header,hgroup,
menu,nav,section {
	display:block
}

audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom: 1
}


ul, ol {
	list-style:none
}

ins,a {
	text-decoration:none;
	outline:none
}

a:hover {
	text-decoration:underline
}

/*
* a, area {
* 	blr:expression(this.onFocus=this.blur())
* }
* Disable anchor's ugly outline on IE
*/

code,kbd,pre,samp {
	font-family:"courier new",courier,monospace
}

table {
	border-spacing:0
}

* html table,
*+html table {
	border-collapse:collapse
}

th {
	text-align:inherit;
}

iframe { display:block}

iframe,fieldset,img {
	border:0
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

em {
	font-style:normal;
	font-weight:700
}

table.data-list,
fieldset,
input.text, select.text, textarea.text,
button {
	border:1px solid #ccc
}

/* UNTest rules */
small { font-size:75% }