body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

body {
	font: 14px/ 20px arial, helvetica, sans-serif;
}

input,img {
	vertical-align: middle;
}

body {
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

img,input {
	border: 0;
}

a {
	color: #2d6188;
	text-decoration: underline;
}

a:hover {
	color: #990000;
}

li {
	list-style: none;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

#page-header-bar {
	border-bottom: 3px solid #900;
	height: 60px;
	min-width: 1000px; position : relative;
	margin-bottom: 20px;
	background: #F1F1F1;
	position: relative;
}

#page-head-holder {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: #F1F1F1;
}

#page-head-holder {
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}

#page-foot-holder {
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	border-top: 1px solid #EBEBEB;
}

#logo {
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 24px
}
#page-alarm-holder {
	height: 435px;
	padding: 8px 24px;
	margin: 0 auto;
	height: 404px;
	width: 432px;
}
.alarm-image{
	width: 44px;
	height: 44px;
	margin: 0 auto;
	margin-top: 72px;
}

.message {
	text-align: center;
	color: red;
	font-weight: bold;
	margin-top: 12px;
	font-family: HuaweiSans;
	font-size: 12px;
	color: #8A8E99;
}

.button_style {
	margin-left: 20px;
	background: url(../images/submit.gif) no-repeat left top;
	text-align: center;
	line-height: 29px;
	height: 29px;
	width: 79px;
	cursor: pointer;
	border: 0 none;
	font-weight: bolder;
	font-size: 12px;
}
@media screen and (max-width: 768px ){
	#page-alarm-holder {
		width: 332px;
	}
}