html{
		overflow: hidden;
}


img.img_smiley{
	width:60px; height:60px;
box-shadow: 5px 0px 5px #000;
	border: solid 1px #777;
	border-radius: 15px;
	cursor: pointer; cursor: hand;
	float:left;
	margin-left:0px;
}

img.img_sad{
	width:60px; height:60px;
box-shadow: 5px 0px 5px #000;
	border: solid 1px #777;
	border-radius: 15px;
	cursor: pointer; cursor: hand;
	margin-right:20px;
	float:right;
}

div.card_buttons{
	width:300px;
	height:14px;
	margin-top:10px;
	margin-left:60px;
	padding-top:0px; padding-bottom:20px; visibility:hidden;

}



a{
	border:solid 5px #fff;
}

div.instructions_buttons{
	width:100%;
	text-align:center;
}

div.div_instructions{
	width:500px;
	height:150px;
	text-align:center;
	border:solid 8px #662200;
	background-color:#ffcc44;
	position:absolute;
}

div.instructions_buttons{
	width:100%; text-align:right;
	margin-top:15px;
}

body{
	overflow:hidden; font-family:arial; padding:0px;
	background-attachment: fixed;
	width:100%;
}

div.card{
	display:none; position:absolute; left:300px; width:400px; height:180px; background-color:#ffcc44; background-image: url('cards_images/yellow_paper.jpg'); background-size: 100%; color:#fff; border:1px solid #000; margin-top:10px; border-radius: 15px; box-shadow: 5px 0px 5px #000;

}

div.card_word{
	width:100%; text-align:center; margin-top:14px; margin-bottom:10px; font-size:28px; font-weight:bold; color:#000000; font-family:arial; height:36px;
}

div.card_translate_container{
	width:100%; margin-top:0px;
}

div.card_translate{
	width:70%; height:26px; margin:auto; padding-top:0px; text-align:center; background-color:#393; border-top:2px solid #000; border-left:2px solid #000; border-right:1px solid #ddd; border-bottom:1px solid #aaa; font-size:22px; color:#fff; font-weight:bold; font-family:arial;
}

div.card_translate_slider{
	width:281px; margin-right:59px; margin-top:-28px; background-color:transparent; 
}



.button_remember{
	font-size:18px; float:left; margin-left:0px;
}

.button_forgot{
	font-size:18px; float:right; margin-right:0px;
}

img.img_translate_slider{
	width:100%; height:28px;
}