/* Szabó Galamb - NO SCRIPT */

body {
        margin: 0;
	padding: 0;
	outline: none;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
        font-size: 12px;
	background-color: #cbcbcb;
	height: 600px;
	color: #828181;
	text-shadow: 1px 1px 1px #fff;
}

.left {
	float: left;
}
.right {
	float: right;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px;
	color: #323232;
}

#js_condition {
	font-size: 10px;
	color: red;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	text-shadow: none;
}

#wrapper {
	width: 621px;
	margin: 0 auto;
	background: #cbcbcb url('wrapper-bg2.png') repeat-y 0 0;
}

#wrapper #wrapper_top {
	width: 100%;
	height: 10px;
	background-image: url('wrapper-bg.png');
}

.browser {
	width: 100%;
	clear: both;
}

.browser_icon {
	width: 119px;
}

.browser_icon img {
	display: block;
	margin: 0 auto;
}

.description {
	width: 460px;
	padding: 0 20px;
	margin-top: 20px;
}

.description h2 {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	color: #323232;
}

.description ul {
	margin: 0 0 15px 20px;
	list-style-type: circle;
}

.description ul li {
	line-height: 1.5em;
}

.description .sup,
.description .sup strong {
	font-size: 9px;
	margin-bottom: 20px;
}

#wrapper #wrapper_bottom {
	width: 100%;
	height: 10px;
	clear: both;
	padding-bottom: 30px;
	background: #cbcbcb url('wrapper-bg.png') no-repeat left -10px;
}
