@charset "UTF-8";

div#guesttop {
	position: relative;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/b_guest_top.png) no-repeat 0 0;
	color: #fff;
	text-align: left;
}

.textBox{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "Arial", "Helvetica", "sans-serif";
	width: auto;
}

div.loginbox {
	width: 300px;
	position: relative;
	margin: 50px 0;
}
div.loginbutton {
	margin: 10px 0px;
	padding: 5px 0;
	background: #cfc;
	text-align: center;
}
td.logintitle {
	border-bottom: 1px solid #393;
	font-weight: bold;
	width: 120px;
	background-color: #CCFFCC;
	line-height: 30px;
	text-align: left;
	padding: 2px 10px;
}
td.loginvalue {
	border-bottom: 1px solid #393;
	background-color: #efe;
	width: 180px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}

