#pop-window {
	width: 661px;
	height: 530px; /* 530 with all content, 250 without */
	position: absolute;
	top: 0;
	left: 90px;
	z-index: 5;
}
#header {
	width: 661px;
	height: 76px;
	float: left;
	background: url(../media/popup-header.png) no-repeat;
}
#popup-close {
	width: 25px;
	height: 24px;
	float: right;
	position: relative;
	right: 20px;
	top: 30px;
	background: url(../media/popup-close-btn.jpg) no-repeat;
}
#popup-close:hover { cursor: pointer; }
#body {
	width: 621px; /* 661 */
	height: auto; /* 428 with padding / without -> 439 */
	padding: 10px 20px 0px 20px;
	float: left;
	background: url(../media/memo-text.png) repeat-y;
	font-family: Courier;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
#login-container {
	width: 600px;
	height: 50px;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}
.form-el input { width: 158px; height: 20px; border: 1px solid #68675d; padding: 0; margin-top: 29px; font-family: Courier; font-size: 12px; }
.form-el {
	width: 160px;
	height: 50px;
	float: left;
	margin-left: 50px;
}

#login-gmail { background: url(../media/form-gmail-username.jpg) no-repeat; }
#login-aol { background: url(../media/form-aol-username.jpg) no-repeat; }
#login-msnmessenger { background: url(../media/form-msnmessenger-username.jpg) no-repeat; }
#login-lycos { background: url(../media/form-lycos-username.jpg) no-repeat; }
#login-yahoo { background: url(../media/form-yahoo-username.jpg) no-repeat; }
#login-pass { background: url(../media/form-password-default.jpg) no-repeat; }
#login-submit { width: 70px; height: 29px; margin-top: 10px; background: url(../media/form-submit-btn.jpg) no-repeat; }
#login-submit:hover { cursor: pointer; }

#contactframe {
	width: 100%;
	height: 300px;
	padding: 0;
	border: none;
	/*background: url(../media/loader.gif) center no-repeat*/
	overflow: scroll;
	display: none;
}
#recruit-btn {
	width: 219px;
	height: 11px; /* 20 */
	float: right;
	display: none;
	margin-top: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	background: url(../media/form-recruit-btn.jpg) no-repeat;
}
#recruit-btn:hover { cursor: pointer; }
#footer {
	width: 661px;
	height: 35px;
	float: left;
	background: url(../media/memo-footer.png) no-repeat;
}
table { background-color: #fcf9e7; font-family: Courier; font-size: 12px; }
table input { width: 25px; height: 25px; }
.odd { background-color: #dedbcb; }
#counter { margin: 5px 0px 5px 0px; font-family: Courier; color: #cc0000; text-align: center; display: none; }

/* fake checkbox : unchecked (default/base) state */
.bondcheck {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	background: url(../media/checkbox-checked.png) no-repeat;
	height: 16px;
	width: 40px;
	display: block;
	float: left;
	padding: 1px 0px 0px 20px;
	color: #666666;
}
/* fake checkbox : checked state */
.bondchecked {
	background: url(../media/checkbox-unchecked.png) no-repeat;
}
