Notebook Pape CSS

HTML

<div id="instructions" class="paper">test</div>

CSS

body{margin:30px 0;}

#instructions {font: 16px 'AmericanTypewriter', Cambria, Georgia; color: #282625; margin: 0 auto; width: 600px;}
.paper {
padding: 37px 55px 27px;
border: 1px solid #B5B5B5;
position: relative;
background: -webkit-linear-gradient(top, #DFE8EC 0%, #f6f6f6 8%);
background: -moz-linear-gradient(top, #DFE8EC 0%, #f6f6f6 8%);
background: linear-gradient(top, #DFE8EC 0%, #f6f6f6 8%);

-webkit-background-size: 100% 30px;
-moz-background-size: 100% 30px;
-ms-background-size: 100% 30px;
background-size: 100% 30px;
}

.paper::after {content:""; position:absolute; width:3px; top:0; left:39px; bottom:0; border-left:1px solid #F8D3D3; border-right:1px solid #F8D3D3}