NotFound.css 413 Bytes
.NotFound
{
 margin: 20px auto;
 width: 400px;
 height: auto;
 padding: 20px;
 -webkit-border-radius: 8px/7px;
 -moz-border-radius: 8px/7px;
 border-radius: 8px/7px;
 background-color: white;
 -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
 -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
 box-shadow: 1px 2px 5px rgba(0,0,0,.31);
 border: solid 1px #cbc9c9;
 font-family: 'Ubuntu', sans-serif;
 color:crimson;
}