Cela s'affiche comme cela par défaut. Il y a seulement des styles CSS qui y sont appliqué en plus sur le site de démo pour aller avec le template du site.
Vous pouvez récupérer le CSS en utilisant firebug. Le fichier CSS utilisé est ici:
www.demo.hikashop.com/templates/hagane/css/template.css
Plus précisément, le CSS utilisé pour cette partie est:
.hikashop_checkout_page{
background-color:#fff;
margin-right:20px;
padding-left:10px;
border:1px solid #CCC;
margin-bottom:20px;}
.hikashop_checkout_page .hikashop_checkout_login_left_part a{
font-size:11px;
color:#167e93;}
.hikashop_checkout_page h1{
margin-top:10px;
font-size:16px;
margin-right:10px;
color:#666;
}
.hikashop_checkout_login_left_part .input{
margin-right:15px;
margin-top:20px;
padding-bottom:10px;
border:1px solid #CCC;
padding-left:10px;
background-color:#f5f5f5;
}
.hikashop_checkout_login_left_part .input h2{
font-size:14px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
color:#666;
}
#com-form-login-username{
margin-bottom:5px;}
#com-form-login-username label{
font-size:14px;
color:#666;}
#com-form-login-username .inputbox{
border:1px solid #e7e7e7;
color:#333}
#com-form-login-password{
margin-bottom:5px;}
#com-form-login-password label{
font-size:14px;
color:#666;}
#com-form-login-password .inputbox{
border:1px solid #e7e7e7;
color:#333;}
#com-form-login-remember label{
font-size:14px;
color:#666;}
.hikashop_checkout_login_right_part .input{
border:1px solid #CCC;
margin-right:30px;
margin-top:20px;
padding-left:10px;
padding-bottom:10px;
background-color:#f5f5f5;}
.hikashop_checkout_login_right_part .input h2{
font-size:14px;
font-weight:bold;
color:#000;
padding-top:10px;
padding-bottom:10px;
color:#666;}
.hikashop_contentpane .inputbox{
border:1px solid #e7e7e7}
.hikashop_product_quantity_field{
border:1px solid #e7e7e7;}
.hikashop_contentpane td{
padding-top:5px;
font-size:14px;
color:#666;
}
.hikashop_checkout_login_left_part .input .hikashop_cart_input_button{
color:#FFF;
margin-top:10px;
}
.hikashop_checkout_login_right_part .input .hikashop_cart_input_button{
color:#FFF;
margin-top:10px;
}
#address_state{
border:1px solid #e7e7e7;
color:#333;
width:135px;}
#address_country{
border:1px solid #e7e7e7;
color:#333;
width:135px;}
#address_title{
border:1px solid #e7e7e7;
color:#333;}