html {
	min-width:600px;
}

body {
	min-width:600px;
}

#error100pBox {
	text-align:center;
	width:100%;
}

#errorBox {
	background:url(../img/bg_infobox_mid.gif) repeat-y center;
	width:526px;
	margin:84px auto 84px auto;
}

#errorBox .errorBoxTop {
	background:url(../img/bg_infobox_top.gif) no-repeat top center;
	height:49px;
}

#errorBox .errorBoxMid {
}

#errorBox .errorBoxBtm {
	background:url(../img/bg_infobox_btm.gif) no-repeat bottom center;
	height:57px;
}


#errorBox .errorBoxTop img.titleImage {
	float:left;
	bottom:0px;
	margin:25px 0 0 19px;
}

#errorBox .errorBoxTop img.logoImage {
	float:right;
	bottom:0px;
	margin:16px 17px 0 0;
}

#errorBox .errorContentBox {
	margin:26px 0 0 0;
	width:100%;
	text-align:center;
}

#errorBox .errorContentBox .errorContentHeader {
	margin-right:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#999999;
}

#errorBox .errorContentBox img.iconAlert {
	margin-right:20px;
}

#errorBox .errorContentBox .errorContentDetail {
	text-align:center;
}

#errorContent {
	margin:20px auto;
	padding-left:10px;
	text-align:left;
	font-size:12px;
	color:#333333;
}

#closeComponent {
	text-align:center;
	margin-top:20px;
	padding-top:4px;
}