.instructions{
    color:#4b4b4b;
    font-size:14px;
    /*padding-left:10px;*/
}
.instructions p{
    padding:20px 10px 10px;
    border:1px solid #969696;
    width:500px;
    background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
  	border-radius:6px;		
}
.instructionstitle{
    font-size:14px;
    position:relative;
    border:1px solid #969696;
    background-color:#ededed;
    left:50px;
    top:14px;
    width:160px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
  	border-radius:6px;		
}
.instructionstitle p{
    color:#333;
    padding:4px;
    display: block;
}
#game_container > h1{
    /*padding-left:10px;*/
}
#game_container > div.game_embed_code{
    /*padding-left:10px;*/
}
.description{
    color:#4b4b4b;
    font-size:14px;
    /*padding-left:10px;*/
}
.description p{
    padding:20px 10px 10px;
    border:1px solid #969696;
    width:500px;
    background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
  	border-radius:6px;		
}
#game_container > div.descriptiontitle > p{
    color:#333;
	padding:4px;
    /*padding-left:10px;*/
    
}
.descriptiontitle{
    font-size:14px;
    position:relative;
    border:1px solid #969696;
    background-color:#ededed;
    left:50px;
    top:14px;
    width:160px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
  	border-radius:6px;		
}

#js_controller_games_index #content_load_data h1 {width:964px;}

.game_menu{
	display:none;
}
.game_container{
    width:968px !important;
}