html {
	margin-bottom:1px;
	height:100%; 
}

body {
	margin: 0;
	padding: 0;
	background-image:url(images/back.gif);
	text-align: center;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka]“™•";
	font-size: 12px;
}	

#container {
	width:800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: white;
	color: #444; 
	font-size: 12px; 
	line-height: 1.4;
	text-align: center;
}

#box {
	width:780px;
	height: auto;
	margin: 0;
	padding: 10;
	background-color: white;
	color: #444; 
	font-size: 12px; 
	line-height: 1.4;
}

.white {
	font-size: 12px;
	font-weight: bold;
	color: white;
}


a { 
	color: #228B22; 
	font-weight: 300; 
	text-decoration: none; 
}

a:hover { 
	color: #808080; 
	font-weight: 300; 
	text-decoration: underline; 
}

td { 
	color: #444; 
	font-size: 12px; 
	line-height: 1.4;
}

h2 { 
	color: #228B22; 
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.3em;
	margin: 7px 0;
	padding: 0;	
}

h3.title { 
	color: #228B22; 
	font-size: 16px;
	letter-spacing: 0.3em;
	margin: 7px 0;
	padding: 0;	
}

h3 { 
	color: #444; 
	font-size: 14px; 
	margin: 0;
	padding: 0;	
}

h3 a { 
	color: #228B22; 
	font-weight: bold; 
	text-decoration: none; 
}

h3 a:hover { 
	color: #808080; 
	font-weight: bold; 
	text-decoration: underline; 
}

h4 { 
	color: #FF5900; 
	font-size: 14px;
	font-weight: bold; 
	margin: 0;
	padding: 0;	
}

p {
	margin: 0;
	padding: 0;
	color: #444; 
	font-size: 12px; 
	line-height: 1.4;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 10px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
	text-align: left;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("images/info.png");
}