
/* ------- This is the CSS Reset ------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.resultbox {
	background-image: url(/themes/default/skin/img/certificate.jpg);
	width:640px; 
	height:991px;
	position:relative;
	z-index:99999; 
	margin-top: -10px; 
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -150px; 
	line-height: 1.5;
	text-align: left;
}

.resultcontent {
  	padding-top: 30px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 30px;
    font-size: 20px;
  	color:black;
}

.resultunderline {
	font-size: 20px;
  	color: #011d4f; 
  	font-family:Microsoft YaHei;
  	text-decoration: underline;
}

.warn {
	padding-top: 45%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 28px;
    color: #f7990c;
  	text-align:center;
}

.true {
	padding-top: 45%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 28px;
    color: green;
  	text-align:center;
}

.false {
		padding-top: 45%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 28px;
    color: red;
  	text-align:center;
}