@charset "utf-8";
/* CSS Document */
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

/***** Content *****/
#content-in {
	float:left;
	width:618px;
	padding:27px 0 0 12px;
}
#profile{
	float:left;
	width:360px;
}
#profile img{
	float:left;
	padding:0 0 15px 0px;
}
#profile span{
	padding:0 0 0 8px;
}
.title-pro{
	font-size:13px;
}
.dotted-h{
	padding:20px 0;
}
#managementsystem{
	float:left;
	width:610px;
}
#knowledgebase{
	float:left;
	width:614px;
}
#knowledgebase .l{
	float:left;
	width:260px;
}
#knowledgebase .r{
	float:left;
	width:340px;
	padding:32px 0 0 0;
}
#professionalteam{
	float:left;
	width:614px;
}

