h1 {
	font-size: 16px;
	font-weight: bold;
}


#intro {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 250px;
	font-size: 11px;
}

#left {
	float: left;
	width: 260px;
	border-right: 1px solid #777C8F;
	height: 500px;
	margin-top: 20px;
}

#left h2 {
	margin-left: 20px;
	font-size: 16px;
}

#left p {
	margin-left: 20px;
}

#right {
	float: right;
	width: 600px;
	margin-top: 20px;
}

#home_login {
	width: 220px;
	height: 270px;
	background-color: #F4F4F4;
	border: 1px solid #B6C3D6;

	/*Layout*/
	/*margin-bottom: 50px;*/
	margin-left: 20px;
}

#home_login h3 {
	color: #000000;
	margin: 0px;
	margin-left: 10px;
	font-size: 16px;
}

#home_login label,
#home_login input[type=text],
#home_login input[type=password],
#home_login input[type=checkbox],
#home_login p {
	display: block;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	width: 180px;
}

#home_login input[type=submit] {
	margin: 0px auto;
	margin-top: 8px;
	display: block;
}

#home_login a {
	font-size: 10px;
}

#home_login .login_button {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
    background-image: url("/images/misc/button_red_90.gif");
    background-repeat: no-repeat;
    height: 21px;
    width: 90px;
    border: 0px;
    font-size: 12px;
    cursor: pointer;
}

#autologin_info {
	vertical-align: middle;
	cursor: pointer;	
}

#autologin_info_box {
	display: none;
}



* html #home_login {
	margin-left: 10px;
}

* html #home_login input, #home_login label, #home_login p {
	display: block;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	width: 180px;
}

* html #home_login .login_button {
	margin-top: 10px;
	margin-left: 60px;
}

* html #autologin {
	padding-bottom: 5px;	
}

.home_upper_text_box {
	width: 280px;
	height: 120px;
	margin-left: 20px;
	margin-top: 20px;
	color: #2D2D2D;
}

#benefits {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}

#benefits li {
	height: 25px;
	line-height: 25px;
}

#benefits li a {
	color: #2D2D2D;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('/images/index/bullet_teaser.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

#NoLogin {
	width: 250px;
	margin-left: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

#teaser_woman {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0;
    width: 250px;
    background-color: #F8F8F8;
    padding-top: 10px;
    text-align: right;
}

#target_user {
    position: absolute;
    top: 0px;
    right: 0;
    width: 180px;
    background-color: #F8F8F8;
    text-align: center;
    padding-top: 10px;
}

#target_user p {
    margin: 5px 20px;
    text-align: center;
    font-size: 10px;
}

#target_user p.name {
    font-size: 9px;
    font-style: italic;
}

#facebook_login {
    margin-top: 20px;
    text-align: center;
}

#facebook_login h3 {
    font-size :13px;
}

#benefits {
    margin-top: -10px;
    margin-right: 25px;
}

#benefits_more {
    margin-top: 40px;
    margin-right: 25px;
    font-size: 10px;
    color: #6C717A;
    border-top: 1px solid #CCCCCC;
}
