protocol.css 1.49 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
body, html {
	margin: 0px;
	padding: 0px;
	font-family: SimSun;
	font-size: 16px;
	color: #555555;
	background-color: #ffffff;
}

p{
	line-height: 1.8em;
	text-indent: 0em;	
	margin: 0px 16px 0px 16px;	
}

span{
	white-space:normal;
}

.title {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
	line-height: normal;
	text-indent: 0;
}

.title_1 {
	font-weight: bold;
	margin-top: 18px;
	font-size: 15px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mg_18 {
	margin-top: 18px;
}

.mg_20 {
	margin-top: 20px;
}

.mg_10 {
	margin-top: 10px;
}

.input_span_60 {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	width: 60px;
	line-height: normal;
	text-indent: 0;
}

.input_span_160 {
	display: -moz-inline-box;
	display: inline-block;
	width: 160px;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	line-height: normal;
	text-indent: 0;
}

.input_span_220 {
	display: -moz-inline-box;
	display: inline-block;
	width: 170px;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	line-height: normal;
	text-indent: 0;
}

.table{
    text-align: center;
    border-left: #888888 solid 1px;
    border-top:#888888 solid 1px;
    border-collapse:collapse;
}
.table td{
    border-right: #888888 solid 1px;
    border-bottom: #888888 solid 1px;
}