01..perspective-outer{
02. position:relative;
03. width:170px;
04. height:140px;
05.}
06..perspective-inner{
07. border:1px solid #f60;
08. height:118px;
09. width:148px;
10. background-color:#fff;
11.}
12..perspective-r,
13..perspective-b{
14. position:absolute;
15. width:0;
16. height:0;
17.}
18..perspective-r{
19. right:0;
20. height:100px;
21. border-left:20px solid #000;
22. border-top:20px solid #fff;
23.}
24..perspective-b{
25. bottom:0;
26. width:150px;
27. border-left:20px solid #fff;
28. border-top:20px solid #000;
29.}