@charset "utf-8";
/* CSS Document */

#GBookLine {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.GBData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	width: 180px;
	overflow: hidden;
	float: left;
	position: relative;
	/*background-color: #CCFF33;*/
}

.GBComment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 480px;
	overflow: hidden;
	float: right;
	position: relative;
	/*background-color: #66FF99;*/
}

.GBvalasz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 430px;
	overflow: hidden;
	float: right;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#GBSsep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
}

.GBookButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: none;
	height: 30px;
	width: 200px;
	border: 1px ridge #003300;
	background-color: #006600;
	border-radius:4px;
	-moz-border-radius: 4px;
}

.GBookInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	border: 1px solid #00CC00;
}