html{
	min-width: 1000px;
	background-image: url("images/body_background.jpg");
	background-repeat: repeat;
	background-color: #df8c16;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-image: url("images/body_background.jpg");
	background-repeat: repeat;
	background-position: top;
	font-size: 10px;
	margin: 0px;
}

hr {
	border: 1px solid #777;
}

img {
	border-width: 0px;
}

img.left {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

img.right {
	float: right;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

img.small_view {
	width: 75px;
	height: 75px;
	padding-bottom: 5px;
}

img.small_view_over {
	width: 25%;
}
ul,li {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

li.li_bloc_footer {
	margin-left: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left_border {
	float: left;
	margin: 0 10px 0 0;
}

.right_border {
	float: right;
	margin: 0 0 0 10px;
}

.gauche {
	float: left;
	margin: 0 10px 0 0;
}

.droite {
	float: right;
	margin: 0 0 0 10px;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
} 

#bonus_bar {
	position: absolute;
	padding: 18px 0 0 7px;
	left: 180px;
    height: 67px;
	margin: 0px;
	top: 10px;
	line-height: 0px;
	min-width: 300px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/actions_bonus_bar_bckgnd.png");
}

#bonus_bar_waiting {
	display: none;
	position: absolute;
	padding: 0px;
	left: 180px;
    height: 67px;
	margin: 0px;
	top: 10px;
	line-height: 0px;
	min-width: 300px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/actions_bonus_bar_bckgnd.png");
}
.img_bonus_action {
	float: left;
	margin: 0px;
	padding-top: 3px;
	line-height: 0px;
	font-size: 0px;
}

#wrap {
	width: 1080px;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background-image: url("images/page_background.png");
	background-repeat: repeat-y;
}

#header_box {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url("images/header_background.jpg");
}

#header_www {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/www_header_bckgrd.jpg");
}

#header_board {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/board_header_bckgrd.jpg");
}

#header_clan {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/clan_header_bckgrd.jpg");
}

#headerlogo {
	float: left;
	height: 170px;
	width: 170px;
	margin: 5px;
	background-repeat: no-repeat;
	background-image: url("images/logo-spirale-zone.png");
}

#headerbanner {
	position: relative;
	top: 0px;
	float: right;
	height: 60px;
	width: 468px;
	margin: 10px;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url("images/footer_background.jpg");
}

#footer_content {
	margin: 0px;
	padding: 20px 0 0 0;
	height: 280px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/footer.jpg");
	text-align: center;
}

#menu_top {
	position: relative;
	height: 39px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url("images/www_menu_top_bckgrd.jpg");
	text-align: center;
}

.menu_top_box {
	height: 28px;
	margin: 0px auto;
	padding-top: 8px;
	width: 935px;
	text-align: center;
}

.menu_top_content {
	float: left;
	height: 28px;
	padding: 0 4px 0 4px;
}

.menu_top_l {
	float: left;
	width: 6px;
	height: 31px;
	background-image: url("images/nav_number_left.png");
	background-repeat: no-repeat;
}

.menu_top_r {
	float: left;
	width: 6px;
	height: 31px;
	background-image: url("images/nav_number_right.png");
	background-repeat: no-repeat;
}

.menu_top_m {
	float: left;
	padding-top: 3px;
	height: 28px;
	background-image: url("images/nav_number_background.png");
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
}


/* Search Box */

#search_box {
	position: absolute;
	padding: 6px 6px 0 35px;
	top: 100px;
	right: 5px;
	width: 246px;
	height: 44px;
	background-repeat: no-repeat;
	background-image: url("images/searchbox_background.png");
	background-position: top left;
	line-height: 22px;
	text-align: right;	  
	color: #000;
}
/* Input box */
.inputbox_search_top{
	font-size: 10px;
	background-color : #ddd;
	border: 1px solid #ccc;
	float: left;
	padding: 0;
	margin: 3px 0 0 0;
	width: 205px;
	font-size: 12px;
}

.search_go{
	float: right;
	padding: 0;
	margin: 0;
	width: 36px;
}

