@charset "utf-8";
/* CSS Document */
body {
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #999999;
	text-align: left;
}
a {
	color: #457;
	font-weight: bolder;
	text-decoration: none;
}
.a {
	color: #457;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Form ------------------------------------------------------------------- */
label {
	margin: 3px 0;
	font-size: 90%;
	font-weight: bolder;
	display: block;
}
label.checkbox {
	font-weight: normal;
	display: inline;
}
input {
	border: 1px solid #ccc;
	padding: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background: white;
	color: black;
}
input:hover {
	border: 1px solid #6ad;
}
input.medium {
	width: 220px;
}
input.inputtext {
	border: 0;
	width: auto;
}
input.submit {
	margin-top: 10px;
}
.gb_main{
	width:400px;
	background-color:#e5e5e5;
	margin:0  auto;
	border: 1px solid #E4E4E4;
}
.gb_title{
	height:40px;
	line-height:40px;
	font-size:20px;
	padding-left:5px;
	color:#FFF;
	background-color:#333333;
}
.gb_title a {
	color: #fff;
}
.gb_content{
	width:100%;
	padding:10px 10px 10px 10px;
}