/* CSS Document */


div#subwin_wrapper{
  margin: 0 auto;
  padding: 0;
  width: 710px;
  height: 100%;
  text-align : left;
  color: #000;
  background-color: #FFF;
  border: 0;
}
 

/* content area */
div#subwin_contents {
   width: 690px;/* 710 */
   margin: 0;
   padding: 0 20px 0;
   border: 0;
}

.note {
	font-size: 10px ;
	color: #cc0000 ;
	line-height:1.3;
}
div#submit_btn_close,
div#submit_btn_close a{
  position:relative;
  top: 0;
  left: 0;
  width: 142px;
  height: 32px;
  border: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/submit_close.png) 0 0 no-repeat;

 }
div#submit_btn_close a:hover{
  width: 142px;
  height: 32px;
  background: url(../images/submit_close.png) 0 -32px no-repeat;
 }