body {
	background: url(../../../images/webcard/blue/bg.jpg) #7ebee1 repeat-x;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a { color: #1e4e84; text-decoration: none; }
a:hover { text-decoration: underline; }
* { padding:0; margin:0; }
#wrapper {
	border: 1px solid #b7b7b7; width: 700px; margin: 30px auto 0 auto;
}
th { text-align: left; padding-right:10px; }
#menu {	background: #efefef; height: 29px; border-bottom: 1px solid #e5e5e5; }
#menu ul { list-style: none; margin: 0 12px; }
#menu ul li { float:left; text-align: center; padding: 5px; margin-right: 12px; position: relative; z-index: 97; }
#menu ul li:hover { z-index: 99; }
#menu ul li a { float: left; color: #1e4e84; text-decoration: none; height: 19px; font-size: 14px; }
#menu ul li a:hover { text-decoration: underline; }

/* Submenu */
#menu div.sub { display:none; background: #efefef; left:0px; position:absolute; top:29px; width:186px; z-index: 98; }
#menu div.sub ul { margin: 0; padding: 0 0 4px 0; width: auto; height: auto; }
#menu div.sub li { margin: 0; text-align: left; float: none; width: 186px; }
#menu div.sub li a { float: none; border: none; padding: 4px 0; height: auto; }
#menu div.sub li a:hover, #menu div.sub li a.active { text-decoration: underline; }
#menu div.sub .left, #menu div.sub .right { display: none; }
#menu li:hover div.sub { display: block; }

#header { background: #fff; width: 700px; height: 135px; border-bottom: 1px solid #e5e5e5; }
#logo { font-size: 1.5em; color: #2c5889; padding: 48px 0 0 56px; }
#slogan { font-size: 0.6em; color: #618caf; }

/* ################# CONTENT ###################### */
#content_wrapper { background: #fff; width: 698px; border: 1px solid #e5e5e5; height:auto; }
#content { padding: 10px 20px; color: #333; }
#content h2 { color: #1e4e84; font-size: 16px; border-bottom: 1px solid #1e4e84; }
#content .banner {
	margin-top: -10px;
}
#content { text-align: justify; }
#content p, #content span { line-height: 1.5em; }

#footer { width: 700px; margin: 0 auto; padding: 0.5em 0; text-align: center; }
#footer a { color: #339; }

/* ################# FORMS ########################## */
dl { margin-bottom: 2em; }
dt { float:left; color: #666; }
dd { margin-left: 90px; margin-bottom: 10px; }
dd input.text, dd textarea {
	width: 420px;
	border: 1px solid #999; 
	border-color: #999 #ccc #ccc #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
	border-color: #666 #aaa #aaa #666; 
	background-color: #f6f6f6;
}
dd input[type=submit] { padding: 0 16px; }
dd em { color: #666; }

#lang { width: 690px; }
#lang #label { color: #fff; }