@charset "utf-8";
/* CSS Document */

body {
    	width: 772px;  
    	background: #FFF;
    	margin: 0 auto;
		text-align:center;		
    }
#content {
		border: 1px solid #0099d2;
		height: 550px;
		font: 100% Arial;
    	text-align: left; 
    	color: #000;
		font-size: 12px;
		padding: 30px 60px;
		}	
	
#content h2 {
		font: 100% Arial;
    	text-align: left; 
    	color: #000;
		font-size: 14px;
		font-weight: bold;
	}
	
#content h1 {
    	font: 100% Arial;
    	text-align: left; 
    	color: #000;
		font-weight: bold;	
    }
		
#head {
    	padding: 0 0 5px 0
    }

.BOX_ERROR {
		font: 100% Arial;
		font-size: 12px;
		font-weight:bold;
		background:#f55;
	}
.BOX_OK {
		height:100px;
		font: 100% Arial;
		font-size: 12px;
		font-weight:bold;
		background:#8f8;
	}
