div.ourgames_container{
	background-color:#2e6d95;
	width:990px;
	overflow: auto;
	height:auto;
	margin:0px auto 10px auto;
	padding:10px 0 10px 5px;
	color:#fff;
}
div.ourgames {
	height:200px;
	clear:both;
}
div.ourgames_left{
	float: left; 
	width:230px;
	padding:10px 10px 0 0;
	text-align:center;
}
div.ourgames_left img{
	width:220px;
}
div.ourgames_right{
	float: left; 
	width:740px;
	line-height:20px;
}
div.ourgames_right_name{
	font-size:18px;
	font-weight:bold;
	width:735px;
	text-align:center;	
}
textarea.iframecode{
	background-color:#2e6d95;
	border:0px;
	color:#ccc;
	width:735px;
	height:45px;
	overflow:hidden;
}
textarea.gamefile{
	background-color:#2e6d95;
	border:0px;
	color:#ccc;
	width:660px;
	height:20px;
	overflow:hidden;display: inline-block;
    vertical-align: middle;
}
textarea.description{
	background-color:#2e6d95;
	border:0px;
	color:#ccc;
	width:735px;
	height:45px;
	overflow:hidden;
}
textarea.control{
	background-color:#2e6d95;
	border:0px;
	color:#ccc;
	width:735px;
	height:15px;
	overflow:hidden;
}
textarea:focus { 
    outline: none !important;
	border:0px;
}