﻿/* default error css - !WARNING: dont change this file - changes put in to custom-error.css */
* { font-family:arial; }
body { background: transparent url(/images/error-vbar.png) repeat-x; overflow:hidden; }
#imgContainer { width:950px; height:650px; text-align:left; background: transparent url(/images/error.png) no-repeat scroll right top; }
#text { width:400px; margin-left:460px; padding-top:65px; } 
#spliter { font-size:1pt; width:350px; padding-top:20px; border-bottom:solid 1px #E0E8ED; }
h1 { color:#8F9397; font-size:18px; font-weight:normal; }
h2 { font-size:24px; font-weight:bold; }
h3 { font-size:14px; font-weight:bold; }
ul { padding:0px; margin:20px; }
li { font-size:14px; list-style:circle; padding-bottom:5px; }