/* CSS Document */
body {
    text-align:center;
	font-size:12px;
}

#box {
  width:564px;
  margin-top:10%;
  margin-left:auto;
  margin-right:auto;
}
#top_left {
  width:4px;
  height:32px;
  float:left;
  background:url(./errorMessageImg/top_left.jpg);
}
#top {
  width:555px;
  height:30px;
  background:#83bee6;
  float:left;
  text-align:left;
  border-bottom:1px #8393e6 double;
  border-top:1px #8393e6 double;
}
#text{
  width:100px;
  height:5px;
  margin-top:9px;
  color:#ffffff;
  margin-left:10px;
}
#top_right{
  width:4px;
  height:32px;
  float:left;
  background:url(./errorMessageImg/top_right.jpg);
}
#center {
  width:561px;
  height:215px;
  border-left:1px #8393e6 double;
  border-right:1px #8393e6 double;
}
#center_text{
	padding-top:20px;
  height:76px;
  line-height:25px;
  color:#496a89;
  width:200px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
#center_button{
  width:111px;
  height:30px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}
#center_logo{
  width:56px;
  height:78px;
  margin-top:-82px;
  float:right;
  background:url(./errorMessageImg/logo.gif) no-repeat;
}
#women {
  width:164px;
  height:162px;
  float:left;
  margin-left:15px;
  margin-top:13px;
  background:url(./errorMessageImg/women.jpg) no-repeat;
}
#center_right{
  width:311px;
  height:162px;
  float:left;
  margin-left:42px;
  margin-top:13px;
}
#center1_left{
  width:6px;
  height:162px;
  float:left;
  background:url(./errorMessageImg/center_left.jpg) no-repeat;
}
#center1_center{
  width:299px;
  height:160px;
  float:left;
  border-top: 1px #dfdfdf double;
  border-bottom:1px #dfdfdf double;
  background:#f5f5f5;
}
#center1_right{
  width:6px;
  height:162px;
  float:left;
  background:url(./errorMessageImg/center_right.jpg) no-repeat;
}
#under_left{
  width:4px;
  height:33px;
  background:url(./errorMessageImg/under_left.jpg) no-repeat;
  float:left;
}
#under_center{
  width:555px;
  height:31px;
  float:left;
  border-top:1px #8393e6 double;
  border-bottom:1px #8393e6 double;
  background:#e0f2ff;
}
#button_left{
  width:4px;
  height:30px;
  float:left;
  background:url(./errorMessageImg/button_left.jpg);
}
#button_center{
  width:103px;
  height:30px;
  float:left;
}
 a.title:link, a.title:visited, a.title:hover {
 display:block;
 background:url(./errorMessageImg/buttonbf.jpg);
 font-weight:bold;
 text-align:center;
 float:left;
 width:103px;
 line-height:30px;
 cursor:pointer;
 text-decoration:none;
 color:#496a89;
}
#button_right{
  width:4px;
  height:30px;
  float:left;
  background:url(./errorMessageImg/button_right.jpg);
}
#under_right{
  width:4px;
  height:33px;
  background:url(./errorMessageImg/under_right.jpg) no-repeat;
  float:left;
}
