@CHARSET "UTF-8";
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	font-family: 'Actor', sans-serif;
	font-size: 20px;
	color: #202020;
	cursor: default;
}

@media screen {
	@font-face {
	  font-family: 'Actor';
	  font-style: normal;
	  font-weight: normal;
	  src: local('Actor Regular'), local('Actor-Regular'), url('http://themes.googleusercontent.com/static/fonts/actor/v2/gZ8EM_Gzaq4WRjCimioyzQ.woff') format('woff');
	}
}

#background {
	position: absolute;
	background: url(img/bg.jpg);
	background-repeat: repeat;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	z-index: 10;
}

#frame, #popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -500px;
	height: 700px;
	width: 1000px;
	z-index: 20;
}
	
#left-box {
	background: url(img/m.jpg) center no-repeat;
	position: 0;
	height: 100%;
	width: 375px;
	float: left;
}

#right-box {
	height: 100%;
	width: 625px;
	float: right;
	overflow:visible;
}

#greeting {
	margin: 150px 0 125px 200px;
	display: block;
	background: url(img/sprite.png) no-repeat -10px -10px;
	width: 364px;
	height: 75px;
}

#text-box {
	padding: 30px 0 0 30px;
	line-height: 1.3em;
}

img.footerlogo {
	vertical-align: middle;
	margin-right: 10px;
}

#xing-logo {
	background: url(img/sprite.png) no-repeat -10px -105px;
	width: 51px;
	height: 20px;
}
	
#facebook-logo {
	background: url(img/sprite.png) no-repeat -10px -145px;
	width: 83px;
	height: 21px;
}

#free-speech-logo {
	background: url(img/sprite.png) no-repeat -10px -316px;
	height: 23px;
	width: 66px;
}

.highlight {
	color: #B4DB34;
	font-weight: bold;
	border: 2px #B4DB34 solid;
	padding: 5px;
}

.highlight:hover {
	color: #fff;
	background: #B4DB34;
}

p {
	margin-bottom: 19px;
}

h2 {
	margin-bottom: 10px;
}

a {
	color: #202020;
	background: #e9e9e9;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #202020;
}

a.verbose {
	background: none;
	float: left;
}

a.verbose:hover {
	border-bottom: none;
}

a.button {
	background: #bbb;
	color: #fff;
	font-size: 15px;
	padding: 3px;
	margin-left: 10px;
	border: 1px none #888;
	float: right;
}

a.button:hover {
	border-bottom-color: #888;
	background: #202020;
}

.indented {
	margin-left: 40px;
}

ul.bulleted {
	list-style: disc;
}

img.loading {
	vertical-align: top;
}

input {
	padding: 1px;
}

input, textarea {
	background: #F5FFD6;
	color: #202020;
	font-family: 'Actor', sans-serif;
	font-size: 1em;
	border: 1px dashed #202020;
}

input:hover, textarea:hover {
	border-style: solid;
}

input:focus, textarea:focus {
	background: #B4DB34;
	border: 1px solid #202020;
}

button {
	border: 1px solid #202020;
	color: #202020;
	font-family: 'Actor', sans-serif;
	font-size: 1em;
	background: #eee;
	padding: 2px 4px;
	cursor: pointer;
}

label {
	cursor: pointer;
	display: block;
}


#ijin-logo {
	width: 305px;
	height: 106px;
	background: url(img/sprite.png) no-repeat -10px -186px;
	margin: 5px 0 5px 0;
}

#popup {
	z-index: 30;
	background: #fff;
	padding: 10px;
	overflow: auto;
	border: 1px solid #202020;
	display: none;
}

div.stack {
	display: none;
}






