body {
      margin : 0;
      padding : 0;
      font-family : 돋움, 돋움체, 굴림, 굴림체, 한강체, 서울체, Seoul, tahoma;
      width: 100%;
  }

a			{ margin: 0; padding: 0; text-decoration: none; color: #505050; font-size : 15px; font-weight: bold; }
a:hover		{ text-decoration: none; color: #e72752; }


.error_wrapper						{ position:relative; float:left; width:100%; text-align:center; }
.error_wrapper	legend				{ display:none;}
.error_wrapper .error_subwrapper	{ position:relative; width:200px; margin:100px auto; padding:20px 20px; border:1px solid #C9C9C9;}