/* Menu bloc */

.menu_content_box {
	float: left;
	margin: 1px 0 3px 0;
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url("images/mb_background.png");
	width: 253px;
	color: #fff;
	font-size: 11px;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid transparent;
}

.menu_box_bottom {
	float: left;
	background-repeat: no-repeat;
	background-image: url("images/mb_bottom.png");
	width: 253px;
	height: 12px;
	color: #fff;
	font-size: 0px;
}

#account_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_account_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
}

#menu_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_menu_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
}

#teamspeak_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_teamspeak_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
}

#bbc2_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_bbc2_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#cod2_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_cod2_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#advertising_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_advertising_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#stats_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_stats_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#facebook_box {
	float: left;
	padding: 60px 8px 5px 5px;
	background-repeat: no-repeat;
	background-image: url("images/mb_facebook_top.png");
	background-position: top left;
	width: 240px;
	color: #fff;
	font-size: 11px;
}

#content {
	width: 1080px;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background-image: url("images/page_background.png");
	background-repeat: repeat-y;
	overflow: auto;
}

#columnleft {
	float: left;
	width: 255px;
	padding: 0 5px 0 0;
	overflow: auto;
}

#columnright {
	float: right;
	width: 810px;
	padding: 0 5px 0 5px;
	overflow: auto;
}

.blog_text {
	padding: 0 0 5px 0;
	width: 800px;
	color: #000;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #dfd9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #E4dcc1;
	text-align: justify;
	overflow: auto;	

} 

.forum_text {
	padding: 0 0 5px 0;
	width: 1070px;
	color: #000;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #dfd9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #E4dcc1;
	text-align: justify;
	overflow: auto;	

} 

.avatar_home {
	float: right;
	width: 62px;
}

.center {
	text-align: center;
}

a:link,a:visited,a:active {
	color: #035f76;
	text-decoration: none;
}

a:hover {
	color: #56a6ba;
}

