.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin:0px 0px;
	width: 100%;
	padding-top:10px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.task_individual_tab_menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.task_individual_tab_menu li{
	font-weight:bold;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #f9f9f9;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-bottom-color:#056da6;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #303030;
	cursor: pointer;
}
#container ul.task_individual_tab_menu li.active{
	background: #056da6;
	top: 1px;
	border-bottom: 0;
	color: #fff;
}

#container ul.get_problem_menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.get_problem_menu li{
	font-weight:bold;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #f9f9f9;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-bottom-color:#ccc;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #303030;
	cursor: pointer;
	height:47px;
}

#container ul.get_problem_menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #056da6;
}

/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #f9f9f9;
	border: 1px solid #056da6;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	overflow:hidden;
}
.content_two{
	margin: 0pt auto;
	background: #fff;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	overflow:hidden;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
	float:left;
	width:477px;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials{
	display: none;
	background-color:#f5f9fc;
}
#tutorials{
	background-color:#f5f9fc !important;
	color:#303030 !important;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #fff;
}
.margin_left_ten{
	margin-left:3px;
}
.fiver_individual_radio{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
}
.fiver_individual{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	margin-left:5px;
}
.fiverr_taxt_area{
	width:448px;
}
/*.deliver_order{
	background-color:#f5f9fc;
	border:solid 1px #056DA6;
	padding:10px 0px;
	display:block;
	width: 497px;
}*/
.gift_box{
	margin:0px;
	padding:0px;
	float:right;
	display:block;
	margin-top:-44px;
}
/******* /LINKS *******/