/*Article*/
.searchBox{
position:relative;
}

.searchBox  input[type='text'],
.searchBox  select{
border:1px solid #dedede;
background:#fefefe;
padding:5px;
box-sizing:border-box;
width:100%;
}

.searchBox p{

}

.searchBox h1,.searchBox p{
padding:0px;
margin:0px;
text-align:left;
}

#registerForm{
width:550px;
margin:0 auto;
}

#registerForm h1{
padding:0px;
margin:0px;
width:200px;
text-align:right;
padding-right:20px;
float:left;
}

#registerForm div{
clear:left;
padding:5px 0px;
}

#registerForm p{
overflow:hidden;
}

#registerForm input[type='text'],
#registerForm input[type='password'],#registerForm select,#registerForm textarea{
border:1px solid #dedede;
background:#fefefe;
padding:5px;
box-sizing:border-box;
}

#registerForm input[type='text']{
width:300px;
}

#registerForm textarea{
height:100px;
width:300px;
resize:none;
}

#registerForm #username,#registerForm #password,#registerForm #password1{
width:200px;
}

#registerForm .submitBtns{
padding-left:150px;
}

div#legalSpecialization{
padding-bottom:20px;
background:#eee;
}
.article_stl {}
.article_stl .title_stl{}
.article_stl .title_stl a{}
.article_stl .title_stl a:hover{}
.article_stl .subtitle_stl{}
.article_stl .author_stl{}
.article_stl .body_stl{}
.article_stl .date_stl{}
.article_stl .separator{}
.article_stl a{}
.article_stl .tools_stl{}
.article_stl .read_more_stl{}
.hLine_stl{width:100%;height:1px;background:#EEE;}
.OnFSStl{display:none}