a.menu:link,a.menu:visited,a.menu:active {
	color: #aaa;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("images/link-list-small-off.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu:hover {
	color: #fff;
	background-image: url("images/link-list-small-on.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu_up:link,a.menu_up:visited,a.menu_up:active {
	color: #338fa6;
	text-decoration: none;
	padding-left: 18px;
	background-image: url("images/link-list-up-small-off.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.menu_up:hover {
	color: #56a6ba;
	padding-left: 18px;
	background-image: url("images/link-list-up-small-on.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

a.link_menutop:link,a.link_menutop:visited,a.link_menutop:active {
	padding: 0 3px 0 3px;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;

}

a.link_menutop:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

a.link_bloc_footer:link,a.link_bloc_footer:visited,a.link_bloc_footer:active {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

a.link_bloc_footer:hover {
	color: #eee;
}
img.hover {
	filter: alpha(opacity=60);
	-moz-opacity : 0.6;
	opacity : 0.6; 
}

img.hover:hover {
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1; 
}

h1 {
	font-size: 1.6em;
	margin: 2px;
}

h1.title_blog {
	height: 27px;
	width: 750px;
	padding: 7px 10px 0 50px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/title_h1.jpg");
	font-size: 16px;
}

h1.title_page {
	margin: 5px 0 5px 0;
	height: 34px;
	width: 810px;
	padding: 5px 0 0 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/actions_bonus_bar_bckgnd.png");
}

h2 {
	font-size: 1.3em;
	margin: 2px;
	padding: 0px;
}

h2.title_comment {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed black;
}

h2.title_bloc_footer {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	color: white;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	margin: 2px;
	padding: 0px;
}

h4 {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.line_infos {
	float: left;
	font-size: 9px;
	width: 788px;
	padding: 5px;
	text-align: right;
	background-color: #fff9d9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E4dcc1;
	overflow: auto;	
	
}

.line_infos_enigmes {
	float: left;
	font-size: 9px;
	width: 655px;
	padding: 5px;
	text-align: right;
	background-color: #fff9d9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E4dcc1;
	overflow: auto;	
	
}

.next_read {
	float: right;
	font-size: 10px;
	width: 200px;
	height: 21px;
	padding: 11px 0 15px 15px;
	background-image: url("images/button_next_read.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.text_small {
	font-size: 9px;
}

.icon_comments {
	float: right;
	margin-left: 4px;
	color: #000;
	width: 30px;
	height: 16px;
	background-image: url("images/icon_comments.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
}

.icon_hits {
	float: right;
	color: #000;
	padding-left: 18px;
	margin-left: 4px;
	height: 16px;
	background-image: url("images/icon_hits.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
}

.icon_views_small {
	float: right;
	color: #000;
	padding-left: 18px;
	margin-left: 4px;
	height: 16px;
	min-width: 15px;
	background-image: url("images/icon_view_small.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
}

.inputbox {
	font-size: 11px;
	background-color : #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cdaa74;
}

.inputboxlocked {
	font-size: 11px;
	background-color : #c9aeae;
	background-image: url("images/icon-locked.gif");
	background-position: center right;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cdaa74;
}

.autowidth {
	width: 100%;
}

label {
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}

.list {
	float: left;
	width: 99.6%;
	padding-right: 5px;
	margin-top: 10px;
}

.list_error {
	float: left;
	width: 99%;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 16px;
	background-color: #ffdddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	background-image: url("images/warn_field_error.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.list_50 {
	float: left;
	width: 49.3%;
	padding-right: 5px;
	margin-top: 10px;
}

.list_50_error {
	float: left;
	width: 49%;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 16px;
	background-color: #ffdddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	background-image: url("images/warn_field_error.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.list_33 {
	float: left;
	width: 32.9%;
	padding-right: 3px;
	margin-top: 10px;
}

.list_33_error {
	float: left;
	width: 32.9%;
	margin-top: 10px;
	margin-right: 3px;
	padding-top: 16px;
	background-color: #ffdddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdaa74;
	background-image: url("images/warn_field_error.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.list_box_33 {
	float: left;
	width: 266px;
}

.bgtitle {
	background-image: url("images/table_bgtitle.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border-bottom: 1px solid #aaa;
	padding-top: 3px;
}

.bg1_list {
	background-image: url("images/table_bg1.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	height: 18px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}

.bg2_list {
	background-image: url("images/table_bg2.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 9px;
	height: 18px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}

.box {
	float: left;
	width: 100%
}
.box_infos {
	float: left;
	width: 74px;
	height: 94px;
	background-image: url("images/comment_infos_bckgrd.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 5px;
	font-size: 10px;		   
	overflow: hidden;
	text-align: center;
}

.box_content {
	float: left;
	width: 700px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
}

.box_content_full {
	float: left;
	width: 99%;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
	margin: 0 0 5px 0;
}

.box_content_preview {
	float: left;
	width: 75px;
	height: 95px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
	text-align: center;
	margin-right: 4px;
}

.box_speedhide {
	float: left;
	width: 99%;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	padding: 5px;
}

#referents_content_box {
	float: left;
	background-image: url("images/bloc_referents_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted black;
	height: 270px;
	width: 215px;
	text-align: left;
}

#members_content_box {
	float: left;
	background-image: url("images/bloc_members_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted black;
	height: 270px;
	width: 165px;
	text-align: left;
}

#ranks_content_box {
	float: left;
	background-image: url("images/bloc_rank_members_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted black;
	height: 270px;
	width: 185px;
	text-align: left;
}

#comments_content_box {
	float: left;
	background-image: url("images/bloc_comments_last_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted black;
	height: 270px;
	width: 300px;
	text-align: left;
}

#partners_content_box {
	float: left;
	background-image: url("images/bloc_partners_bckgrd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: black;
	border-right: 2px dotted black;
	height: 270px;
	width: 282px;
	text-align: left;
}

.form_error {
	margin-top: 15px;
	width: 94.5%;
	padding: 5px 5px 5px 35px;
	min-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
	background-color: #fcc;
	background-image: url("images/icon_form_errors_mini.png");
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;

}

dl.list {
	width: 100%;
}

dt.list {
	margin-top: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdaa74;
}
 
#preview{
	position:absolute; 
	width: 400px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.pages_list_box {
	width: 100%;
	min-height: 30px;
	text-align: center;
}

.pages_list_number_box {
	float: left;
	padding: 0 10px 0 0;
	height: 32px;
	text-align: center;
	font-size: 12px
}

.pages_list_number_l {
	float: left;
	width: 6px;
	height: 31px;
	background-image: url("images/nav_number_left.png");
	background-repeat: no-repeat;
}

.pages_list_number_r {
	float: left;
	width: 6px;
	height: 31px;
	background-image: url("images/nav_number_right.png");
	background-repeat: no-repeat;
}

.pages_list_number {
	float: left;
	padding-top: 3px;
	height: 28px;
	background-image: url("images/nav_number_background.png");
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
}

.pages_list_number_on {
	float: left;
	padding-top: 3px;
	height: 28px;
	background-image: url("images/nav_number_background.png");
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
}

.small_text {
	font-size: 9px;
}

.enigma {
	margin-bottom: 5px;
	overflow: auto;
}

.box_enigma_category {
	margin: 5px 2px 0 2px;
	padding: 2px;
	overflow: auto;
	min-height: 45px;
}

.indices_row {
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #dfd9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #E4dcc1;
	overflow: auto;	
}

.box_spizos {
	width: 119px;
	height: 48px;
	padding-top: 7px;
	background-image: url("images/bg_spizos.png");
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	
} 

.box_spizos_win {
	width: 119px;
	height: 48px;
	padding-top: 27px;
	background-image: url("images/bg_spizos_win.png");
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	
}

.box_spizos_lost {
	width: 119px;
	height: 48px;
	padding-top: 27px;
	background-image: url("images/bg_spizos_lost.png");
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	
}

.box_spizos_bonus {
	width: 119px;
	height: 48px;
	padding-top: 27px;
	background-image: url("images/bg_spizos_bonus.png");
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	
}

.box_enigma_resolved {
	width: 165px;
	height: 91px;
	padding-top: 24px;
	padding-left: 45px;
	background-image: url("images/bg_enigma_resolved_by.png");
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}

#quizz_main {
	height: 450px;
	width: 655px;
    background-color: transparent;
    background-image: url("images/quizz/quizz-main-background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

.quizz_main_bloc {
	height: 350px;
	width: 360px;
	padding-top: 70px;
	margin-left: 240px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;

}

#quizz_bloc_bonus_time {
	float: right;
	height: 25px;
	width: 30px;
    background-color: #efdc83;
	font-size: 14px;
	text-align: center;
	color: #000;
	top: 10px;
	right: 20px;
}

.quizz_button_flash1 {
	width: 100%;
	height: 32px;
	margin-bottom: 4px;
	padding: 12px 2px 2px 4px;
	text-align: center;
    background-color: transparent;
    background-image: url("images/quizz/quizz-button-flash-1.gif");
    background-repeat: no-repeat;
    background-position: center center;
	color: #000;
	font-size: 16px;
	cursor:	pointer;
	
}

.quizz_answer_box1 {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-1.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

.quizz_answer_box1_over {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-1-over.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

.quizz_answer_box2 {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-2.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

.quizz_answer_box2_over {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-2-over.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}
.quizz_answer_box3 {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-3.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

.quizz_answer_box3_over {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-3-over.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}
.quizz_answer_box4 {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-4.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

.quizz_answer_box4_over {
	width: 318px;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	background-image: url("images/quizz/quizz-answer-4-over.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	cursor:	pointer;
	font-size: 11px;
}

a.quizz_box_blue:link,a.quizz_box_blue:active,a.quizz_box_blue:visited { 
	text-decoration: none;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	background-image: url("images/quizz/link_off_black.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

a.quizz_box_blue:hover {
	text-decoration: none;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	background-image: url("images/quizz/link_on_black.gif");
	background-repeat: no-repeat;
	background-position: left center;
}