
@font-face { font-family: Apercu; src: url('apercu-regular.otf'); } 
@font-face { font-family: Apercu; font-weight: bold; src: url('apercu-bold.otf');}


#Line
{
   border-width: 0;
   margin: 10px 0px 10px 0px;
   padding: 0;
}

#Editbox
{
   border: 2px #68605a solid;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family:'Apercu';
   font-size: 14px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
   border-radius:5px;display:block;width:100%;height:32px;line-height:32px;z-index:2;
}

#TextArea
{
   border: 2px #68605a solid;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family:'Apercu';
   font-weight: normal;
   font-size: 14px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   text-align: left;
   overflow: auto;
   resize: none;
   display:block;width:100%;height:100px;z-index:8;
   border-radius:10px;
}


#wb_LayoutGrid2{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}

#LayoutGrid2{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}

#LayoutGrid2 .row{
   margin-right: -15px;
   margin-left: -15px;
}

#LayoutGrid2 .col-1{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}

#LayoutGrid2 .col-1{
   float: left;
}

#LayoutGrid2 .col-1{
   background-color: transparent;
   background-image: none;
   width: 100%;
   text-align: left;
}

#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}

#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}




@media (max-width: 480px)
{
#LayoutGrid2 .col-1
{
   float: none;
   width: 100%;
}
}